Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / tutorials / mesh / moveDynamicMesh / circCylinder3dHex / 0 / p
blobdbd36ee2fe165348f818be5b0aae882659991dd2
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 referenceLevel      0;
24 boundaryField
26     bottomWall
27     {
28         type fixedValue;
29         value uniform 0.0;
30     }
31     topWall
32     {
33         type fixedValue;
34         value uniform 0.0;
35     }
36     sideWall
37     {
38         type fixedValue;
39         value uniform 0.0;
40     }
43 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //