typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Moose::GenericType< Real, is_ad > GenericReal
Moose::GenericType< RankTwoTensor, is_ad > GenericRankTwoTensor
ScalarDamageBaseTempl< true > ADScalarDamageBase
ScalarDamageBaseTempl< false > ScalarDamageBase
DamageBase is a base class for damage models, which modify the stress tensor computed by another mode...
const std::string _base_name
Base name optionally used as prefix to material tensor names.
void setQp(unsigned int qp)
Sets the value of the member variable _qp for use in inheriting classes.
const InputParameters & parameters() const
Base class for scalar damage models.
const std::string getDamageIndexName() const
Get the name of the material property containing the damage index.
virtual Real computeTimeStepLimit() override
Compute the limiting value of the time step for this material.
virtual void computeUndamagedOldStress(RankTwoTensor &stress_old) override
const bool _use_old_damage
If true, use the damage index from the old state (rather than the current state)
const MaterialPropertyName _damage_index_name
Name of the material property where the damage index is stored.
GenericMaterialProperty< Real, is_ad > & _damage_index
Material property that provides the damage index.
virtual void updateDamage() override
Update the internal variable(s) that evolve the damage.
virtual void updateJacobianMultForDamage(RankFourTensor &jacobian_mult) override
Update the material constitutive matrix.
virtual void updateQpDamageIndex()=0
Update the damage index at the current qpoint.
const Real & _maximum_damage_increment
Maximum damage increment allowed for the time step.
const MaterialProperty< Real > & _damage_index_older
const GenericReal< is_ad > & getQpDamageIndex(unsigned int qp)
Get the value of the damage index for the current quadrature point.
virtual void updateStressForDamage(GenericRankTwoTensor< is_ad > &stress_new) override
Update the current stress tensor for effects of damage.
virtual void initQpStatefulProperties() override
const Real & _residual_stiffness_fraction
Residual fraction of stiffness used for material that is fully damaged.
const Real & _maximum_damage
Maximum allowed value for the damage index.
static InputParameters validParams()
const MaterialProperty< Real > & _damage_index_old