TriaxialTestData(...)
This method creates a TriaxialTestData object.
Path
materialApi.materials()[name].druckerPrager().TriaxialTestData
Prototype
odb_TriaxialTestData& TriaxialTestData(const odb_SequenceSequenceDouble& table, odb_Union a, odb_Union b, odb_Union pt);
Required arguments
- table
An odb_SequenceSequenceDouble specifying the items described below.
Optional arguments
- a
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".
- b
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".
- pt
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.