initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / dieselFoam / aachenBomb / constant / RASProperties
blobc652dd95b20f2f0291c27112da7563d34e41594e
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.33;
33     alphah           1;
34     alphak           1;
35     alphaEps         0.76923;
36     muLimiter       on;
37     Lsgs             0.0002;
41 RNGkEpsilonCoeffs
43     Cmu              0.0845;
44     C1               1.42;
45     C2               1.68;
46     C3               -0.33;
47     alphah           1;
48     alphak           1.39;
49     alphaEps         1.39;
50     eta0             4.38;
51     beta             0.012;
54 LaunderSharmaKECoeffs
56     Cmu              0.09;
57     C1               1.44;
58     C2               1.92;
59     C3               -0.33;
60     alphah           1;
61     alphak           1;
62     alphaEps         0.76923;
65 LRRCoeffs
67     Cmu              0.09;
68     Clrr1            1.8;
69     Clrr2            0.6;
70     C1               1.44;
71     C2               1.92;
72     C3               -0.33;
73     alphah           1;
74     Cs               0.25;
75     Ceps             0.15;
78 LaunderGibsonRSTMCoeffs
80     Cmu              0.09;
81     Clg1             1.8;
82     Clg2             0.6;
83     C1               1.44;
84     C2               1.92;
85     C3               -0.33;
86     alphah           1;
87     C1Ref            0.5;
88     C2Ref            0.3;
89     Cs               0.25;
90     Ceps             0.15;
93 wallFunctionCoeffs
95     kappa            0.4187;
96     E                9;
99 // ************************************************************************* //