The CycledPlastic object specifies cycled yield stress data for the ORNL constitutive model.
materialApi.materials()[name].plastic().cycledPlastic()
This method creates a CycledPlastic object.
materialApi.materials()[name].plastic().CycledPlastic
odb_CycledPlastic& CycledPlastic(const odb_SequenceSequenceDouble& table, bool temperatureDependency);
Required argument
An odb_SequenceSequenceDouble specifying the items described below.
Optional argument
A Boolean specifying whether the data depend on temperature. The default value is false.
Table data
Yield stress.
Plastic strain.
Temperature, if the data depend on temperature.
Return value
A CycledPlastic object.
Exceptions
The CycledPlastic object has members with the same names and descriptions as the arguments to the CycledPlastic method.