The PorousFailureCriteria object specifies the material failure criteria for a porous metal.
import material mdb.models[name].materials[name].porousMetalPlasticity\ .porousFailureCriteria import odbMaterial session.odbs[name].materials[name].porousMetalPlasticity\ .porousFailureCriteria
This method creates a PorousFailureCriteria object.
mdb.models[name].materials[name].porousMetalPlasticity\ .PorousFailureCriteria session.odbs[name].materials[name].porousMetalPlasticity\ .PorousFailureCriteria
Required arguments
Optional arguments
A Float specifying the void volume fraction at total failure, . The default value is 1.0.
A Float specifying the critical void volume fraction, . The default value is 1.0.
Return value
A PorousFailureCriteria object.
Exceptions
RangeError.
This method modifies the PorousFailureCriteria object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the PorousFailureCriteria method.
Return value
Exceptions
RangeError.
The PorousFailureCriteria object has members with the same names and descriptions as the arguments to the PorousFailureCriteria method.