initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / sonicFoam / ras / nacaAirfoil / 0 / p
blobff971336468b1ac09b040596e0dc763eddd4b0b6
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 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 // ************************************************************************* //