29.17 CombinedTestData object

The CombinedTestData object specifies simultaneously the normalized shear and bulk compliances or relaxation moduli as functions of time.

Access
import material
mdb.models[name].materials[name].viscoelastic.combinedTestData
import odbMaterial
session.odbs[name].materials[name].viscoelastic.combinedTestData


29.17.1 CombinedTestData(...)

This method creates a CombinedTestData object.

Path
mdb.models[name].materials[name].viscoelastic.CombinedTestData
session.odbs[name].materials[name].viscoelastic.CombinedTestData

Required argument

table

A sequence of sequences of Floats specifying the items described below. The values of the table data depend on the value of the time member of the Viscoelastic object.

Optional arguments

volinf

None or a Float specifying a normalized volume. The value of volinf depends on the value of the time member of the Viscoelastic object. The default value is None.

If time=RELAXATION_TEST_DATA, volinf specifies the value of the long-term normalized volumetric modulus, .

If time=CREEP_TEST_DATA, volinf specifies the value of the long-term normalized volumetric compliance, .

shrinf

None or a Float specifying a normalized shear. The value of shrinf depends on the value of the time member of the Viscoelastic object. The default value is None.

If time=RELAXATION_TEST_DATA, shrinf specifies the value of the long-term normalized shear modulus, .

If time=CREEP_TEST_DATA, shrinf specifies the value of the long-term normalized shear compliance, .

Table data

If time=RELAXATION_TEST_DATA, the table data specify the following:

  • Normalized shear modulus, .

  • Normalized volumetric (bulk) modulus, .

  • Time .

If time=CREEP_TEST_DATA, the table data specify the following:
  • Normalized shear compliance, .

  • Normalized volumetric (bulk) compliance, .

  • Time .

Return value

A CombinedTestData object.

Exceptions

None.


29.17.2 setValues(...)

This method modifies the CombinedTestData object.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the CombinedTestData method.

Return value

None

Exceptions

None.


29.17.3  Members

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


29.17.4  Corresponding analysis keywords

*COMBINED TEST DATA