The Hysteresis object specifies the creep part of the material model for the hysteretic behavior of elastomers.
import material mdb.models[name].materials[name].hyperelastic.hysteresis import odbMaterial session.odbs[name].materials[name].hyperelastic.hysteresis
This method creates a Hysteresis object.
mdb.models[name].materials[name].hyperelastic.Hysteresis session.odbs[name].materials[name].hyperelastic.Hysteresis
Required argument
A sequence of sequences of Floats 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.
This method modifies the Hysteresis object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Hysteresis method.
Return value
Exceptions
RangeError.
The Hysteresis object has members with the same names and descriptions as the arguments to the Hysteresis method.