Upgrade case file headers
[foam-extend-3.2.git] / tutorials / solidMechanics / icoFsiElasticNonLinULSolidFoam / HronTurekFsi / fluid / 0 / p
blob1916cb051ce6de2882b83360b5a4fe55d7bf695d
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     plate
25     {
26         type            zeroGradient;
27     }
28     outlet
29     {
30         type            fixedValue;
31         value           uniform 0;
32     }
33     inlet
34     {
35         type            zeroGradient;
36     }
37     cylinder
38     {
39         type            zeroGradient;
40     }
41     bottom
42     {
43         type            zeroGradient;
44     }
45     top
46     {
47         type            zeroGradient;
48     }
49     frontAndBackPlanes
50     {
51         type            empty;
52     }
55 // ************************************************************************* //