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