26 lines
754 B
Text
26 lines
754 B
Text
|
/*---------------------------------------------------------------------------*\
|
||
|
========= |
|
||
|
\\ / F ield | foam-extend: Open Source CFD
|
||
|
\\ / O peration |
|
||
|
\\ / A nd | For copyright notice see file Copyright
|
||
|
\\/ M anipulation |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
location "constant";
|
||
|
object RASProperties;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
RASModel kEpsilon;
|
||
|
|
||
|
turbulence on;
|
||
|
|
||
|
printCoeffs on;
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|