Go to the documentation of this file.
39 virtual Real
computeResidual(
const Real effective_trial_stress,
const Real scalar)
override;
40 virtual Real
computeDerivative(
const Real effective_trial_stress,
const Real scalar)
override;
const Real _activation_energy
Activation energy for exp term.
const bool _has_temp
Flag to determine if temperature is supplied by the user.
This class uses the stress update material in a radial return isotropic creep model.
PowerLawCreepStressUpdate(const InputParameters ¶meters)
const Real _gas_constant
Gas constant for exp term.
const Real _m_exponent
Exponent on time.
InputParameters validParams< PowerLawCreepStressUpdate >()
const VariableValue & _temperature
Temperature variable value.
const Real _n_exponent
Exponent on the effective stress.
virtual Real computeResidual(const Real effective_trial_stress, const Real scalar) override
Compute the residual for a predicted value of the scalar.
Real _exponential
Exponential calculated from activiaction, gas constant, and temperature.
Real _exp_time
Exponential calculated from current time.
const Real _coefficient
Leading coefficient.
const Real _start_time
Simulation start time.
virtual Real computeDerivative(const Real effective_trial_stress, const Real scalar) override
Compute the derivative of the residual as a function of the scalar variable.
static InputParameters validParams()
virtual void computeStressInitialize(const Real effective_trial_stress, const RankFourTensor &elasticity_tensor) override
Perform any necessary initialization before return mapping iterations.
This class provides baseline functionallity for creep models based on the stress update material in a...