TheElasPlasIsoBehavior object represents the Elastic Isotropic Behavior type.
import calibration mdb.models[name].calibrations[name].behaviors.elasPlasIsoBehavior
This method creates a ElasPlasIsoBehavior object.
mdb.models[name].calibrations[name].behaviors.ElasPlasIsoBehavior
Required arguments
A String specifying the name of the new behavior.
A String specifying the type of the new Behavior. Values can be "ElasIsoBehavior", "ElasPlasIsoBehavior", "FeFpBehavior" or a user plug-in behavior type. For this object it will be "ElasPlasIsoBehavior"
Optional arguments
Return value
An ElasPlasIsoBehavior object.
Exceptions
InvalidNameError.
This method modifies the data for an existing ElasPlasIsoBehavior object.
Required arguments
Optional arguments
Stress/strain value for the material yield point.
Stress/strain value for the material ultimate point.
Stress/strain values for the plastic portion of material curve.
Poisson's Ratio.
Young's Modulus for the elastic portion of the material curve.
Name of the first data set.
Name of the second data set.
Name of the material.
Extent of the material plastic points.
Name of the behavior.
Return value
Exceptions
The ElasPlasIsoBehavior object has members with the same names and descriptions as the arguments to the ElasPlasIsoBehavior method.