initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / multiphaseInterFoam / laminar / damBreak4phase / 0 / p
blobb77bfe911838f761d5818a97593e1a4652949d22
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      p;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [1 -1 -2 0 0 0 0];
19 internalField   uniform 0;
21 boundaryField
23     leftWall
24     {
25         type            buoyantPressure;
26         value           uniform 0;
27     }
29     rightWall
30     {
31         type            buoyantPressure;
32         value           uniform 0;
33     }
35     lowerWall
36     {
37         type            buoyantPressure;
38         value           uniform 0;
39     }
41     atmosphere
42     {
43         type            totalPressure;
44         p0              uniform 0;
45         U               U;
46         phi             phi;
47         rho             rho;
48         psi             none;
49         gamma           1;
50         value           uniform 0;
51     }
53     defaultFaces
54     {
55         type            empty;
56     }
59 // ************************************************************************* //