2022-05-06 14:19:10 +02:00
|
|
|
/*--------------------------------*- C++ -*----------------------------------*\
|
|
|
|
| ========= | |
|
|
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
|
|
| \\ / O peration | Version: 2.1.0 |
|
|
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
|
|
| \\/ M anipulation | |
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
FoamFile
|
|
|
|
{
|
|
|
|
version 2.0;
|
|
|
|
format ascii;
|
|
|
|
class dictionary;
|
|
|
|
location "constant";
|
2022-05-06 14:42:09 +02:00
|
|
|
object turbulenceProperties;
|
2022-05-06 14:19:10 +02:00
|
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
2022-05-06 14:42:09 +02:00
|
|
|
simulationType RAS;
|
2022-05-06 14:19:10 +02:00
|
|
|
|
2022-05-06 14:42:09 +02:00
|
|
|
RAS
|
|
|
|
{
|
|
|
|
RASModel kOmegaSST;
|
|
|
|
|
|
|
|
turbulence on;
|
|
|
|
|
|
|
|
printCoeffs on;
|
|
|
|
}
|
2022-05-06 14:19:10 +02:00
|
|
|
|
|
|
|
// ************************************************************************* //
|