static InputParameters validParams()
const Moose::Functor< ADReal > & _rho
The fluid density.
const Moose::Functor< ADReal > & _speed
The fluid speed.
Real computeValue() override
const bool _use_qp_arg
Whether to use a quadrature-based argument to evaluate the functors.
ReynoldsNumberFunctorAux(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
const Moose::Functor< ADReal > & _mu
The fluid dynamic viscosity.
Computes rho*u*L/mu where L is the maximum element dimension.