ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / compressible / sonicFoam / ras / nacaAirfoil / 0 / p
blob8c1db87c6c0553c1fea06e36fdc1936bcf9af362
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;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [1 -1 -2 0 0 0 0];
19 internalField   uniform 100000;
21 boundaryField
23     INLE1           
24     {
25         type            zeroGradient;
26     }
28     OUTL2           
29     {
30         type            waveTransmissive;
31         field           p;
32         phi             phi;
33         rho             rho;
34         psi             psi;
35         gamma           1.3;
36         fieldInf        100000;
37         lInf            1;
38         value           uniform 100000;
39     }
41     SYMP3           
42     {
43         type            empty;
44     }
46     WALL10          
47     {
48         type            zeroGradient;
49     }
52 // ************************************************************************* //