29.11 CapPlasticity object

The CapPlasticity object specifies the modified Drucker-Prager/Cap plasticity model.

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


29.11.1 CapPlasticity(...)

This method creates a CapPlasticity object.

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

Required argument

table

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

Optional arguments

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

  • Material cohesion, , in the plane (Abaqus/Standard) or in the plane (Abaqus/Explicit).

  • Material angle of friction, , in the plane (Abaqus/Standard) or in the plane (Abaqus/Explicit). Give the value in degrees.

  • Cap eccentricity parameter, . Its value must be greater than zero (typically 0.0 1.0).

  • Initial cap yield surface position, .

  • Transition surface radius parameter, . The default value is 0.0 (i.e., no transition surface).

  • (Not used in Abaqus/Explicit) , the ratio of the flow stress in triaxial tension to the flow stress in triaxial compression. Possible values are 0.778 1.0. If the default value of 0.0 is accepted, Abaqus/Standard assumes 1.0.

  • 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.

Return value

A CapPlasticity object.

Exceptions

RangeError.


29.11.2 setValues(...)

This method modifies the CapPlasticity object.

Required arguments

None.

Optional arguments

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

Return value

None

Exceptions

RangeError.


29.11.3  Members

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

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

capCreepCohesion
capCreepConsolidation
capHardening

A CapHardening object.


29.11.4  Corresponding analysis keywords

*CAP PLASTICITY