Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / coupled / conjugateHeatSimpleFoam / conjugateCavity / constant / RASProperties
bloba03cd9fc51388d6c9540412c844e8991c7cc07e7
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 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     alphaEps         0.76923;
35 wallFunctionCoeffs
37     kappa            0.4187;
38     E                9;
41 // ************************************************************************* //