The MullinsEffect specifies properties for mullins data.
materialApi.materials()[name].mullinsEffect()
The MullinsEffect object can have the following members:
odb_String definition() const; bool temperatureDependency() const; int dependencies() const; int properties() const; odb_SequenceSequenceDouble table() const; odb_SequenceUniaxialTestData uniaxialTests() const; odb_UniaxialTestData uniaxialTests(int index) const; odb_SequenceBiaxialTestData biaxialTests() const; odb_BiaxialTestData biaxialTests(int index) const; odb_SequencePlanarTestData planarTests() const; odb_PlanarTestData planarTests(int index) const;
An odb_String 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 false.
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.
An odb_SequenceSequenceDouble specifying the items described below. The default value is an empty sequence.
A sequence of UniaxialTestData objects.
A sequence of BiaxialTestData objects.
A sequence of PlanarTestData objects.