19 "Base class for calculating components and scalar type quantities of nodal rank-two stress " 20 "and strain tensors from material properties (stress and strain) for edge elements " 21 "(i.e., bonds) connected at that node. NOTE: This UserObject only applies to the NOSPD " 25 "rank_two_tensor",
"Name of the nodal rank two tensors (stress/strains)");
34 _tensor(getMaterialProperty<
RankTwoTensor>(
"rank_two_tensor"))
virtual void computeValue(unsigned int id, dof_id_type dof) override
Function to assemble elemental quantities to nodal AuxVariable at a material point.
Real getNeighborWeight(dof_id_type node_id, dof_id_type neighbor_id)
Function to return normalized weight for neighbor neighbor_id of node node_id based on predefined wei...
PeridynamicsMesh & _pdmesh
Reference to Peridynamic mesh.
static InputParameters validParams()
const ExecFlagType EXEC_TIMESTEP_END
static InputParameters validParams()
dof_id_type getNeighborIndex(dof_id_type node_i, dof_id_type node_j)
Function to return the local neighbor index of node_j from node_i's neighbor list.
OutputData getElementalValue(const Elem *elem, unsigned int idx=0) const
NodalRankTwoUserObjectBasePD(const InputParameters ¶meters)
UserObject base class to compute nodal quantities stored as AuxVariable at a material point based on ...
virtual void gatherWeightedValue(unsigned int id, dof_id_type dof, Real dg_vol_frac)=0
Function to gather bond-associated quantities to each material point.
MooseVariable * _bond_status_var
Bond status aux variable.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Elem *const & _current_elem