The PlanarTestData object specifies planar test (or pure shear) data (compression and/or tension).
import material mdb.models[name].materials[name].hyperelastic.planarTestData mdb.models[name].materials[name].hyperfoam.planarTestData mdb.models[name].materials[name].mullinsEffect.planarTests[i] import odbMaterial session.odbs[name].materials[name].hyperelastic.planarTestData session.odbs[name].materials[name].hyperfoam.planarTestData session.odbs[name].materials[name].mullinsEffect.planarTests[i]
This method creates a PlanarTestData object.
mdb.models[name].materials[name].hyperelastic.PlanarTestData mdb.models[name].materials[name].hyperfoam.PlanarTestData mdb.models[name].materials[name].mullinsEffect.PlanarTestData session.odbs[name].materials[name].hyperelastic.PlanarTestData session.odbs[name].materials[name].hyperfoam.PlanarTestData session.odbs[name].materials[name].mullinsEffect.PlanarTestData
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
None or an Int specifying the value for smoothing. If smoothing=None, no smoothing is employed. The default value is None.
A Boolean specifying whether to include lateral nominal strain. The default value is OFF.
A Boolean specifying whether the data depend on temperature. The default value is OFF.
An Int specifying the number of field variable dependencies. The default value is 0.
Table data
For a hyperelastic material model, the table data specify the following:
Nominal stress, .
Nominal strain in the direction of loading, .
Nominal stress, .
Nominal strain in the direction of loading, .
Nominal transverse strain, . The default value is 0.
Return value
A PlanarTestData object.
Exceptions
This method modifies the PlanarTestData object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the PlanarTestData method.
Return value
Exceptions
The PlanarTestData object has members with the same names and descriptions as the arguments to the PlanarTestData method.