19 params.
addCoupledVar(
"numerator",
"The upstairs of the quotient variable");
20 params.
addCoupledVar(
"denominator",
"The downstairs of the quotient variable");
27 _a(coupledScalarValue(
"numerator")),
28 _b(coupledScalarValue(
"denominator"))
registerMooseObject("MooseApp", QuotientScalarAux)
Base class for making kernels that work on auxiliary scalar variables.
static InputParameters validParams()
This auxiliary kernel computes its value by dividing "numerator" by "denominator.
virtual Real computeValue() override
Compute the value of this kernel.
QuotientScalarAux(const InputParameters ¶meters)
static InputParameters validParams()