Class responsible for generating a friction factor for the friction-based pressure loss terms in the ...
const Real _c2
$C_2$ in $f(Re) = C_1 Re^{C_2}$
const Moose::Functor< ADReal > *const _speed
Speed (velocity magnitude) of the fluid.
const std::string _friction_factor_name
The name of the output friction factor functor.
const Moose::Functor< ADReal > & _Re
Functor for the Reynolds number.
const Real _c1
$C_1$ in $f(Re) = C_1 Re^{C_2}$
const bool _include_velocity_factor
If a factor of velocity should be included or not.
static InputParameters validParams()
const InputParameters & parameters() const