intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / engineFoam / kivaTest / constant / RASProperties
blob6236e36490ffd60b82bc269893149846196f477f
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     alphah           1.111;
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     Cs               0.25;
70     Ceps             0.15;
71     alphah           1;
72     alphaEps         0.76923;
73     alphaR           1.22;
76 LaunderGibsonRSTMCoeffs
78     Cmu              0.09;
79     Clg1             1.8;
80     Clg2             0.6;
81     C1               1.44;
82     C2               1.92;
83     C1Ref            0.5;
84     C2Ref            0.3;
85     Cs               0.25;
86     Ceps             0.15;
87     alphah           1;
88     alphaEps         0.76923;
89     alphaR           1.22;
92 wallFunctionCoeffs
94     kappa            0.4187;
95     E                9;
98 // ************************************************************************* //