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