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.