The TriaxialTestData object provides triaxial test data.
import material mdb.models[name].materials[name].druckerPrager.triaxialTestData import odbMaterial session.odbs[name].materials[name].druckerPrager.triaxialTestData
This method creates a TriaxialTestData object.
mdb.models[name].materials[name].druckerPrager.TriaxialTestData session.odbs[name].materials[name].druckerPrager.TriaxialTestData
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
None or a Float 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.
None or a Float 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.
None or a Float 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.
This method modifies the TriaxialTestData object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the TriaxialTestData method.
Return value
Exceptions
RangeError.
The TriaxialTestData object has members with the same names and descriptions as the arguments to the TriaxialTestData method.