Go to the documentation of this file.
19 params.addClassDescription(
"Class for bond stretch failure criterion in bond-based model and "
20 "ordinary state-based model");
27 _mechanical_stretch(getMaterialProperty<Real>(
"mechanical_stretch"))
virtual Real computeFailureCriterionValue() override
Function to compute the value of a given failure criterion.
const MaterialProperty< Real > & _mechanical_stretch
Material property containing the mechanical stretch.
InputParameters validParams< StretchBasedFailureCriterionPD >()
InputParameters validParams< BondStatusBasePD >()
Bond stretch based failure ctriterion to update the bond status for fracture modeling.
Base AuxKernel class for different failure criteria to update the bond status A bond is broken and th...
const VariableValue & _critical_val
Critical AuxVariable.
StretchBasedFailureCriterionPD(const InputParameters ¶meters)
registerMooseObject("PeridynamicsApp", StretchBasedFailureCriterionPD)