19 template <
typename R2,
typename R4>
ADComputeFiniteStrainElasticStressTempl< RankTwoTensor, RankFourTensor > ADComputeFiniteStrainElasticStress
virtual void computeQpStress() override
ADMaterialProperty< RankTwoTensor > & _rotation_total
Rotation up to current step "n" to compute anisotropic elasticity tensor.
Moose::GenericType< R2, true > ADR2
const InputParameters & parameters() const
ADComputeFiniteStrainElasticStressTempl< SymmetricRankTwoTensor, SymmetricRankFourTensor > ADSymmetricFiniteStrainElasticStress
virtual void initQpStatefulProperties() override
usingComputeStressBaseMembers
typename std::conditional< is_ad, typename ADType< T >::type, T >::type GenericType
ADComputeFiniteStrainElasticStressTempl(const InputParameters ¶meters)
const ADMaterialProperty< RankTwoTensor > & _rotation_increment
void initialSetup() override
const ADMaterialProperty< R4 > & _elasticity_tensor
Elasticity tensor material property.
const MaterialProperty< RankTwoTensor > & _rotation_total_old
Rotation up to "n - 1" (previous) step to compute anisotropic elasticity tensor.
const std::string _elasticity_tensor_name
Name of the elasticity tensor material property.
ADComputeFiniteStrainElasticStress computes the stress following elasticity theory for finite strains...
const ADMaterialProperty< R2 > & _strain_increment
Moose::GenericType< R4, true > ADR4
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 MaterialProperty< R2 > & _stress_old
The old stress tensor.
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...