The CycledPlastic object specifies cycled yield stress data for the ORNL constitutive model.
import material mdb.models[name].materials[name].plastic.cycledPlastic import odbMaterial session.odbs[name].materials[name].plastic.cycledPlastic
This method creates a CycledPlastic object.
mdb.models[name].materials[name].plastic.CycledPlastic session.odbs[name].materials[name].plastic.CycledPlastic
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional argument
A Boolean specifying whether the data depend on temperature. The default value is OFF.
Table data
Yield stress.
Plastic strain.
Temperature, if the data depend on temperature.
Return value
A CycledPlastic object.
Exceptions
This method modifies the CycledPlastic object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the CycledPlastic method.
Return value
Exceptions
The CycledPlastic object has members with the same names and descriptions as the arguments to the CycledPlastic method.