Go to the documentation of this file.
33 virtual Real
value(Real intnl)
const override;
35 virtual Real
derivative(Real intnl)
const override;
37 virtual std::string
modelName()
const override;
static InputParameters validParams()
TensorMechanicsHardeningGaussian(const InputParameters ¶meters)
InputParameters validParams< TensorMechanicsHardeningGaussian >()
Real _val_0
The value = _val_res + (val_0 - val_res)*exp(-0.5*rate*(p - intnl_0)^2) for p>intnl_0....
Gaussian hardening The value = _val_res + (val_0 - val_res)*exp(-0.5*rate*(p - intnl_0)^2) for p>intn...
virtual Real value(Real intnl) const override
virtual std::string modelName() const override
virtual Real derivative(Real intnl) const override
Real _intnl_0
The value = _val_res + (val_0 - val_res)*exp(-0.5*rate*(p - intnl_0)^2) for p>intnl_0....
Real _val_res
The value = _val_res + (val_0 - val_res)*exp(-0.5*rate*(p - intnl_0)^2) for p>intnl_0....
Hardening Model base class.
Real _rate
The value = _val_res + (val_0 - val_res)*exp(-0.5*rate*(p - intnl_0)^2) for p>intnl_0....