DualNumber< Real, DNDerivativeType, true > ADReal
This boundary condition applies a wall function for the energy equation for turbulent flows.
const Moose::Functor< ADReal > & _u_var
x-velocity
const unsigned int _dim
the dimension of the domain
const Real _C_mu
C_mu turbulent coefficient.
virtual ADReal computeQpResidual() override
const Moose::Functor< ADReal > * _w_var
z-velocity
const bool _newton_solve
For Newton solves we want to add extra zero-valued terms regardless of y-plus to avoid sparsity patte...
const Moose::Functor< ADReal > * _v_var
y-velocity
const Moose::Functor< ADReal > & _k
Turbulent kinetic energy.
const MooseEnum _wall_treatment
Method used for wall treatment.
const Moose::Functor< ADReal > & _Pr_t
Turbulent Prandtl number near the wall.
static InputParameters validParams()
const Moose::Functor< ADReal > & _mu
Dynamic viscosity.
const Moose::Functor< ADReal > & _kappa
Thermal conductivity.
const Moose::Functor< ADReal > & _T_w
Wall Temperature.
const Moose::Functor< ADReal > & _cp
The specific heat at constant pressure.
const Moose::Functor< ADReal > & _rho
Density.
const InputParameters & parameters() const