25 "The characteristic length of the geometry.");
35 _characteristic_length(getFunctor<
Real>(
"characteristic_length"))
37 addFunctorProperty<ADReal>(
39 [
this](
const auto & r,
const auto & t) ->
ADReal
const Moose::Functor< ADReal > & _mu
Functor for the dynamic viscosity.
static const std::string speed
static InputParameters validParams()
static InputParameters validParams()
static const std::string Reynolds
static const std::string density
DualNumber< Real, DNDerivativeType, true > ADReal
const Moose::Functor< ADReal > & _speed
Speed (velocity magnitude) of the fluid.
ReynoldsNumberFunctorMaterial(const InputParameters ¶meters)
const Moose::Functor< Real > & _characteristic_length
Functor for the characteristic length.
registerMooseObject("NavierStokesApp", ReynoldsNumberFunctorMaterial)
static const std::string mu
Class responsible for generating functor for computing the Reynolds number.
const Moose::Functor< ADReal > & _rho
Functor for the density.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real