Material class for 2D correspondence material model for small strain: plane strain, generalized plane strain, weak plane stress. More...
#include <ComputePlaneSmallStrainNOSPD.h>
Public Member Functions | |
ComputePlaneSmallStrainNOSPD (const InputParameters ¶meters) | |
virtual void | initQpStatefulProperties () override |
Protected Member Functions | |
virtual void | computeQpTotalStrain () override |
Function to compute the total strain tensor for small strain case. More... | |
Real | computeOutOfPlaneStrain () |
Function to compute out-of-plane component of strain tensor for generalized plane strain and weak plane stress. More... | |
virtual void | computeQpStrain () override |
Function to compute strain tensors. More... | |
virtual void | computeProperties () override |
virtual void | computeBondStretch () override |
virtual void | computeQpDeformationGradient () |
Function to compute bond-associated deformation gradient. More... | |
Protected Attributes | |
const bool | _plane_strain |
Plane strain problem or not, this is only used for mechanical stretch calculation. More... | |
const MaterialProperty< RankFourTensor > & | _Cijkl |
Material properties to fetch. More... | |
std::vector< MaterialPropertyName > | _eigenstrain_names |
std::vector< const MaterialProperty< RankTwoTensor > * > | _eigenstrains |
MaterialProperty< RankTwoTensor > & | _shape2 |
Material properties to store. More... | |
MaterialProperty< RankTwoTensor > & | _deformation_gradient |
MaterialProperty< RankTwoTensor > & | _ddgraddu |
MaterialProperty< RankTwoTensor > & | _ddgraddv |
MaterialProperty< RankTwoTensor > & | _ddgraddw |
MaterialProperty< RankTwoTensor > & | _total_strain |
MaterialProperty< RankTwoTensor > & | _mechanical_strain |
MaterialProperty< Real > & | _multi |
Private Attributes | |
const bool | _scalar_out_of_plane_strain_coupled |
Scalar out-of-plane strain for generalized plane strain. More... | |
const VariableValue & | _scalar_out_of_plane_strain |
const bool | _out_of_plane_strain_coupled |
Out-of-plane strain for weak plane stress. More... | |
const VariableValue & | _out_of_plane_strain |
Material class for 2D correspondence material model for small strain: plane strain, generalized plane strain, weak plane stress.
Definition at line 24 of file ComputePlaneSmallStrainNOSPD.h.
ComputePlaneSmallStrainNOSPD::ComputePlaneSmallStrainNOSPD | ( | const InputParameters & | parameters | ) |
Definition at line 32 of file ComputePlaneSmallStrainNOSPD.C.
|
overrideprotectedvirtualinherited |
Definition at line 156 of file ComputeStrainBaseNOSPD.C.
Referenced by ComputeStrainBaseNOSPD::computeProperties().
|
protected |
Function to compute out-of-plane component of strain tensor for generalized plane strain and weak plane stress.
Definition at line 53 of file ComputePlaneSmallStrainNOSPD.C.
Referenced by computeQpTotalStrain().
|
overrideprotectedvirtualinherited |
Definition at line 145 of file ComputeStrainBaseNOSPD.C.
|
protectedvirtualinherited |
Function to compute bond-associated deformation gradient.
Reimplemented in ComputeForceStabilizedSmallStrainNOSPD.
Definition at line 71 of file ComputeStrainBaseNOSPD.C.
Referenced by ComputeSmallStrainNOSPD::computeQpStrain(), and ComputeFiniteStrainNOSPD::computeQpStrain().
|
overrideprotectedvirtualinherited |
Function to compute strain tensors.
Implements ComputeStrainBaseNOSPD.
Definition at line 33 of file ComputeSmallStrainNOSPD.C.
|
overrideprotectedvirtual |
Function to compute the total strain tensor for small strain case.
Reimplemented from ComputeSmallStrainNOSPD.
Definition at line 44 of file ComputePlaneSmallStrainNOSPD.C.
|
overridevirtualinherited |
Definition at line 57 of file ComputeStrainBaseNOSPD.C.
|
protectedinherited |
Material properties to fetch.
Definition at line 48 of file ComputeStrainBaseNOSPD.h.
Referenced by ComputeStrainBaseNOSPD::computeBondStretch().
|
protectedinherited |
Definition at line 57 of file ComputeStrainBaseNOSPD.h.
Referenced by ComputeForceStabilizedSmallStrainNOSPD::computeQpDeformationGradient(), and ComputeStrainBaseNOSPD::computeQpDeformationGradient().
|
protectedinherited |
Definition at line 58 of file ComputeStrainBaseNOSPD.h.
Referenced by ComputeForceStabilizedSmallStrainNOSPD::computeQpDeformationGradient(), and ComputeStrainBaseNOSPD::computeQpDeformationGradient().
|
protectedinherited |
Definition at line 59 of file ComputeStrainBaseNOSPD.h.
Referenced by ComputeForceStabilizedSmallStrainNOSPD::computeQpDeformationGradient(), and ComputeStrainBaseNOSPD::computeQpDeformationGradient().
|
protectedinherited |
Definition at line 55 of file ComputeStrainBaseNOSPD.h.
Referenced by ComputeForceStabilizedSmallStrainNOSPD::computeQpDeformationGradient(), ComputeStrainBaseNOSPD::computeQpDeformationGradient(), ComputePlaneFiniteStrainNOSPD::computeQpFhat(), ComputeFiniteStrainNOSPD::computeQpFhat(), computeQpTotalStrain(), ComputeSmallStrainNOSPD::computeQpTotalStrain(), and ComputeStrainBaseNOSPD::initQpStatefulProperties().
|
protectedinherited |
Definition at line 49 of file ComputeStrainBaseNOSPD.h.
Referenced by ComputeFiniteStrainNOSPD::ComputeFiniteStrainNOSPD(), and ComputeStrainBaseNOSPD::ComputeStrainBaseNOSPD().
|
protectedinherited |
|
protectedinherited |
Definition at line 62 of file ComputeStrainBaseNOSPD.h.
Referenced by ComputeSmallStrainNOSPD::computeQpStrain(), ComputeFiniteStrainNOSPD::computeQpStrain(), and ComputeStrainBaseNOSPD::initQpStatefulProperties().
|
protectedinherited |
Definition at line 64 of file ComputeStrainBaseNOSPD.h.
Referenced by ComputeForceStabilizedSmallStrainNOSPD::computeQpDeformationGradient(), and ComputeStrainBaseNOSPD::computeQpDeformationGradient().
|
private |
Definition at line 47 of file ComputePlaneSmallStrainNOSPD.h.
Referenced by computeOutOfPlaneStrain().
|
private |
Out-of-plane strain for weak plane stress.
Definition at line 46 of file ComputePlaneSmallStrainNOSPD.h.
|
protectedinherited |
Plane strain problem or not, this is only used for mechanical stretch calculation.
Definition at line 45 of file ComputeStrainBaseNOSPD.h.
Referenced by ComputeStrainBaseNOSPD::computeBondStretch().
|
private |
Definition at line 42 of file ComputePlaneSmallStrainNOSPD.h.
Referenced by computeOutOfPlaneStrain().
|
private |
Scalar out-of-plane strain for generalized plane strain.
Definition at line 41 of file ComputePlaneSmallStrainNOSPD.h.
Referenced by computeOutOfPlaneStrain().
|
protectedinherited |
Material properties to store.
Definition at line 54 of file ComputeStrainBaseNOSPD.h.
Referenced by ComputeForceStabilizedSmallStrainNOSPD::computeQpDeformationGradient(), and ComputeStrainBaseNOSPD::computeQpDeformationGradient().
|
protectedinherited |