STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / simpleFoam / mixingPlaneAxial / save / k
blobde24530d05e3571195e4cb6559c4fc1df82a881f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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.01;
22 boundaryField
24     downstreamPerio1
25     {
26         type cyclicGgi;
27     }
28     downstreamPerio2
29     {
30         type cyclicGgi;
31     }
32     upstreamPerio1
33     {
34         type cyclicGgi;
35     }
36     upstreamPerio2
37     {
38         type cyclicGgi;
39     }
40     downstreamWall
41     {
42         type symmetryPlane;
43     }
44     upstreamWall
45     {
46         type symmetryPlane;
47     }
48     downstreamMixingPlanePatch
49     {
50         type mixingPlane;
51     }
52     upstreamMixingPlanePatch
53     {
54         type mixingPlane;
55     }
56     inflow
57     {
58         type fixedValue;
59         value uniform 0.01;
60     }
61     outflow
62     {
63         type zeroGradient;
64     }
68 // ************************************************************************* //