TriaxialTestData object

The TriaxialTestData object provides triaxial test data.

The following topics are discussed:

Access

materialApi.materials()[name].druckerPrager().triaxialTestData()

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 a. "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 b. "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 pt. "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, σ1=σ2.

  • Sign and magnitude of the stress in loading direction, σ3.

Return value

A TriaxialTestData object.

Exceptions

RangeError.

Members

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

Corresponding analysis keywords