https://mooseframework.inl.gov
INSFVTKEDWallFunctionBC.h
Go to the documentation of this file.
1 
2 
3 //* This file is part of the MOOSE framework
4 //* https://mooseframework.inl.gov
5 //*
6 //* All rights reserved, see COPYRIGHT for full restrictions
7 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
8 //*
9 //* Licensed under LGPL 2.1, please see LICENSE for details
10 //* https://www.gnu.org/licenses/lgpl-2.1.html
11 
12 #pragma once
13 
14 #include "FVDirichletBCBase.h"
15 #include "FVFluxBC.h"
16 
21 {
22 public:
24 
26 
27  ADReal boundaryValue(const FaceInfo & fi, const Moose::StateArg & state) const override;
28 
29 private:
31  const unsigned int _dim;
32 
39 
46 
49 
52 
54  const bool _newton_solve;
55 };
const Moose::Functor< ADReal > & _rho
Density.
ADReal boundaryValue(const FaceInfo &fi, const Moose::StateArg &state) const override
const Moose::Functor< ADReal > & _mu
Dynamic viscosity.
const Moose::Functor< ADReal > & _mu_t
Turbulent dynamic viscosity.
const Moose::Functor< ADReal > & _C_mu
C_mu turbulent coefficient.
static InputParameters validParams()
const unsigned int _dim
the dimension of the domain
const Moose::Functor< ADReal > * _v_var
y-velocity
DualNumber< Real, DNDerivativeType, true > ADReal
const Moose::Functor< ADReal > & _k
Turbulent kinetic energy.
const Moose::Functor< ADReal > & _u_var
x-velocity
const Moose::Functor< ADReal > * _w_var
z-velocity
const bool _newton_solve
Whether we are using a newton solve.
Applies a wall function to the turbulent kinetic energy dissipation rate.
const InputParameters & parameters() const
INSFVTKEDWallFunctionBC(const InputParameters &parameters)