The Hysteresis object specifies the creep part of the material model for the hysteretic behavior of elastomers.
materialApi.materials()[name].hyperelastic().hysteresis()
This method creates a Hysteresis object.
materialApi.materials()[name].hyperelastic().Hysteresis
odb_Hysteresis& Hysteresis(const odb_SequenceSequenceDouble& table);
Required argument
An odb_SequenceSequenceDouble specifying the items described below.
Optional arguments
Table data
Stress scaling factor.
Creep parameter.
Effective stress exponent.
Creep strain exponent.
Return value
A Hysteresis object.
Exceptions
RangeError.
The Hysteresis object has members with the same names and descriptions as the arguments to the Hysteresis method.