Upgrade case file headers
[foam-extend-3.2.git] / tutorials / incompressible / icoDyMFoam / mixerGgi / 0 / p
blob25ead2d460c8526a035b8e3eac1e5c59edddacb0
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      p;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -2 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     impellerWall
25     {
26         type            zeroGradient;
27     }
28     baffleWall
29     {
30         type            zeroGradient;
31     }
32     insideSlider
33     {
34         type            ggi;
35         value           uniform 0;
36     }
37     outsideSlider
38     {
39         type            ggi;
40         value           uniform 0;
41     }
42     defaultFaces
43     {
44         type            empty;
45     }
48 // ************************************************************************* //