https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ComputeSmallStrainMaterialBaseBPD.C
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
11
14{
16 params.addClassDescription("Base class for bond-based peridynamic mechanics models");
17
18 return params;
19}
20
26
27void
virtual void computeBondForce() override
Function to compute force of a bond.
ComputeSmallStrainMaterialBaseBPD(const InputParameters &parameters)
void addClassDescription(const std::string &doc_string)
unsigned int _qp
MaterialProperty< Real > & _mechanical_stretch
Base material class for bond-based and ordinary state-based peridynamic models, i....
MaterialProperty< Real > & _bond_local_force
Material properties to store.
static InputParameters validParams()
MaterialProperty< Real > & _bond_local_dfdE
MaterialProperty< Real > & _bond_local_dfdT
const Real _temp_ref
Reference temperature.
const VariableValue & _scalar_out_of_plane_strain
MaterialProperty< Real > & _bond_local_dfdU
std::vector< Real > _temp
Temperature variable.
const bool _scalar_out_of_plane_strain_coupled
Scalar out-of-plane component of strain tensor for generalized plane strain.