43 lines
1.1 KiB
C++
43 lines
1.1 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 4.1 |
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object RASProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
RASModel laminar;
|
|
|
|
turbulence off;
|
|
|
|
printCoeffs off;
|
|
|
|
laminarCoeffs
|
|
{
|
|
}
|
|
|
|
kEpsilonCoeffs
|
|
{
|
|
Cmu 0.09;
|
|
C1 1.44;
|
|
C2 1.92;
|
|
alphak 1;
|
|
alphaEps 0.76923;
|
|
}
|
|
|
|
wallFunctionCoeffs
|
|
{
|
|
kappa 0.4187;
|
|
E 9;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|