https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
fvbcs
INSFVMixingLengthTKEDBC.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 "
FVDirichletBCBase.h
"
13
17
class
INSFVMixingLengthTKEDBC
:
public
FVDirichletBCBase
18
{
19
public
:
20
static
InputParameters
validParams
();
21
INSFVMixingLengthTKEDBC
(
const
InputParameters
& params);
22
ADReal
boundaryValue
(
const
FaceInfo
& fi,
const
Moose::StateArg
& state)
const override
;
23
24
protected
:
26
const
Moose::Functor<ADReal>
&
_C_mu
;
27
29
const
Moose::Functor<ADReal>
&
_k
;
30
32
const
Moose::Functor<ADReal>
&
_characteristic_length
;
33
};
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
FVDirichletBCBase.h
FVDirichletBCBase
FaceInfo
INSFVMixingLengthTKEDBC
A class for turbulent kinetic energy dissipation rate inlet boundary conditions.
Definition
INSFVMixingLengthTKEDBC.h:18
INSFVMixingLengthTKEDBC::_C_mu
const Moose::Functor< ADReal > & _C_mu
C-mu closure coefficient.
Definition
INSFVMixingLengthTKEDBC.h:26
INSFVMixingLengthTKEDBC::validParams
static InputParameters validParams()
Definition
INSFVMixingLengthTKEDBC.C:17
INSFVMixingLengthTKEDBC::_k
const Moose::Functor< ADReal > & _k
turbulent kinetic energy
Definition
INSFVMixingLengthTKEDBC.h:29
INSFVMixingLengthTKEDBC::_characteristic_length
const Moose::Functor< ADReal > & _characteristic_length
turbulent intensity
Definition
INSFVMixingLengthTKEDBC.h:32
INSFVMixingLengthTKEDBC::boundaryValue
ADReal boundaryValue(const FaceInfo &fi, const Moose::StateArg &state) const override
Definition
INSFVMixingLengthTKEDBC.C:38
Moose::FunctorEnvelope
InputParameters
Moose::StateArg
Generated on Fri Aug 21 2026 13:41:06 for https://mooseframework.inl.gov by
1.9.8