
The DeformationPlasticity object specifies the deformation plasticity model.
materialApi.materials()[name].deformationPlasticity()

This method creates a DeformationPlasticity object.
materialApi.materials()[name].DeformationPlasticity
odb_DeformationPlasticity&
DeformationPlasticity(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
Young's modulus,
.
Poisson's ratio,
.
Yield stress,
.
Exponent,
.
Yield offset,
.
Temperature, if the data depend on temperature.
Return value
A DeformationPlasticity object.
Exceptions
RangeError.

The DeformationPlasticity object has members with the same names and descriptions as the arguments to the DeformationPlasticity method.