
The Hypoelastic object specifies hypoelastic material properties.
materialApi.materials()[name].hypoelastic()

This method creates a Hypoelastic object.
materialApi.materials()[name].Hypoelastic
odb_Hypoelastic&
Hypoelastic(const odb_SequenceSequenceDouble& table,
bool user);Required argument
An odb_SequenceSequenceDouble specifying the items described below.
Optional argument
A Boolean specifying that hypoelasticity is defined by user subroutine UHYPEL. The default value is false.
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

The Hypoelastic object has members with the same names and descriptions as the arguments to the Hypoelastic method.