Trs object

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

The following topics are discussed:

Access

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

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, θ0.

  • Calibration constant, C1.

  • Calibration constant, C2.

Return value

A Trs object.

Exceptions

None.

Members

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

Corresponding analysis keywords