#include <ADComputeIsotropicElasticityTensorShell.h>
Public Member Functions | |
ADComputeIsotropicElasticityTensorShell (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual void | computeQpProperties () override |
Protected Attributes | |
Real | _poissons_ratio |
Lame' paramters. More... | |
Real | _shear_modulus |
Real | _youngs_modulus |
RankFourTensor | _Cijkl |
Individual elasticity tensor. More... | |
std::vector< Point > | _t_points |
Quadrature points along thickness. More... | |
std::vector< ADMaterialProperty(RankFourTensor) * > | _elasticity_tensor |
Material property elasticity tensor. More... | |
std::vector< const ADMaterialProperty(RankTwoTensor) * > | _ge |
Material property for ge matrix. More... | |
usingMaterialMembers | |
Definition at line 18 of file ADComputeIsotropicElasticityTensorShell.h.
ADComputeIsotropicElasticityTensorShell< compute_stage >::ADComputeIsotropicElasticityTensorShell | ( | const InputParameters & | parameters | ) |
Definition at line 36 of file ADComputeIsotropicElasticityTensorShell.C.
|
overrideprotectedvirtual |
Definition at line 71 of file ADComputeIsotropicElasticityTensorShell.C.
|
protected |
Individual elasticity tensor.
Definition at line 42 of file ADComputeIsotropicElasticityTensorShell.h.
Referenced by ADComputeIsotropicElasticityTensorShell< compute_stage >::ADComputeIsotropicElasticityTensorShell().
|
protected |
Material property elasticity tensor.
Definition at line 48 of file ADComputeIsotropicElasticityTensorShell.h.
Referenced by ADComputeIsotropicElasticityTensorShell< compute_stage >::ADComputeIsotropicElasticityTensorShell().
|
protected |
Material property for ge matrix.
Definition at line 51 of file ADComputeIsotropicElasticityTensorShell.h.
Referenced by ADComputeIsotropicElasticityTensorShell< compute_stage >::ADComputeIsotropicElasticityTensorShell().
|
protected |
Lame' paramters.
Definition at line 37 of file ADComputeIsotropicElasticityTensorShell.h.
Referenced by ADComputeIsotropicElasticityTensorShell< compute_stage >::ADComputeIsotropicElasticityTensorShell().
|
protected |
Definition at line 38 of file ADComputeIsotropicElasticityTensorShell.h.
|
protected |
Quadrature points along thickness.
Definition at line 45 of file ADComputeIsotropicElasticityTensorShell.h.
Referenced by ADComputeIsotropicElasticityTensorShell< compute_stage >::ADComputeIsotropicElasticityTensorShell().
|
protected |
Definition at line 39 of file ADComputeIsotropicElasticityTensorShell.h.
Referenced by ADComputeIsotropicElasticityTensorShell< compute_stage >::ADComputeIsotropicElasticityTensorShell().
|
protected |
Definition at line 53 of file ADComputeIsotropicElasticityTensorShell.h.