19 params.
addCoupledVar(
"numerator",
"The upstairs of the quotient variable");
20 params.
addCoupledVar(
"denominator",
"The downstairs of the quotient variable");
26 _numerator(coupledValue(
"numerator")),
27 _denominator(coupledValue(
"denominator"))
registerMooseObject("MooseApp", QuotientAux)
unsigned int _qp
Quadrature point index.
static InputParameters validParams()
This auxiliary kernel computes its value by dividing "numerator" by "denominator.
static InputParameters validParams()
virtual Real computeValue() override
Compute and return the value of the aux variable.
const VariableValue & _denominator
QuotientAux(const InputParameters ¶meters)
const VariableValue & _numerator