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)
registerMooseObject("PeridynamicsApp", ComputePlaneSmallStrainNOSPD)
Material class for 2D correspondence material model for small strain: plane strain,...
const bool _scalar_out_of_plane_strain_coupled
Scalar out-of-plane strain for generalized plane strain.
ComputePlaneSmallStrainNOSPD(const InputParameters ¶meters)
const VariableValue & _out_of_plane_strain
virtual void computeQpTotalStrain() override
Function to compute the total strain tensor for small strain case.
Real computeOutOfPlaneStrain()
Function to compute out-of-plane component of strain tensor for generalized plane strain and weak pla...
static InputParameters validParams()
const VariableValue & _scalar_out_of_plane_strain
Material class for horizon-stabilized peridynamic correspondence model for small strain.
static InputParameters validParams()
MaterialProperty< RankTwoTensor > & _total_strain
MaterialProperty< RankTwoTensor > & _deformation_gradient