19 "Class for computing nodal quantities for residual and jacobian calculation " 20 "for peridynamic correspondence models under planar small strain assumptions");
23 "Scalar out-of-plane strain variable for generalized plane strain");
25 "Nonlinear out-of-plane strain variable for plane stress condition");
32 _scalar_out_of_plane_strain_coupled(isCoupledScalar(
"scalar_out_of_plane_strain")),
33 _scalar_out_of_plane_strain(_scalar_out_of_plane_strain_coupled
34 ? coupledScalarValue(
"scalar_out_of_plane_strain")
36 _out_of_plane_strain_coupled(isCoupled(
"out_of_plane_strain")),
37 _out_of_plane_strain(_out_of_plane_strain_coupled ? coupledValue(
"out_of_plane_strain") : _zero)
const VariableValue & _out_of_plane_strain
virtual void computeQpTotalStrain() override
Function to compute the total strain tensor for small strain case.
MaterialProperty< RankTwoTensor > & _deformation_gradient
static InputParameters validParams()
const VariableValue & _scalar_out_of_plane_strain
static InputParameters validParams()
const bool _scalar_out_of_plane_strain_coupled
Scalar out-of-plane strain for generalized plane strain.
ComputePlaneSmallStrainNOSPD(const InputParameters ¶meters)
Material class for 2D correspondence material model for small strain: plane strain, generalized plane strain, weak plane stress.
Material class for horizon-stabilized peridynamic correspondence model for small strain.
Real computeOutOfPlaneStrain()
Function to compute out-of-plane component of strain tensor for generalized plane strain and weak pla...
registerMooseObject("PeridynamicsApp", ComputePlaneSmallStrainNOSPD)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
MaterialProperty< RankTwoTensor > & _total_strain