Accessimport material mdb.models[name].materials[name].hyperelastic.volumetricTestData mdb.models[name].materials[name].hyperfoam.volumetricTestData mdb.models[name].materials[name].viscoelastic.volumetricTestData import odbMaterial session.odbs[name].materials[name].hyperelastic.volumetricTestData session.odbs[name].materials[name].hyperfoam.volumetricTestData session.odbs[name].materials[name].viscoelastic.volumetricTestData VolumetricTestData(...)
This method creates a VolumetricTestData object. Pathmdb.models[name].materials[name].hyperelastic.VolumetricTestData mdb.models[name].materials[name].hyperfoam.VolumetricTestData mdb.models[name].materials[name].viscoelastic.VolumetricTestData session.odbs[name].materials[name].hyperelastic.VolumetricTestData session.odbs[name].materials[name].hyperfoam.VolumetricTestData session.odbs[name].materials[name].viscoelastic.VolumetricTestData Required arguments
Optional arguments
Table dataFor a hyperelastic or hyperfoam material model, the table data specify the following:
For a viscoelastic material model, the values depend on the value of the time member of the Viscoelastic object. If time=RELAXATION_TEST_DATA, the table data specify the following:
If time=CREEP_TEST_DATA, the table data specify the following:
Return valueA VolumetricTestData object. ExceptionsNone. setValues(...)
This method modifies the VolumetricTestData object. Required argumentsNone. Optional argumentsThe optional arguments to setValues are the same as the arguments to the VolumetricTestData method. Return valueNone. ExceptionsNone. MembersThe VolumetricTestData object has members with the same names and descriptions as the arguments to the VolumetricTestData method. Corresponding analysis keywords |