initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / buoyantSimpleFoam / hotRoom / constant / RASProperties
blob5facd481a88eee3338dd6996c0c8c6b64d572e0a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://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 laminarCoeffs
27 kEpsilonCoeffs
29     Cmu              0.09;
30     C1               1.44;
31     C2               1.92;
32     C3               0.85;
33     alphah           1;
34     alphak           1;
35     alphaEps         0.76923;
38 RNGkEpsilonCoeffs
40     Cmu              0.0845;
41     C1               1.42;
42     C2               1.68;
43     C3               -0.33;
44     alphah           1;
45     alphak           1.39;
46     alphaEps         1.39;
47     eta0             4.38;
48     beta             0.012;
51 LaunderSharmaKECoeffs
53     Cmu              0.09;
54     C1               1.44;
55     C2               1.92;
56     C3               -0.33;
57     alphah           1;
58     alphak           1;
59     alphaEps         0.76923;
62 LRRCoeffs
64     Cmu              0.09;
65     Clrr1            1.8;
66     Clrr2            0.6;
67     C1               1.44;
68     C2               1.92;
69     alphah           1;
70     Cs               0.25;
71     Ceps             0.15;
72     alphaR           1;
73     alphaEps         0.76923;
76 LaunderGibsonRSTMCoeffs
78     Cmu              0.09;
79     Clg1             1.8;
80     Clg2             0.6;
81     C1               1.44;
82     C2               1.92;
83     alphah           1;
84     C1Ref            0.5;
85     C2Ref            0.3;
86     Cs               0.25;
87     Ceps             0.15;
88     alphaR           1;
89     alphaEps         0.76923;
92 wallFunctionCoeffs
94     kappa            0.4187;
95     E                9;
98 // ************************************************************************* //