Build instructions update: Cesare Guardino
[foam-extend-3.2.git] / tutorials / incompressible / simpleSRFFoam / axialTurbine / 0_orig / k
blobc0bda9e317c64215df0896c737ffaf02b7d7380c
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      k;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -2 0 0 0 0];
20 internalField   uniform 0.375;
22 boundaryField
24     RUINLET
25     {
26         type            fixedValue;
27         value           uniform 0.375;
28     }
29     RUOUTLET
30     {
31         type            zeroGradient;
32     }
33     RUCYCLIC1
34     {
35         type            cyclicGgi;
36         value           uniform 0.375;
37     }
38     RUCYCLIC2
39     {
40         type            cyclicGgi;
41         value           uniform 0.375;
42     }
43     RUBLADE
44     {
45         type            kqRWallFunction;
46         value           uniform 0.375;
47     }
48     RUHUB
49     {
50         type            kqRWallFunction;
51         value           uniform 0.375;
52     }
53     RUSHROUD
54     {
55         type            kqRWallFunction;
56         value           uniform 0.375;
57     }
60 // ************************************************************************* //