Regularization(...)
This method creates a Regularization object.
Path
materialApi.materials()[name].Regularization
Prototype
odb_Regularization& Regularization(double rtol, const odb_String& strainRateRegularization);
Required arguments
None.
Optional arguments
- rtol
A Double specifying the tolerance to be used for regularizing material data. The default value is 0.03.
- strainRateRegularization
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.