22 "stress_name",
"Get name of stress tensor to compute at crack front");
32 _stress(getMaterialProperty<
RankTwoTensor>(_base_name + _property_name))
38 const Point crack_face_normal)
const
registerMooseObject("SolidMechanicsApp", CrackFrontNonlocalStress)
const ExecFlagType EXEC_TIMESTEP_END
const ExecFlagType EXEC_XFEM_MARK
Exec flag used to execute MooseObjects while elements are being marked for cutting by XFEM.
Computes the average material property in regions near points provided by the crack_front_definition ...
static InputParameters validParams()
Computes the average stress magnitude in the direction normal to the crack front at points provided b...
const MaterialProperty< RankTwoTensor > & _stress
The stress tensor.
CrackFrontNonlocalStress(const InputParameters ¶meters)
static InputParameters validParams()
Real getQPCrackFrontScalar(const unsigned int qp, const Point crack_face_normal) const override
Determine whether a point is located within a specified crack front oriented box.
void addAvailableFlags(const ExecFlagType &flag, Args... flags)