The SimpleShearTestData object provides simple shear test data.
import material mdb.models[name].materials[name].hyperfoam.simpleShearTestData import odbMaterial session.odbs[name].materials[name].hyperfoam.simpleShearTestData
This method creates a SimpleShearTestData object.
mdb.models[name].materials[name].hyperfoam.SimpleShearTestData session.odbs[name].materials[name].hyperfoam.SimpleShearTestData
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
Table data
Nominal shear stress, .
Nominal shear strain, .
Nominal transverse stress, (normal to edge with shear stress). This stress value is optional.
Return value
A SimpleShearTestData object.
Exceptions
This method modifies the SimpleShearTestData object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the SimpleShearTestData method.
Return value
Exceptions
The SimpleShearTestData object has members with the same names and descriptions as the arguments to the SimpleShearTestData method.