Upgrade case file headers
[foam-extend-3.2.git] / tutorials / multiphase / twoPhaseEulerFoam / bed / constant / RASProperties
blob55a52e5a5f200cfe8e1cfd4d362f0b059f260fb5
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      RASProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // Switch turbulence model on or off
19 turbulence          on;
21 printCoeffs         on;
23 // Standard k-epsilon model coefficients
24 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26 kEpsilonCoeffs
28     Cmu                     0.09;
29     C1                      1.44;
30     C2                      1.92;
31     C3                     -0.375;
33     alphak                  1.0;
34     alphaEps                0.82142;
37 // Wall function coefficients
38 // ~~~~~~~~~~~~~~~~~~~~~~~~~~
40 wallFunctionCoeffs
42     kappa                   0.4187;
43     E                       9.0;
46 // ************************************************************************* //