UserObject class to compute the number of intact bonds for each material point in PD fracture modeling and simulation. More...
#include <NodalNumIntactBondsPD.h>
Public Member Functions | |
NodalNumIntactBondsPD (const InputParameters ¶meters) | |
virtual void | computeValue (unsigned int id, dof_id_type dof) override |
Function to assemble elemental quantities to nodal AuxVariable at a material point. More... | |
virtual void | initialize () override |
virtual void | execute () override |
virtual void | threadJoin (const UserObject &) override |
virtual void | finalize () override |
Protected Attributes | |
MooseVariable * | _var |
Pointer to the aux variable this userobject operates on. More... | |
MooseVariable * | _bond_status_var |
Bond status aux variable. More... | |
AuxiliarySystem & | _aux |
Reference to auxiliary system. More... | |
NumericVector< Number > & | _aux_sln |
Solution vector for aux variables. More... | |
PeridynamicsMesh & | _pdmesh |
Reference to Peridynamic mesh. More... | |
UserObject class to compute the number of intact bonds for each material point in PD fracture modeling and simulation.
Definition at line 23 of file NodalNumIntactBondsPD.h.
NodalNumIntactBondsPD::NodalNumIntactBondsPD | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file NodalNumIntactBondsPD.C.
|
overridevirtual |
Function to assemble elemental quantities to nodal AuxVariable at a material point.
id | The local index of element node (either 1 or 2 for Edge2 element) |
dof | The global DOF of element node |
Implements NodalAuxVariableUserObjectBasePD.
Definition at line 34 of file NodalNumIntactBondsPD.C.
|
overridevirtualinherited |
Definition at line 43 of file NodalAuxVariableUserObjectBasePD.C.
|
overridevirtualinherited |
Definition at line 54 of file NodalAuxVariableUserObjectBasePD.C.
|
overridevirtualinherited |
Definition at line 35 of file NodalAuxVariableUserObjectBasePD.C.
|
inlineoverridevirtualinherited |
Definition at line 30 of file NodalAuxVariableUserObjectBasePD.h.
|
protectedinherited |
Reference to auxiliary system.
Definition at line 33 of file ElementUserObjectBasePD.h.
Referenced by NodalAuxVariableUserObjectBasePD::execute(), and NodalAuxVariableUserObjectBasePD::initialize().
|
protectedinherited |
Solution vector for aux variables.
Definition at line 36 of file ElementUserObjectBasePD.h.
Referenced by NodalDamageIndexPD::computeValue(), computeValue(), NodalAuxVariableUserObjectBasePD::finalize(), NodalRankTwoComponentPD::gatherWeightedValue(), and NodalRankTwoScalarPD::gatherWeightedValue().
|
protectedinherited |
Bond status aux variable.
Definition at line 30 of file ElementUserObjectBasePD.h.
Referenced by NodalRankTwoUserObjectBasePD::computeValue(), NodalDamageIndexPD::computeValue(), and computeValue().
|
protectedinherited |
Reference to Peridynamic mesh.
Definition at line 39 of file ElementUserObjectBasePD.h.
Referenced by NodalRankTwoUserObjectBasePD::computeValue(), NodalDamageIndexPD::computeValue(), GeneralizedPlaneStrainUserObjectNOSPD::execute(), and GeneralizedPlaneStrainUserObjectOSPD::execute().
|
protectedinherited |
Pointer to the aux variable this userobject operates on.
Definition at line 43 of file NodalAuxVariableUserObjectBasePD.h.
Referenced by NodalAuxVariableUserObjectBasePD::execute(), and NodalAuxVariableUserObjectBasePD::initialize().