
The Trs object defines the temperature-time shift for time history viscoelastic analysis.
materialApi.materials()[name].viscoelastic().trs() materialApi.materials()[name].viscosity().trs()

This method creates a Trs object.
materialApi.materials()[name].viscoelastic().Trs materialApi.materials()[name].viscosity().Trs
odb_Trs&
Trs(const odb_String& definition,
const odb_SequenceSequenceDouble& table);Required arguments
Optional arguments
An odb_String specifying the definition of the shift function. Possible values are "WLF", "ARRHENIUS", and "USER". The default value is "WLF".
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

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