MaterialProperty< Real > & _H
History variable that prevents crack healing, declared in this material.
const MaterialProperty< Real > & _d2Dd2c
Second-order derivative of degradation w.r.t damage variable.
const MaterialProperty< RankFourTensor > & _elasticity_tensor
Elasticity tensor material property.
MaterialProperty< Real > & _E
Material property for elastic energy.
virtual void initQpStatefulProperties() override
ComputeStressBase is the base class for stress tensors computed from MOOSE's strain calculators...
MaterialProperty< Real > & _d2Ed2c
Second-order derivative of elastic energy w.r.t damage variable.
ComputePFFractureStressBase is the base class for stress in phase field fracture model.
MaterialProperty< RankTwoTensor > & _dstress_dc
Derivative of stress w.r.t damage variable.
const MaterialProperty< Real > & _d2Id2c
Second-order derivative of damage indicator function w.r.t damage variable.
MaterialProperty< RankTwoTensor > & _d2Fdcdstrain
Second-order derivative of elastic energy w.r.t damage variable and strain.
ComputePFFractureStressBase(const InputParameters ¶meters)
const MaterialProperty< Real > & _barrier
material property for fracture energy barrier
static InputParameters validParams()
const MaterialProperty< Real > & _dDdc
Derivative of degradation function w.r.t damage variable.
MaterialProperty< Real > & _dEdc
Derivative of elastic energy w.r.t damage variable.
bool _use_current_hist
Use current value of history variable.
const MaterialProperty< Real > & _H_old
Old value of history variable.
OutputTools< Real >::VariableValue VariableValue
const std::string _elasticity_tensor_name
Name of the elasticity tensor material property.
const MaterialProperty< Real > & _gc
Material property defining gc parameter, declared elsewhere.
const VariableValue & _c
Coupled order parameter defining the crack.
const InputParameters & parameters() const
const MaterialProperty< Real > & _I
Material property for damage indicator function.
const MaterialProperty< Real > & _pressure
Material property defining pressure, declared elsewhere.
const MaterialProperty< Real > & _l
Material property defining crack width, declared elsewhere.
const MaterialProperty< Real > & _D
Material property for energetic degradation function.
const MaterialProperty< Real > & _dIdc
Derivative of damage indicator function w.r.t damage variable.
bool _use_snes_vi_solver
Use PETSc's VI (Reduced space active set solvers for variational inequalities based on Newton's metho...