https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
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 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.
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 InputParameters & parameters() const