PlanarTestData(...)
This method creates a PlanarTestData object.
Path
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 arguments
- table
A sequence of sequences of Floats specifying the items described below.
Optional arguments
- smoothing
None or an Int specifying the value for smoothing. If smoothing=None, no smoothing is employed. The default value is None.
- lateralNominalStrain
A Boolean specifying whether to include lateral nominal strain. The default value is OFF.
- temperatureDependency
A Boolean specifying whether the data depend on temperature. The default value is OFF.
- dependencies
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, .
For a hyperfoam material model, the table data specify the following:
Nominal stress, .
Nominal strain in the direction of loading, .
Nominal transverse strain, . The default value is 0.
Return value
A PlanarTestData object.
Exceptions
None.