The Trs object defines the temperature-time shift for time history viscoelastic analysis.
import material mdb.models[name].materials[name].viscoelastic.trs mdb.models[name].materials[name].viscosity.trs import odbMaterial session.odbs[name].materials[name].viscoelastic.trs session.odbs[name].materials[name].viscosity.trs
This method creates a Trs object.
mdb.models[name].materials[name].viscoelastic.Trs mdb.models[name].materials[name].viscosity.Trs session.odbs[name].materials[name].viscoelastic.Trs session.odbs[name].materials[name].viscosity.Trs
Required arguments
Optional arguments
A SymbolicConstant specifying the definition of the shift function. Possible values are WLF, ARRHENIUS, and USER. The default value is WLF.
A sequence of sequences of Floats 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
This method modifies the Trs object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Trs method.
Return value
Exceptions
The Trs object has members with the same names and descriptions as the arguments to the Trs method.