https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
DualNumber< Real, DNDerivativeType, true > ADReal
Applies a wall function to the turbulent kinetic energy dissipation rate.
const unsigned int _dim
the dimension of the domain
ADReal boundaryValue(const FaceInfo &fi, const Moose::StateArg &state) const override
static InputParameters validParams()
const Moose::Functor< ADReal > & _k
Turbulent kinetic energy.
const Moose::Functor< ADReal > * _v_var
y-velocity
const Moose::Functor< ADReal > * _w_var
z-velocity
const Moose::Functor< ADReal > & _mu
Dynamic viscosity.
const bool _newton_solve
Whether we are using a newton solve.
const Moose::Functor< ADReal > & _rho
Density.
const Moose::Functor< ADReal > & _mu_t
Turbulent dynamic viscosity.
const Moose::Functor< ADReal > & _C_mu
C_mu turbulent coefficient.
const Moose::Functor< ADReal > & _u_var
x-velocity
const InputParameters & parameters() const