The LowDensityFoam object specifies properties for low-density foam.
import material mdb.models[name].materials[name].lowDensityFoam import odbMaterial session.odbs[name].materials[name].lowDensityFoam
This method creates a LowDensityFoam object.
mdb.models[name].materials[name].LowDensityFoam session.odbs[name].materials[name].LowDensityFoam
Required arguments
Optional arguments
A Boolean specifying whether elements are removed if exceeding maximum principal tensile stress. This argument is valid only when maxAllowablePrincipalStress is defined. The default value is OFF.
None or a Float specifying the maximum allowable principal tensile stress. The default value is None.
A Boolean specifying whether the stress-strain curve is extrapolated if exceeding maximum strain rate. The default value is OFF.
A SymbolicConstant specifying strain rate measure used for constitutive calculations. Possible values are PRINCIPAL and VOLUMETRIC. The default value is VOLUMETRIC.
A Float specifying the relaxation coefficient . The default value is 10–4.
A Float specifying the relaxation coefficient . The default value is 0.5×10–2.
A Float specifying the relaxation coefficient . The default value is 2.0.
Return value
A LowDensityFoam object.
Exceptions
RangeError.
This method modifies the LowDensityFoam object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the LowDensityFoam method.
Return value
Exceptions
RangeError.
The LowDensityFoam object has members with the same names and descriptions as the arguments to the LowDensityFoam method.
In addition, the LowDensityFoam object can have the following members:
A UniaxialTestData object.
A UniaxialTestData object.