The CapPlasticity object specifies the modified Drucker-Prager/Cap plasticity model.
import material mdb.models[name].materials[name].capPlasticity import odbMaterial session.odbs[name].materials[name].capPlasticity
This method creates a CapPlasticity object.
mdb.models[name].materials[name].CapPlasticity session.odbs[name].materials[name].CapPlasticity
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
A Boolean specifying whether the data depend on temperature. The default value is OFF.
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.
This method modifies the CapPlasticity object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the CapPlasticity method.
Return value
Exceptions
RangeError.
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:
A CapCreepCohesion object.
A CapCreepConsolidation object.
A CapHardening object.