BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / LTSInterFoam / wigleyHull / 0 / p_rgh
blob42e1d4d93bba6564cf7a6e3b07f3a00107824ad0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      p_rgh;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [1 -1 -2 0 0 0 0];
19 internalField   uniform 0;
21 boundaryField
23     inlet
24     {
25         type            buoyantPressure;
26         value           uniform 0;
27     }
29     outlet
30     {
31         type            zeroGradient;
32     }
34     sides
35     {
36         type            symmetryPlane;
37     }
39     atmosphere
40     {
41         type            totalPressure;
42         p0              uniform 0;
43         U               U;
44         phi             phi;
45         rho             rho;
46         psi             none;
47         gamma           1;
48         value           uniform 0;
49     }
51     hull_wall
52     {
53         type            buoyantPressure;
54         value           uniform 0;
55     }
58 // ************************************************************************* //