https://mooseframework.inl.gov
ParametricMaterialBasePD.h
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 
10 #pragma once
11 
13 #include "RankFourTensor.h"
14 
20 {
21 public:
23 
25 
26 protected:
27  virtual void computeProperties() override;
28  virtual void computeBondStretch() override;
29 
33  virtual void computeBondForce() = 0;
34 
39 
43  virtual void computePeridynamicsParams() = 0;
44 
46  const bool _plane_stress;
47 
52 
54  std::vector<Real> _temp;
55 
57  const Real _temp_ref;
58 
62 
68 
71 
74 
79 };
MaterialProperty< Real > & _bond_local_dfdU
MaterialProperty< Real > & _bond_local_force
Material properties to store.
void computeMaterialConstants()
Function to compute material constants from elasticity tensor.
static InputParameters validParams()
const Real _temp_ref
Reference temperature.
const bool _plane_stress
Plane stress problem or not.
const MaterialProperty< RankFourTensor > & _Cijkl
Material properties to fetch.
std::vector< Real > _temp
Temperature variable.
const VariableValue & _scalar_out_of_plane_strain
const bool _scalar_out_of_plane_strain_coupled
Scalar out-of-plane component of strain tensor for generalized plane strain.
virtual void computeProperties() override
Real _tec
Thermal expension coefficient.
Base material class for bond-based and ordinary state-based peridynamic models, i.e.
MaterialProperty< Real > & _bond_local_dfdT
OutputTools< Real >::VariableValue VariableValue
MaterialProperty< Real > & _thermal_expansion_coeff
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
virtual void computeBondForce()=0
Function to compute force of a bond.
Base material class for peridynamic solid mechanics models.
ParametricMaterialBasePD(const InputParameters &parameters)
virtual void computePeridynamicsParams()=0
Function to compute the micro-moduli for bond-based and ordinary state-based models.
virtual void computeBondStretch() override
Function to compute current bond stretch: one dimensional strain.
MaterialProperty< Real > & _bond_local_dfdE