TheElasIsoBehavior object represents the Elastic Isotropic Behavior type.
import calibration mdb.models[name].calibrations[name].behaviors.elasIsoBehavior
This method creates a ElasIsoBehavior object.
mdb.models[name].calibrations[name].behaviors.ElasIsoBehavior
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 "ElasIsoBehavior"
Optional arguments
Return value
An ElasIsoBehavior object.
Exceptions
InvalidNameError.
This method modifies the data for an existing ElasIsoBehavior object.
Required arguments
Optional arguments
Young's modulus.
Poisson's ratio.
The name of the first data set.
The name of the second data set.
Material Name.
Return value
Exceptions
The ElasIsoBehavior object has members with the same names and descriptions as the arguments to the ElasIsoBehavior method.