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