https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ComputeStrainBaseNOSPD.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
14#include "RankTwoTensor.h"
15
Base material class for correspondence material model.
std::vector< const MaterialProperty< RankTwoTensor > * > _eigenstrains
virtual void computeBondHorizonQpDeformationGradient()
Function to compute bond-associated horizon based deformation gradient.
const MaterialProperty< RankFourTensor > & _Cijkl
Material properties to fetch.
const bool _plane_strain
Plane strain problem or not, this is only used for mechanical stretch calculation.
MaterialProperty< RankTwoTensor > & _total_strain
MaterialProperty< RankTwoTensor > & _ddgraddu
virtual void computeConventionalQpDeformationGradient()
Function to compute conventional nonlocal deformation gradient.
MaterialProperty< RankTwoTensor > & _ddgraddw
static InputParameters validParams()
MaterialProperty< RankTwoTensor > & _shape2
Material properties to store.
const MooseEnum _stabilization
Option of stabilization scheme for correspondence material model: FORCE, BOND_HORIZON_I or BOND_HORIZ...
virtual void computeProperties() override
std::vector< MaterialPropertyName > _eigenstrain_names
virtual void computeQpDeformationGradient()
Function to compute deformation gradient for peridynamic correspondence model.
MaterialProperty< RankTwoTensor > & _ddgraddv
MaterialProperty< RankTwoTensor > & _mechanical_strain
virtual void initQpStatefulProperties() override
virtual void computeBondStretch() override
MaterialProperty< RankTwoTensor > & _deformation_gradient
virtual void computeQpStrain()=0
Function to compute strain tensors.
MaterialProperty< Real > & _sf_coeff
fictitious force coefficient for force stabilized model
MaterialProperty< Real > & _multi