The ClayPlasticity object specifies the extended Cam-clay plasticity model.
import material mdb.models[name].materials[name].clayPlasticity import odbMaterial session.odbs[name].materials[name].clayPlasticity
This method creates a ClayPlasticity object.
mdb.models[name].materials[name].ClayPlasticity session.odbs[name].materials[name].ClayPlasticity
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
None or a Float specifying , the intercept of the virgin consolidation line with the void ratio axis in a plot of void ratio versus the logarithm of pressure stress. The default value is None.
This argument is valid only if hardening=EXPONENTIAL.
A SymbolicConstant specifying the type of hardening/softening definition. Possible values are EXPONENTIAL and TABULAR. The default value is 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 hardening=EXPONENTIAL, the table data specify the following:
Logarithmic plastic bulk modulus, (dimensionless).
Stress ratio at critical state, .
The initial yield surface size, .
, the parameter defining the size of the yield surface on the “wet” side of critical state.
, 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.
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.
Stress ratio at critical state, .
The initial volumetric plastic strain, , corresponding to according to the ClayHardening definition.
, the parameter defining the size of the yield surface on the “wet” side of critical state.
, the ratio of the flow stress in triaxial tension to the flow stress in triaxial compression. .
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 ClayPlasticity object.
Exceptions
RangeError.
This method modifies the ClayPlasticity object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the ClayPlasticity method.
Return value
Exceptions
RangeError.
The ClayPlasticity object has members with the same names and descriptions as the arguments to the ClayPlasticity method.
In addition, the ClayPlasticity object can have the following member:
A ClayHardening object.