19template <
typename R2,
typename R4>
ADComputeFiniteStrainElasticStressTempl< RankTwoTensor, RankFourTensor > ADComputeFiniteStrainElasticStress
ADComputeFiniteStrainElasticStressTempl< SymmetricRankTwoTensor, SymmetricRankFourTensor > ADSymmetricFiniteStrainElasticStress
ADComputeFiniteStrainElasticStress computes the stress following elasticity theory for finite strains...
virtual void initQpStatefulProperties() override
Moose::GenericType< R4, true > ADR4
static InputParameters validParams()
const MaterialProperty< R2 > & _elastic_strain_old
The old elastic strain is used to calculate the old stress in the case of variable elasticity tensors...
Moose::GenericType< R2, true > ADR2
const ADMaterialProperty< R2 > & _strain_increment
const ADMaterialProperty< R4 > & _elasticity_tensor
Elasticity tensor material property.
void initialSetup() override
ADMaterialProperty< RankTwoTensor > & _rotation_total
Rotation up to current step "n" to compute anisotropic elasticity tensor.
const ADMaterialProperty< RankTwoTensor > & _rotation_increment
usingComputeStressBaseMembers
const MaterialProperty< R2 > & _stress_old
The old stress tensor.
const std::string _elasticity_tensor_name
Name of the elasticity tensor material property.
virtual void computeQpStress() override
const MaterialProperty< RankTwoTensor > & _rotation_total_old
Rotation up to "n - 1" (previous) step to compute anisotropic elasticity tensor.
ADComputeStressBaseTempl is the base class for stress tensors.
Add-on class that provides the functionality to check if guarantees for material properties are provi...
const InputParameters & parameters() const
typename std::conditional< is_ad, typename ADType< T >::type, T >::type GenericType