30 const ADReal & crack_initiation_strain,
31 const ADReal & crack_max_strain,
32 const ADReal & cracking_stress,
33 const ADReal & youngs_modulus)
override;
const bool _alpha_set_by_user
Variable to track whether _alpha was set by the user.
ExponentialSoftening is a smeared crack softening model that uses an exponential softening curve...
static InputParameters validParams()
virtual void computeCrackingRelease(ADReal &stress, ADReal &stiffness_ratio, const ADReal &strain, const ADReal &crack_initiation_strain, const ADReal &crack_max_strain, const ADReal &cracking_stress, const ADReal &youngs_modulus) override
Compute the effect of the cracking release model on the stress and stiffness in the direction of a si...
const Real & _alpha
Initial slope of the softening curve.
const Real & _beta
Multiplier on alpha to determine the initial softening slope.
ADExponentialSoftening(const InputParameters ¶meters)
ADSmearedCrackSofteningBase is the base class for a set of models that define the softening behavior ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real & _residual_stress
Residual stress after full softening.
const InputParameters & parameters() const