The Hypoelastic object specifies hypoelastic material properties.
import material mdb.models[name].materials[name].hypoelastic import odbMaterial session.odbs[name].materials[name].hypoelastic
This method creates a Hypoelastic object.
mdb.models[name].materials[name].Hypoelastic session.odbs[name].materials[name].Hypoelastic
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional argument
A Boolean specifying that hypoelasticity is defined by user subroutine UHYPEL. The default value is OFF.
Table data
Instantaneous Young's modulus, .
Instantaneous Poisson's ratio, .
First strain invariant, .
Second strain invariant, .
Third strain invariant, .
Return value
A Hypoelastic object.
Exceptions
This method modifies the Hypoelastic object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Hypoelastic method.
Return value
Exceptions
The Hypoelastic object has members with the same names and descriptions as the arguments to the Hypoelastic method.