Changed from solving for p to solving for pmh (static pressure minus hydrostatic...
[OpenFOAM-1.6.x.git] / tutorials / multiphase / settlingFoam / ras / tank3D / 0 / pmh
blobfafd5b9bb17ae18c697ad721c315d8d96f7b9246
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      pmh;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [1 -1 -2 0 0 0 0];
19 internalField   uniform 0;
21 boundaryField
23     SYMP3
24     {
25         type            buoyantPressure;
26         value           uniform 0;
27     }
29     INLE1
30     {
31         type            buoyantPressure;
32         value           uniform 0;
33     }
35     OUTL9
36     {
37         type            buoyantPressure;
38         value           uniform 0;
39     }
41     OUTL10
42     {
43         type            buoyantPressure;
44         value           uniform 0;
45     }
47     OUTL11
48     {
49         type            buoyantPressure;
50         value           uniform 0;
51     }
53     OUTL12
54     {
55         type            buoyantPressure;
56         value           uniform 0;
57     }
59     WALL6
60     {
61         type            buoyantPressure;
62         value           uniform 0;
63     }
65     WALL8
66     {
67         type            buoyantPressure;
68         value           uniform 0;
69     }
71     WALL61
72     {
73         type            buoyantPressure;
74         value           uniform 0;
75     }
77     WALL62
78     {
79         type            buoyantPressure;
80         value           uniform 0;
81     }
83     WALL63
84     {
85         type            buoyantPressure;
86         value           uniform 0;
87     }
89     WALL64
90     {
91         type            buoyantPressure;
92         value           uniform 0;
93     }
95     WALL65
96     {
97         type            buoyantPressure;
98         value           uniform 0;
99     }
101     WALL66
102     {
103         type            buoyantPressure;
104         value           uniform 0;
105     }
107     WALL67
108     {
109         type            buoyantPressure;
110         value           uniform 0;
111     }
113     WALL68
114     {
115         type            buoyantPressure;
116         value           uniform 0;
117     }
119     WALL69
120     {
121         type            buoyantPressure;
122         value           uniform 0;
123     }
125     WALL7
126     {
127         type            buoyantPressure;
128         value           uniform 0;
129     }
131     WALL70
132     {
133         type            buoyantPressure;
134         value           uniform 0;
135     }
137     OUTL15
138     {
139         type            fixedValue;
140         value           uniform 0;
141     }
144 // ************************************************************************* //