59.100 Trs object

The Trs object defines the temperature-time shift for time history viscoelastic analysis.

Access
materialApi.materials()[name].viscoelastic().trs()
materialApi.materials()[name].viscosity().trs()


59.100.1 Trs(...)

This method creates a Trs object.

Path
materialApi.materials()[name].viscoelastic().Trs
materialApi.materials()[name].viscosity().Trs
Prototype
odb_Trs&
Trs(const odb_String& definition,
    const odb_SequenceSequenceDouble& table);

Required arguments

None.

Optional arguments

definition

An odb_String specifying the definition of the shift function. Possible values are "WLF", "ARRHENIUS", and "USER". The default value is "WLF".

table

An odb_SequenceSequenceDouble specifying the items described below. The default value is an empty sequence.

This argument is valid only when definition="WLF".

Table data

  • Reference temperature, .

  • Calibration constant, .

  • Calibration constant, .

Return value

A Trs object.

Exceptions

None.


59.100.2  Members

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


59.100.3  Corresponding analysis keywords

*TRS