85 std::map<const Elem *, std::vector<Real>>
_dist;
86 std::map<const Elem *, std::vector<const FaceInfo *>>
_face_infos;
virtual void initialSetup() override
const Moose::Functor< ADReal > & _k
Turbulent kinetic energy.
const Moose::Functor< ADReal > * _v_var
y-velocity
Computes the turbuent viscosity for the k-Epsilon model.
const Real _mu_t_ratio_max
const bool _bulk_wall_treatment
If the user wants to enable bulk wall treatment.
std::map< const Elem *, bool > _wall_bounded
const unsigned int _dim
The dimension of the domain.
WallTreatmentEnum
Wall treatment options.
static constexpr int _MAX_ITERS_U_TAU
Maximum number of iterations to find the friction velocity.
NS::WallTreatmentEnum _wall_treatment
Method used for wall treatment.
static constexpr Real _REL_TOLERANCE
Relative tolerance to find the friction velocity.
const bool _newton_solve
Whether we are using a newton solve.
std::map< const Elem *, std::vector< const FaceInfo * > > _face_infos
const Moose::Functor< ADReal > * _w_var
z-velocity
std::map< const Elem *, std::vector< Real > > _dist
virtual Real computeValue() override
kEpsilonViscosityAux(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MooseEnum _scale_limiter
Method used to limit the k-e time scale.
const Moose::Functor< ADReal > & _mu
Dynamic viscosity.
const std::vector< BoundaryName > & _wall_boundary_names
Wall boundaries.
const Moose::Functor< ADReal > & _u_var
x-velocity
const InputParameters & parameters() const
static InputParameters validParams()
const Moose::Functor< ADReal > & _rho
Density.
const Moose::Functor< ADReal > & _epsilon
Turbulent kinetic energy dissipation rate.
const Real _C_mu
C-mu closure coefficient.