https://mooseframework.inl.gov
INSFVTurbulentTemperatureWallFunction.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "FVFluxBC.h"
13 
18 {
19 public:
22 
23 protected:
24  virtual ADReal computeQpResidual() override;
25 
27  const unsigned int _dim;
28 
31 
38 
52  const Real _C_mu;
56  const bool _newton_solve;
57 };
INSFVTurbulentTemperatureWallFunction(const InputParameters &parameters)
const Moose::Functor< ADReal > & _mu
Dynamic viscosity.
const bool _newton_solve
For Newton solves we want to add extra zero-valued terms regardless of y-plus to avoid sparsity patte...
DualNumber< Real, DNDerivativeType, true > ADReal
const Moose::Functor< ADReal > & _rho
Density.
const Moose::Functor< ADReal > & _u_var
x-velocity
const MooseEnum _wall_treatment
Method used for wall treatment.
const Moose::Functor< ADReal > & _T_w
Wall Temperature.
const Moose::Functor< ADReal > & _kappa
Thermal conductivity.
const unsigned int _dim
the dimension of the domain
const Moose::Functor< ADReal > & _Pr_t
Turbulent Prandtl number near the wall.
const Moose::Functor< ADReal > & _cp
The specific heat at constant pressure.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Moose::Functor< ADReal > & _k
Turbulent kinetic energy.
const Moose::Functor< ADReal > * _w_var
z-velocity
const InputParameters & parameters() const
const Moose::Functor< ADReal > * _v_var
y-velocity
This boundary condition applies a wall function for the energy equation for turbulent flows...