62 std::map<const Elem *, std::vector<Real>>
_dist;
63 std::map<const Elem *, std::vector<const FaceInfo *>>
_face_infos;
const InputParameters & parameters() const
Computes wall y+ based on wall functions.
std::unordered_set< const Elem * > _wall_bounded
const Moose::Functor< Real > & _rho
Density.
virtual void initialSetup() override
virtual Real computeValue() override
const Moose::Functor< Real > & _mu
Dynamic viscosity.
const Moose::Functor< Real > * _w_var
z-velocity
static InputParameters validParams()
const Moose::Functor< Real > & _u_var
x-velocity
const Moose::Functor< Real > * _k
Turbulent kinetic energy.
std::map< const Elem *, std::vector< const FaceInfo * > > _face_infos
const Moose::Functor< Real > * _v_var
y-velocity
const Real _C_mu
C_mu constant.
const std::vector< BoundaryName > & _wall_boundary_names
Wall boundary names.
std::map< const Elem *, std::vector< Real > > _dist
NS::WallTreatmentEnum _wall_treatment
Method used for wall treatment.
const unsigned int _dim
the dimension of the simulation
WallTreatmentEnum
Wall treatment options.