The DruckerPrager object specifies the extended Drucker-Prager plasticity model.
import material mdb.models[name].materials[name].druckerPrager import odbMaterial session.odbs[name].materials[name].druckerPrager
This method creates a DruckerPrager object.
mdb.models[name].materials[name].DruckerPrager session.odbs[name].materials[name].DruckerPrager
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
A SymbolicConstant specifying the yield criterion. Possible values are LINEAR, HYPERBOLIC, and EXPONENTIAL. The default value is LINEAR.
This argument applies only to Abaqus/Standard analyses. Only the linear Drucker-Prager model is available in Abaqus/Explicit analyses.
A Float specifying the flow potential eccentricity, , a small positive number that defines the rate at which the hyperbolic flow potential approaches its asymptote. The default value is 0.1.
This argument applies only to Abaqus/Standard analyses.
A Boolean specifying whether the material constants for the exponent model are to be computed by Abaqus/Standard from triaxial test data at different levels of confining pressure. The default value is OFF.
This argument is valid only if shearCriterion=EXPONENTIAL.
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
If shearCriterion=LINEAR (the only option allowed in an Abaqus/Explicit analysis), the table data specify the following:
Material angle of friction, , in the – plane. Give the value in degrees.
, the ratio of the flow stress in triaxial tension to the flow stress in triaxial compression. . If the default value of 0.0 is accepted, a value of 1.0 is assumed.
Dilation angle, , in the – plane. Give the value in degrees.
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.
Material angle of friction, , at high confining pressure in the – plane. Give the value in degrees.
Initial hydrostatic tension strength, .
Dilation angle, , at high confining pressure in the – plane. Give the value in degrees.
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.
Dilation angle, , at high confining pressure in the – plane. Give the value in degrees.
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 DruckerPrager object.
Exceptions
RangeError.
This method modifies the DruckerPrager object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the DruckerPrager method.
Return value
Exceptions
RangeError.
The DruckerPrager object has members with the same names and descriptions as the arguments to the DruckerPrager method.
In addition, the DruckerPrager object can have the following members:
A DruckerPragerCreep object.
A DruckerPragerHardening object.
A RateDependent object.
A TriaxialTestData object.