Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / compressible / rhoPisoFoam / ras / cavity / 0 / omega
blob0afa92737ebfa92fff899ef0e95575d0d3447112
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       volScalarField;
13     location    "0";
14     object      omega;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 -1 0 0 0 0];
20 internalField   uniform 2.6;
22 boundaryField
24     movingWall
25     {
26         type            compressible::omegaWallFunction;
27         Cmu             0.09;
28         kappa           0.41;
29         E               9.8;
30         value           uniform 2.6;
31     }
32     fixedWalls
33     {
34         type            compressible::omegaWallFunction;
35         Cmu             0.09;
36         kappa           0.41;
37         E               9.8;
38         value           uniform 2.6;
39     }
40     frontAndBack
41     {
42         type            empty;
43     }
46 // ************************************************************************* //