The PorousFailureCriteria object specifies the material failure criteria for a porous metal.
materialApi.materials()[name].porousMetalPlasticity()\ .porousFailureCriteria()
This method creates a PorousFailureCriteria object.
materialApi.materials()[name].porousMetalPlasticity()\ .PorousFailureCriteria
odb_PorousFailureCriteria& PorousFailureCriteria(double fraction, double criticalFraction);
Required arguments
Optional arguments
A Double specifying the void volume fraction at total failure,
. The default value is 1.0.
A Double specifying the critical void volume fraction,
. The default value is 1.0.
Return value
A PorousFailureCriteria object.
Exceptions
RangeError.
The PorousFailureCriteria object has members with the same names and descriptions as the arguments to the PorousFailureCriteria method.