84 std::map<const Elem *, std::vector<Real>>
_dist;
85 std::map<const Elem *, std::vector<const FaceInfo *>>
_face_infos;
virtual Real computeMatrixContribution() override
virtual Real computeRightHandSideContribution() override
const bool _linearized_model
If the user wants to use the linearized model.
const Moose::Functor< Real > * _v_var
y-velocity
const Moose::Functor< Real > & _u_var
x-velocity
std::map< const Elem *, std::vector< Real > > _dist
WallTreatmentEnum
Wall treatment options.
NS::WallTreatmentEnum _wall_treatment
Method used for wall treatment.
const std::vector< BoundaryName > & _wall_boundary_names
Wall boundaries.
const Real _C2_eps
Value of the second epsilon closure coefficient.
const Moose::Functor< Real > & _rho
Density.
const Real _C_pl
Production Limiter Constant.
LinearFVTKEDSourceSink(const InputParameters ¶ms)
Class constructor.
const unsigned int _dim
The dimension of the simulation.
static InputParameters validParams()
std::map< const Elem *, std::vector< const FaceInfo * > > _face_infos
Kernel that adds contributions to the source and the sink of the turbulent kinetic energy dissipation...
virtual void initialSetup() override
const Real _C1_eps
Value of the first epsilon closure coefficient.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Moose::Functor< Real > & _mu_t
Turbulent dynamic viscosity.
const Moose::Functor< Real > & _mu
Dynamic viscosity.
const Moose::Functor< Real > & _k
Turbulent kinetic energy.
const Real _C_mu
C_mu constant.
std::unordered_set< const Elem * > _wall_bounded
Maps for wall treatment.
const Moose::Functor< Real > * _w_var
z-velocity