Kernel class for ordinary state based peridynamic solid mechanics models for small strain. More...
#include <MechanicsOSPD.h>
Public Member Functions | |
MechanicsOSPD (const InputParameters ¶meters) | |
virtual void | computeOffDiagJacobian (MooseVariableFEBase &jvar) override |
virtual void | initialSetup () override |
virtual void | prepare () override |
Protected Member Functions | |
virtual void | computeLocalResidual () override |
virtual void | computeNonlocalResidual () override |
virtual void | computeLocalJacobian () override |
virtual void | computeNonlocalJacobian () override |
void | computeLocalOffDiagJacobian (unsigned int coupled_component) override |
Function to compute local contribution to the off-diagonal Jacobian at the current nodes. More... | |
void | computePDNonlocalOffDiagJacobian (unsigned int jvar_num, unsigned int coupled_component) override |
Function to compute nonlocal contribution to the off-diagonal Jacobian at the current nodes. More... | |
Protected Attributes | |
const unsigned int | _component |
The index of displacement component. More... | |
std::vector< MooseVariable * > | _disp_var |
displacement variables More... | |
unsigned int | _ndisp |
number of displacement components More... | |
const std::vector< RealGradient > * | _orientation |
Vector of bond in current configuration. More... | |
std::vector< dof_id_type > | _ivardofs_ij |
Current variable dof numbers for nodes i and j. More... | |
RealGradient | _cur_ori_ij |
Vector of bond in current configuration. More... | |
Real | _cur_len_ij |
Current bond length. More... | |
const MaterialProperty< Real > & | _bond_force_ij |
Bond based material properties. More... | |
const MaterialProperty< Real > & | _bond_force_i_j |
const MaterialProperty< Real > & | _bond_dfdU_ij |
const MaterialProperty< Real > & | _bond_dfdU_i_j |
const MaterialProperty< Real > & | _bond_dfdT_ij |
const MaterialProperty< Real > & | _bond_dfdT_i_j |
const bool | _temp_coupled |
Temperature variable. More... | |
MooseVariable * | _temp_var |
const bool | _out_of_plane_strain_coupled |
Parameters for out-of-plane strain in weak plane stress formulation. More... | |
MooseVariable * | _out_of_plane_strain_var |
Kernel class for ordinary state based peridynamic solid mechanics models for small strain.
Definition at line 22 of file MechanicsOSPD.h.
MechanicsOSPD::MechanicsOSPD | ( | const InputParameters & | parameters | ) |
Definition at line 30 of file MechanicsOSPD.C.
|
overrideprotectedvirtual |
Definition at line 108 of file MechanicsOSPD.C.
|
overrideprotectedvirtual |
Function to compute local contribution to the off-diagonal Jacobian at the current nodes.
coupled_component | The coupled variable number |
Reimplemented from MechanicsBasePD.
Definition at line 120 of file MechanicsOSPD.C.
|
overrideprotectedvirtual |
Definition at line 43 of file MechanicsOSPD.C.
|
overrideprotectedvirtual |
Definition at line 141 of file MechanicsOSPD.C.
|
overrideprotectedvirtual |
Definition at line 51 of file MechanicsOSPD.C.
|
overridevirtualinherited |
Definition at line 71 of file MechanicsBasePD.C.
|
overrideprotectedvirtual |
Function to compute nonlocal contribution to the off-diagonal Jacobian at the current nodes.
jvar_num | The number of the first coupled variable |
coupled_component | The component number of the second coupled variable |
Reimplemented from MechanicsBasePD.
Definition at line 238 of file MechanicsOSPD.C.
|
overridevirtualinherited |
Definition at line 47 of file MechanicsBasePD.C.
|
overridevirtualinherited |
Definition at line 53 of file MechanicsBasePD.C.
Referenced by MechanicsBasePD::computeOffDiagJacobian(), GeneralizedPlaneStrainOffDiagOSPD::computeOffDiagJacobianScalar(), and GeneralizedPlaneStrainOffDiagNOSPD::computeOffDiagJacobianScalar().
|
protected |
Definition at line 44 of file MechanicsOSPD.h.
Referenced by computePDNonlocalOffDiagJacobian().
|
protected |
Definition at line 43 of file MechanicsOSPD.h.
Referenced by computeLocalOffDiagJacobian().
|
protected |
Definition at line 42 of file MechanicsOSPD.h.
Referenced by computeNonlocalJacobian(), and computePDNonlocalOffDiagJacobian().
|
protected |
Definition at line 41 of file MechanicsOSPD.h.
Referenced by computeLocalJacobian(), and computeLocalOffDiagJacobian().
|
protected |
Definition at line 40 of file MechanicsOSPD.h.
Referenced by computeNonlocalJacobian(), and computeNonlocalResidual().
|
protected |
Bond based material properties.
Definition at line 39 of file MechanicsOSPD.h.
Referenced by computeLocalJacobian(), computeLocalOffDiagJacobian(), and computeLocalResidual().
|
protected |
The index of displacement component.
Definition at line 48 of file MechanicsOSPD.h.
Referenced by computeLocalJacobian(), computeLocalOffDiagJacobian(), computeLocalResidual(), computeNonlocalJacobian(), computeNonlocalResidual(), and computePDNonlocalOffDiagJacobian().
|
protectedinherited |
Current bond length.
Definition at line 75 of file MechanicsBasePD.h.
Referenced by MechanicsBPD::computeLocalJacobian(), computeLocalJacobian(), MechanicsBPD::computeLocalOffDiagJacobian(), computeLocalOffDiagJacobian(), and MechanicsBasePD::prepare().
|
protectedinherited |
Vector of bond in current configuration.
Definition at line 72 of file MechanicsBasePD.h.
Referenced by GeneralizedPlaneStrainOffDiagOSPD::computeDispFullOffDiagJacobianScalar(), GeneralizedPlaneStrainOffDiagOSPD::computeDispPartialOffDiagJacobianScalar(), MechanicsBPD::computeLocalJacobian(), computeLocalJacobian(), MechanicsBPD::computeLocalOffDiagJacobian(), computeLocalOffDiagJacobian(), computeLocalResidual(), MechanicsBPD::computeLocalResidual(), computeNonlocalJacobian(), computePDNonlocalOffDiagJacobian(), and MechanicsBasePD::prepare().
|
protectedinherited |
displacement variables
Definition at line 50 of file MechanicsBasePD.h.
Referenced by GeneralizedPlaneStrainOffDiagOSPD::computeDispFullOffDiagJacobianScalar(), ForceStabilizedSmallStrainMechanicsNOSPD::computeLocalResidual(), computeNonlocalJacobian(), computeNonlocalResidual(), MechanicsBasePD::computeOffDiagJacobian(), GeneralizedPlaneStrainOffDiagOSPD::computeOffDiagJacobianScalar(), GeneralizedPlaneStrainOffDiagNOSPD::computeOffDiagJacobianScalar(), computePDNonlocalOffDiagJacobian(), GeneralizedPlaneStrainOffDiagNOSPD::GeneralizedPlaneStrainOffDiagNOSPD(), GeneralizedPlaneStrainOffDiagOSPD::GeneralizedPlaneStrainOffDiagOSPD(), MechanicsBasePD::MechanicsBasePD(), and MechanicsBasePD::prepare().
|
protectedinherited |
Current variable dof numbers for nodes i and j.
Definition at line 69 of file MechanicsBasePD.h.
Referenced by GeneralizedPlaneStrainOffDiagOSPD::computeDispFullOffDiagJacobianScalar(), FiniteStrainMechanicsNOSPD::computeNonlocalJacobian(), ForceStabilizedSmallStrainMechanicsNOSPD::computeNonlocalJacobian(), SmallStrainMechanicsNOSPD::computeNonlocalJacobian(), computeNonlocalJacobian(), computeNonlocalResidual(), WeakPlaneStressNOSPD::computePDNonlocalOffDiagJacobian(), FiniteStrainMechanicsNOSPD::computePDNonlocalOffDiagJacobian(), ForceStabilizedSmallStrainMechanicsNOSPD::computePDNonlocalOffDiagJacobian(), SmallStrainMechanicsNOSPD::computePDNonlocalOffDiagJacobian(), computePDNonlocalOffDiagJacobian(), and MechanicsBasePD::prepare().
|
protectedinherited |
number of displacement components
Definition at line 58 of file MechanicsBasePD.h.
Referenced by MechanicsBasePD::MechanicsBasePD().
|
protectedinherited |
Vector of bond in current configuration.
Definition at line 66 of file MechanicsBasePD.h.
Referenced by MechanicsBasePD::initialSetup().
|
protectedinherited |
Parameters for out-of-plane strain in weak plane stress formulation.
Definition at line 61 of file MechanicsBasePD.h.
Referenced by MechanicsBasePD::computeOffDiagJacobian().
|
protectedinherited |
Definition at line 62 of file MechanicsBasePD.h.
Referenced by MechanicsBasePD::computeOffDiagJacobian().
|
protectedinherited |
Temperature variable.
Definition at line 53 of file MechanicsBasePD.h.
Referenced by MechanicsBasePD::computeOffDiagJacobian(), GeneralizedPlaneStrainOffDiagOSPD::computeOffDiagJacobianScalar(), GeneralizedPlaneStrainOffDiagNOSPD::computeOffDiagJacobianScalar(), and MechanicsBaseNOSPD::MechanicsBaseNOSPD().
|
protectedinherited |