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"))
const VariableValue & _numerator
QuotientAux(const InputParameters ¶meters)
registerMooseObject("MooseApp", QuotientAux)
const VariableValue & _denominator
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
unsigned int _qp
Quadrature point index.
static InputParameters validParams()
virtual Real computeValue() override
Compute and return the value of the aux variable.
This auxiliary kernel computes its value by dividing "numerator" by "denominator. ...