Upgrade case file headers
[foam-extend-3.2.git] / tutorials / incompressible / icoDyMFoam / turboPassageRotating / 0 / p
blobbe442ee1323ab447d6442428c30c2b814c9a7b99
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     object      p;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 2 -2 0 0 0 0];
19 internalField   uniform 0;
21 boundaryField
23     inlet
24     {
25         type            zeroGradient;
26     }
27     outlet
28     {
29         type            fixedValue;
30         value           uniform 0;
31     }
32     fixedWalls
33     {
34         type            zeroGradient;
35     }
36     movingwalls
37     {
38         type            zeroGradient;
39     }
40     rotor_cyclic_upper
41     {
42         type            cyclicGgi;
43     }
44     rotor_cyclic_lower
45     {
46         type            cyclicGgi;
47     }
48     stator_cyclics
49     {
50         type            cyclic;
51     }
52     interface1
53     {
54         type            overlapGgi;
55     }
56     interface2
57     {
58         type            overlapGgi;
59     }
62 // ************************************************************************* //