DeformationPlasticity object

The DeformationPlasticity object specifies the deformation plasticity model.

The following topics are discussed:

Access

materialApi.materials()[name].deformationPlasticity()

DeformationPlasticity(...)

This method creates a DeformationPlasticity object.

Path

materialApi.materials()[name].DeformationPlasticity

Prototype

odb_DeformationPlasticity&
DeformationPlasticity(const odb_SequenceSequenceDouble& table,
                      bool temperatureDependency);

Required arguments

table

An odb_SequenceSequenceDouble specifying the items described below.

Optional arguments

temperatureDependency

A Boolean specifying whether the data depend on temperature. The default value is false.

Table data

  • Young's modulus, E.

  • Poisson's ratio, ν.

  • Yield stress, σ0.

  • Exponent, n.

  • Yield offset, α.

  • Temperature, if the data depend on temperature.

Return value

A DeformationPlasticity object.

Exceptions

RangeError.

Members

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

Corresponding analysis keywords