virtual void computeBondStretch()=0
Function to compute current bond stretch: one dimensional strain.
std::vector< MooseVariable * > _disp_var
Displacement variables.
MaterialProperty< Real > & _mechanical_stretch
MooseVariable * _temp_var
MaterialProperty< Real > & _total_stretch
Material properties to store.
Real _current_length
Length of current bond.
Base class for peridynamics material models.
MechanicsMaterialBasePD(const InputParameters ¶meters)
void computeBondCurrentLength()
Function to compute the current bond length.
InputParameters validParams< MechanicsMaterialBasePD >()
MooseVariable * _bond_status_var
Bond_status variable.
const bool _has_temp
Temperature variables.
Base material class for peridynamic solid mechanics models.