PorousFailureCriteria object

The PorousFailureCriteria object specifies the material failure criteria for a porous metal.

The following topics are discussed:

Access

materialApi.materials()[name].porousMetalPlasticity()\
.porousFailureCriteria()

PorousFailureCriteria(...)

This method creates a PorousFailureCriteria object.

Path

materialApi.materials()[name].porousMetalPlasticity()\
.PorousFailureCriteria

Prototype

odb_PorousFailureCriteria&
PorousFailureCriteria(double fraction,
                      double criticalFraction);

Required arguments

None.

Optional arguments

fraction

A Double specifying the void volume fraction at total failure, fF>0. The default value is 1.0.

criticalFraction

A Double specifying the critical void volume fraction, fc0. The default value is 1.0.

Return value

A PorousFailureCriteria object.

Exceptions

RangeError.

Members

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

Corresponding analysis keywords