Regularization object

The Regularization object defines the tolerance to be used for regularizing material data.

The following topics are discussed:

Access

materialApi.materials()[name].regularization()

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.

Members

The Regularization object has members with the same names and descriptions as the arguments to the Regularization method.

Corresponding analysis keywords