29.36 DeformationPlasticity object

The DeformationPlasticity object specifies the deformation plasticity model.

Access
import material
mdb.models[name].materials[name].deformationPlasticity
import odbMaterial
session.odbs[name].materials[name].deformationPlasticity


29.36.1 DeformationPlasticity(...)

This method creates a DeformationPlasticity object.

Path
mdb.models[name].materials[name].DeformationPlasticity
session.odbs[name].materials[name].DeformationPlasticity

Required argument

table

A sequence of sequences of Floats specifying the items described below.

Optional argument

temperatureDependency

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.


29.36.2 setValues(...)

This method modifies the DeformationPlasticity object.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the DeformationPlasticity method.

Return value

None

Exceptions

RangeError.


29.36.3  Members

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


29.36.4  Corresponding analysis keywords

*DEFORMATION PLASTICITY