The Regularization object defines the tolerance to be used for regularizing material data.
import material mdb.models[name].materials[name].regularization import odbMaterial session.odbs[name].materials[name].regularization
This method creates a Regularization object.
mdb.models[name].materials[name].Regularization session.odbs[name].materials[name].Regularization
Required arguments
Optional arguments
A Float specifying the tolerance to be used for regularizing material data. The default value is 0.03.
A SymbolicConstant specifying the form of regularization of strain-rate-dependent material data. Possible values are LOGARITHMIC and LINEAR. The default value is LOGARITHMIC.
Return value
A Regularization object.
Exceptions
RangeError.
This method modifies the Regularization object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Regularization method.
Return value
Exceptions
RangeError.
The Regularization object has members with the same names and descriptions as the arguments to the Regularization method.