Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / tutorials / multiphase / cavitatingFoam / ras / throttle / 0 / omega
blobd35cf6fbc23e96b08f9172fcfc60db61f3b06c24
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 77200;
22 boundaryField
24     inlet
25     {
26         type            turbulentMixingLengthFrequencyInlet;
27         mixingLength    0.0005;
28         k               k;
29         value           uniform 77200;
30     }
32     outlet
33     {
34         type            zeroGradient;
35     }
37     walls
38     {
39         type            omegaWallFunction;
40         Cmu             0.09;
41         kappa           0.41;
42         E               9.8;
43         beta1           0.075;
44         value           uniform 77200;
45     }
47     frontBack
48     {
49         type            empty;
50     }
53 // ************************************************************************* //