Hysteresis object

The Hysteresis object specifies the creep part of the material model for the hysteretic behavior of elastomers.

The following topics are discussed:

Access

materialApi.materials()[name].hyperelastic().hysteresis()

Hysteresis(...)

This method creates a Hysteresis object.

Path

materialApi.materials()[name].hyperelastic().Hysteresis

Prototype

odb_Hysteresis&
Hysteresis(const odb_SequenceSequenceDouble& table);

Required arguments

table

An odb_SequenceSequenceDouble specifying the items described below.

Optional arguments

None.

Table data

  • Stress scaling factor.

  • Creep parameter.

  • Effective stress exponent.

  • Creep strain exponent.

Return value

A Hysteresis object.

Exceptions

RangeError.

Members

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

Corresponding analysis keywords