The Plastic object specifies a metal plasticity model.
import material mdb.models[name].materials[name].plastic import odbMaterial session.odbs[name].materials[name].plastic
This method creates a Plastic object.
mdb.models[name].materials[name].Plastic session.odbs[name].materials[name].Plastic
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
A SymbolicConstant specifying the type of hardening. Possible values are ISOTROPIC, KINEMATIC, COMBINED, JOHNSON_COOK, and USER. The default value is ISOTROPIC.
A Boolean specifying whether the data depend on rate. The default value is OFF.
A SymbolicConstant specifying the type of combined hardening. This argument is only valid if hardening=COMBINED. Possible values are HALF_CYCLE, PARAMETERS, and STABILIZED. The default value is HALF_CYCLE.
A Boolean specifying whether the data depend on strain range. This argument is only valid if hardening=COMBINED and dataType=STABILIZED. The default value is OFF.
An Int specifying the number of backstresses. This argument is only valid if hardening=COMBINED. The default value is 1.
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=ISOTROPIC, or if hardening=COMBINED and dataType=HALF_CYCLE, the table data specify the following:
Yield stress.
Plastic strain.
Equivalent plastic strain rate, .
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.
Yield stress.
Plastic strain.
Strain range, if the data depend on strain range.
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.
Yield stress at zero plastic strain.
The first kinematic hardening parameter, .
The first kinematic hardening parameter, .
If applicable, the second kinematic hardening parameter, .
If applicable, the second kinematic hardening parameter, .
Etc.
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.
Yield stress.
Plastic strain.
Temperature, if the data depend on temperature.
A.
B.
n.
m.
Melting temperature.
Transition temperature.
Hardening properties.
Return value
A Plastic object.
Exceptions
RangeError.
This method modifies the Plastic object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Plastic method.
Return value
Exceptions
RangeError.
The Plastic object has members with the same names and descriptions as the arguments to the Plastic method.
In addition, the Plastic object can have the following members:
A RateDependent object.
A Potential object.
A CyclicHardening object.
An Ornl object.
A CycledPlastic object.
An AnnealTemperature object.