BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / incompressible / windSimpleFoam / turbineSiting / constant / RASProperties
blob43f4b73ae94780ccb671e2fd9ed36f698a83a491
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      RASProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 RASModel            kEpsilon;
19 turbulence          on;
21 printCoeffs         on;
23 kEpsilonCoeffs
25     Cmu         0.09;
26     C1          1.44;
27     C2          1.92;
28     C3          -0.33;
29     sigmak      1.0;
30     sigmaEps    1.11; //Original value:1.44
31     Prt         1.0;
34 // ************************************************************************* //