29.26 Creep object

The Creep object defines a creep law.

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


29.26.1 Creep(...)

This method creates a Creep object.

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

Required argument

table

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

Optional arguments

law

A SymbolicConstant specifying the strain-hardening law. Possible values are STRAIN, TIME, HYPERBOLIC_SINE, and USER. The default value is STRAIN.

temperatureDependency

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

dependencies

An Int specifying the number of field variable dependencies. The default value is 0.

Table data

If law=STRAIN or law=TIME, the table data specify the following:

  • .

  • .

  • .

  • Temperature, if the data depend on temperature.

  • Value of the first field variable, if the data depend on field variables.

  • Value of the second field variable.

  • Etc.

If law=HYPERBOLIC_SINE, the table data specify the following:
  • .

  • .

  • .

  • , if the data depend on temperature.

  • .

  • Value of the first field variable, if the data depend on field variables.

  • Value of the second field variable.

  • Etc.

Return value

A Creep object.

Exceptions

RangeError.


29.26.2 setValues(...)

This method modifies the Creep object.

Required arguments

None.

Optional arguments

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

Return value

None

Exceptions

RangeError.


29.26.3  Members

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

In addition, the Creep object can have the following members:

ornl

An Ornl object.

potential

A Potential object.


29.26.4  Corresponding analysis keywords

*CREEP