Upgrade case file headers
[foam-extend-3.2.git] / tutorials / multiphase / interDyMFoam / ras / sloshingTank2D / 0 / pd
blobd4245d2a45e3bc7ba670bd305ee6964f60fd1eb1
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      pd;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [1 -1 -2 0 0 0 0];
19 internalField   uniform 0;
21 boundaryField
23     front
24     {
25         type            empty;
26     }
27     back
28     {
29         type            empty;
30     }
31     walls
32     {
33         type            zeroGradient;
34         value           uniform 0;
35     }
38 // ************************************************************************* //