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
const Moose::Functor< ADReal > & _mu
Dynamic viscosity.
WallTreatmentEnum
Wall treatment options.
NS::WallTreatmentEnum _wall_treatment
Method used for wall treatment.
const Moose::Functor< ADReal > * _k
Turbulent kinetic energy.
virtual Real computeValue() override
std::map< const Elem *, std::vector< Real > > _dist
const Moose::Functor< ADReal > * _v_var
y-velocity
std::map< const Elem *, bool > _wall_bounded
const Moose::Functor< ADReal > * _w_var
z-velocity
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< ADReal > & _rho
Density.
const Moose::Functor< ADReal > & _u_var
x-velocity
virtual void initialSetup() override