Go to the documentation of this file.
14 template <ComputeStage compute_stage>
29 template <ComputeStage compute_stage>
39 const ADRankFourTensor & elasticity_tensor)
override;
41 const ADReal & scalar)
override;
43 const ADReal & scalar)
override;
const Real _m_exponent
Exponent on time.
usingRadialReturnCreepStressUpdateBaseMembers
declareADValidParams(ADPowerLawCreepStressUpdate)
virtual void computeStressInitialize(const ADReal &effective_trial_stress, const ADRankFourTensor &elasticity_tensor) override
Perform any necessary initialization before return mapping iterations.
const Real _gas_constant
Gas constant for exp term.
virtual ADReal computeDerivative(const ADReal &effective_trial_stress, const ADReal &scalar) override
Compute the derivative of the residual as a function of the scalar variable.
static InputParameters validParams()
const Real _start_time
Simulation start time.
const ADVariableValue * _temperature
Temperature variable value.
virtual ADReal computeResidual(const ADReal &effective_trial_stress, const ADReal &scalar) override
Compute the residual for a predicted value of the scalar.
const Real _n_exponent
Exponent on the effective stress.
This class uses the stress update material in a radial return isotropic creep model.
This class provides baseline functionallity for creep models based on the stress update material in a...
ADReal _exponential
Exponential calculated from activiaction, gas constant, and temperature.
Real _exp_time
Exponential calculated from current time.
const Real _activation_energy
Activation energy for exp term.
const Real _coefficient
Leading coefficient.