56.49 EosShear object

A EosShear object specifies a suboption of the Eos object. The EosShear object defines either isotropic linear elastic shear or linear viscous shear behavior for a hydrodynamic material.

Access
materialApi.materials()[name].eos().eosShear()


56.49.1 EosShear(...)

This method creates a EosShear object.

Path
materialApi.materials()[name].eos().EosShear
Prototype
odb_EosShear&
EosShear(const odb_SequenceSequenceDouble& table,
         bool temperatureDependency,
         int dependencies,
         const odb_String& type);

Required argument

table

An odb_SequenceSequenceDouble specifying the items described below.

Optional arguments

temperatureDependency

A Boolean specifying whether contact area data depend on temperature. The default value is false.

dependencies

An Int specifying the number of field variable dependencies included in the definition of the contact area data, in addition to temperature. The default value is 0.

type

An odb_String specifying the type of shear behavior. Possible values are "ELASTIC" and "VISCOUS". The default value is "ELASTIC".

Table data

If type=ELASTIC, the table data specify the following:

  • Shear modulus.

  • Temperature, if the data depend on temperature.

  • Value of the first field variable, if the data depend on field variables.

  • Value of the second field variable.

  • Etc.

If type=VISCOUS, the table data specify the following:
  • Viscosity.

  • Temperature, if the data depend on temperature.

  • Value of the first field variable, if the data depend on field variables.

  • Value of the second field variable.

  • Etc.

Return value

An EosShear object.

Exceptions

None.


56.49.2  Members

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

In addition, the EosShear object can have the following member:

Prototype
odb_Trs trs() const;
trs

A Trs object.


56.49.3  Corresponding analysis keywords

*EOS SHEAR