The Regularization object defines the tolerance to be used for regularizing material data.
materialApi.materials()[name].regularization()
This method creates a Regularization object.
materialApi.materials()[name].Regularization
odb_Regularization& Regularization(double rtol, const odb_String& strainRateRegularization);
Required arguments
Optional arguments
A Double specifying the tolerance to be used for regularizing material data. The default value is 0.03.
An odb_String 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.
The Regularization object has members with the same names and descriptions as the arguments to the Regularization method.