TheFeFpBehavior object represents the Hyperelasticity with Permanent Set Behavior type.
import calibration mdb.models[name].calibrations[name].behaviors.feFpBehavior
This method creates a FeFpBehavior object.
mdb.models[name].calibrations[name].behaviors.FeFpBehavior
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 "FeFpBehavior"
Optional arguments
Return value
A FeFpBehavior object.
Exceptions
InvalidNameError.
This method modifies the data for an existing FeFpBehavior object.
Required arguments
Optional arguments
Name of the uniaxial dataset.
Name of the biaxial dataset.
'linear' specifies linear interpolation between data points, otherwise 'logarithmic'.
Uniaxial weight factor, uniWeight + biWeight should equal 1.0.
Biaxial weight factor, uniWeight + biWeight should equal 1.0.
Return value
Exceptions
The FeFpBehavior object has members with the same names and descriptions as the arguments to the FeFpBehavior method.