
The TriaxialTestData object provides triaxial test data.
materialApi.materials()[name].druckerPrager().triaxialTestData()

This method creates a TriaxialTestData object.
materialApi.materials()[name].druckerPrager().TriaxialTestData
odb_TriaxialTestData&
TriaxialTestData(const odb_SequenceSequenceDouble& table,
odb_Union a,
odb_Union b,
odb_Union pt);Required argument
An odb_SequenceSequenceDouble specifying the items described below.
Optional arguments
The string "NONE" or a Double specifying the value of the material constant
. "NONE" is used when the value is unknown or it is not held fixed at the input value. The default value is "NONE".
The string "NONE" or a Double specifying the value of the material constant
. "NONE" is used when the value is unknown or it is not held fixed at the input value. The default value is "NONE".
The string "NONE" or a Double specifying the value of the material constant
. "NONE" is used when the value is unknown or it is not held fixed at the input value. The default value is "NONE".
Table data
Sign and magnitude of confining stress,
.
Sign and magnitude of the stress in loading direction,
.
Return value
A TriaxialTestData object.
Exceptions
RangeError.

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