Cleaned dbnsFoam, dbnsTurbFoam, rhoCentralFoam tutorials (backports)
[foam-extend-4.0.git] / tutorials / compressible / rhoCentralFoam / LadenburgJet60psi / constant / polyMesh / boundary
blob1b48beb07d249e43cc5a3ca5c687e5ab5a831c73
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     4.0                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  | For copyright notice see file Copyright         |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     inlet
21     {
22         type            patch;
23         nFaces          10;
24         startFace       2320;
25     }
26     outlet
27     {
28         type            patch;
29         nFaces          20;
30         startFace       2330;
31     }
32     freestreamInlet
33     {
34         type            patch;
35         nFaces          10;
36         startFace       2350;
37     }
38     freestream
39     {
40         type            patch;
41         nFaces          60;
42         startFace       2360;
43     }
44     wedge1
45     {
46         type            wedge;
47         nFaces          1200;
48         startFace       2420;
49     }
50     wedge2
51     {
52         type            wedge;
53         nFaces          1200;
54         startFace       3620;
55     }
56     defaultFaces
57     {
58         type            empty;
59         nFaces          0;
60         startFace       4820;
61     }
64 // ************************************************************************* //