88 std::map<const Elem *, std::vector<Real>>
_dist;
89 std::map<const Elem *, std::vector<const FaceInfo *>>
_face_infos;
std::map< const Elem *, Real > _pevious_nl_sol
Map for the previous nonlienar iterate.
const Moose::Functor< ADReal > * _w_var
z-velocity
const std::vector< BoundaryName > & _wall_boundary_names
Wall boundaries.
std::map< const Elem *, Real > _old_destruction
Map for the previous destruction field.
static InputParameters validParams()
const Moose::Functor< ADReal > & _k
Turbulent kinetic energy.
NS::WallTreatmentEnum _wall_treatment
Method used for wall treatment.
WallTreatmentEnum
Wall treatment options.
const Moose::Functor< ADReal > * _v_var
y-velocity
Computes the source and sink terms for the turbulent kinetic energy dissipation rate.
DualNumber< Real, DNDerivativeType, true > ADReal
ADReal computeQpResidual() override
const Real _C2_eps
Value of the second epsilon closure coefficient.
const Real _C1_eps
Value of the first epsilon closure coefficient.
const Moose::Functor< ADReal > & _rho
Density.
std::unordered_set< const Elem * > _wall_bounded
Maps for wall treatment.
INSFVTKEDSourceSink(const InputParameters ¶meters)
std::map< const Elem *, std::vector< Real > > _dist
std::map< const Elem *, std::vector< const FaceInfo * > > _face_infos
const bool _newton_solve
Whether a nonlinear Newton-like solver is being used (as opposed to a linearized solver) ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const unsigned int _dim
The dimension of the simulation.
const Real _C_mu
C_mu constant.
const bool _linearized_model
If the user wants to use the linearized model.
const Moose::Functor< ADReal > & _mu
Dynamic viscosity.
const InputParameters & parameters() const
const Moose::Functor< ADReal > & _mu_t
Turbulent dynamic viscosity.
std::map< const Elem *, Real > _symmetric_strain_tensor_norm_old
Stored strain rate.
virtual void initialSetup() override
const Moose::Functor< ADReal > & _u_var
x-velocity