BiaxialTestData(...)
This method creates a BiaxialTestData object.
Path
mdb.models[name].materials[name].hyperelastic.BiaxialTestData mdb.models[name].materials[name].hyperfoam.BiaxialTestData mdb.models[name].materials[name].mullinsEffect.BiaxialTestData session.odbs[name].materials[name].hyperelastic.BiaxialTestData session.odbs[name].materials[name].hyperfoam.BiaxialTestData session.odbs[name].materials[name].mullinsEffect.BiaxialTestData
Required arguments
- table
A sequence of sequences of Floats specifying the following:
Nominal stress, .
Nominal strain, .
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.
Return value
A BiaxialTestData object.
Exceptions
None.