18 params.
addClassDescription(
"Implements a simple reaction term with the following weak form "
19 "$(\\psi_i,\\frac{\\mu_1}{\\mu_2}\\left[e^{\\mu_2 u_h}-1\\right])$.");
20 params.
addParam<Real>(
"mu1", 0.3,
"First coefficient in the nonlinear term.");
21 params.
addParam<Real>(
"mu2", 9,
"Second coefficient in the nonlinear term.");
28 :
Kernel(parameters), _mu1(getParam<Real>(
"mu1")), _mu2(getParam<Real>(
"mu2"))
registerMooseObject("StochasticToolsTestApp", ExponentialReaction)
virtual Real computeQpResidual() override
ExponentialReaction(const InputParameters ¶meters)
virtual Real computeQpJacobian() override
static InputParameters validParams()
const VariablePhiValue & _phi
const VariableTestValue & _test
static InputParameters validParams()