#include <ADComputeShellStress.h>
Public Member Functions | |
ADComputeShellStress (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual void | initQpStatefulProperties () override |
virtual void | computeQpProperties () override |
Protected Attributes | |
std::vector< const ADMaterialProperty(RankTwoTensor) * > | _strain_increment |
Material property for strain increment. More... | |
std::vector< ADMaterialProperty(RankTwoTensor) * > | _stress |
Material property for current stress. More... | |
std::vector< const MaterialProperty< RankTwoTensor > * > | _stress_old |
Material property for old stress. More... | |
std::vector< const ADMaterialProperty(RankFourTensor) * > | _elasticity_tensor |
Material property for elasticity tensor. More... | |
std::vector< Point > | _t_points |
Quadrature points along thickness. More... | |
std::vector< const MaterialProperty< RankTwoTensor > * > | _rotation_matrix |
Rotation matrix material property. More... | |
std::vector< MaterialProperty< RankTwoTensor > * > | _global_stress |
Global stress tensor material property. More... | |
RankTwoTensor | _unrotated_stress |
Real value of stress in the local coordinate system. More... | |
usingMaterialMembers | |
Definition at line 19 of file ADComputeShellStress.h.
ADComputeShellStress< compute_stage >::ADComputeShellStress | ( | const InputParameters & | parameters | ) |
Definition at line 32 of file ADComputeShellStress.C.
|
overrideprotectedvirtual |
Definition at line 73 of file ADComputeShellStress.C.
|
overrideprotectedvirtual |
Definition at line 64 of file ADComputeShellStress.C.
|
protected |
Material property for elasticity tensor.
Definition at line 56 of file ADComputeShellStress.h.
Referenced by ADComputeShellStress< compute_stage >::ADComputeShellStress().
|
protected |
Global stress tensor material property.
Definition at line 65 of file ADComputeShellStress.h.
Referenced by ADComputeShellStress< compute_stage >::ADComputeShellStress().
|
protected |
Rotation matrix material property.
Definition at line 62 of file ADComputeShellStress.h.
Referenced by ADComputeShellStress< compute_stage >::ADComputeShellStress().
|
protected |
Material property for strain increment.
Definition at line 47 of file ADComputeShellStress.h.
Referenced by ADComputeShellStress< compute_stage >::ADComputeShellStress().
|
protected |
Material property for current stress.
Definition at line 50 of file ADComputeShellStress.h.
Referenced by ADComputeShellStress< compute_stage >::ADComputeShellStress().
|
protected |
Material property for old stress.
Definition at line 53 of file ADComputeShellStress.h.
Referenced by ADComputeShellStress< compute_stage >::ADComputeShellStress().
|
protected |
Quadrature points along thickness.
Definition at line 59 of file ADComputeShellStress.h.
Referenced by ADComputeShellStress< compute_stage >::ADComputeShellStress().
|
protected |
Real value of stress in the local coordinate system.
Definition at line 68 of file ADComputeShellStress.h.
|
protected |
Definition at line 70 of file ADComputeShellStress.h.