const std::string _friction_factor_name
The name of the output friction factor functor.
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.
const Moose::Functor< ADReal > & _Re
Functor for the Reynolds number.
ExponentialFrictionFunctorMaterial(const InputParameters ¶meters)
Class responsible for generating a friction factor for the friction-based pressure loss terms in the ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const Real _c2
$C_2$ in $f(Re) = C_1 Re^{C_2}$
const InputParameters & parameters() const
const Moose::Functor< ADReal > *const _speed
Speed (velocity magnitude) of the fluid.