75 std::map<const Elem *, std::vector<Real>>
_dist;
76 std::map<const Elem *, std::vector<const FaceInfo *>>
_face_infos;
const bool _newton_solve
For Newton solves we want to add extra zero-valued terms regardless of y-plus to avoid sparsity patte...
const bool _linearized_model
Linearized model?
const Moose::Functor< ADReal > & _mu_t
Turbulent dynamic viscosity.
const Moose::Functor< ADReal > * _w_var
z-velocity
const Real _C_mu
C_mu constant.
const std::vector< BoundaryName > & _wall_boundary_names
Wall boundaries.
ADReal computeQpResidual() override
WallTreatmentEnum
Wall treatment options.
const Moose::Functor< ADReal > & _u_var
x-velocity
const Moose::Functor< ADReal > & _mu
Dynamic viscosity.
const Moose::Functor< ADReal > & _rho
Density.
DualNumber< Real, DNDerivativeType, true > ADReal
std::map< const Elem *, std::vector< Real > > _dist
NS::WallTreatmentEnum _wall_treatment
Method used for wall treatment.
const Moose::Functor< ADReal > * _v_var
y-velocity
static InputParameters validParams()
const unsigned int _dim
The dimension of the domain.
std::unordered_set< const Elem * > _wall_bounded
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Computes source the sink terms for the turbulent kinetic energy.
virtual void initialSetup() override
const Moose::Functor< ADReal > & _epsilon
epsilon - dissipation rate of TKE
std::map< const Elem *, std::vector< const FaceInfo * > > _face_infos
INSFVTKESourceSink(const InputParameters ¶meters)