The MullinsEffect specifies properties for mullins data.
import material mdb.models[name].materials[name].mullinsEffect import odbMaterial session.odbs[name].materials[name].mullinsEffect
The MullinsEffect object can have the following members:
A SymbolicConstant specifying the method of specifying the data. Possible values are USER, CONSTANTS, and TEST_DATA. The default value is CONSTANTS.
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.
An Int specifying the number of property values needed as data for the user-defined hyperelastic material. The default value is 0.
A tuple of tuples of Floats specifying the items described below. The default value is an empty sequence.
A UniaxialTestDataArray object.
A BiaxialTestDataArray object.
A PlanarTestDataArray object.