https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
Base material class for peridynamic solid mechanics models.
const InputParameters & parameters() const
Base material class for bond-based and ordinary state-based peridynamic models, i....
virtual void computeProperties() override
virtual void computePeridynamicsParams()=0
Function to compute the micro-moduli for bond-based and ordinary state-based models.
MaterialProperty< Real > & _bond_local_force
Material properties to store.
static InputParameters validParams()
void computeMaterialConstants()
Function to compute material constants from elasticity tensor.
virtual void computeBondStretch() override
Function to compute current bond stretch: one dimensional strain.
MaterialProperty< Real > & _bond_local_dfdE
MaterialProperty< Real > & _bond_local_dfdT
const Real _temp_ref
Reference temperature.
Real _tec
Thermal expension coefficient.
MaterialProperty< Real > & _thermal_expansion_coeff
const MaterialProperty< RankFourTensor > & _Cijkl
Material properties to fetch.
virtual void computeBondForce()=0
Function to compute force of a bond.
const VariableValue & _scalar_out_of_plane_strain
MaterialProperty< Real > & _bond_local_dfdU
std::vector< Real > _temp
Temperature variable.
const bool _plane_stress
Plane stress problem or not.
const bool _scalar_out_of_plane_strain_coupled
Scalar out-of-plane component of strain tensor for generalized plane strain.
VariableValueTempl< false > VariableValue