The DeformationPlasticity object specifies the deformation plasticity model.
import material mdb.models[name].materials[name].deformationPlasticity import odbMaterial session.odbs[name].materials[name].deformationPlasticity
This method creates a DeformationPlasticity object.
mdb.models[name].materials[name].DeformationPlasticity session.odbs[name].materials[name].DeformationPlasticity
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
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.
This method modifies the DeformationPlasticity object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the DeformationPlasticity method.
Return value
Exceptions
RangeError.
The DeformationPlasticity object has members with the same names and descriptions as the arguments to the DeformationPlasticity method.