ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / PDRFoam / flamePropagationWithObstacles / constant / polyMesh / boundary
blob76d0d2e0e55b57c5cc72ac0f96fa2cfc54b9b5b2
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.x                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     outer
21     {
22         type            patch;
23         nFaces          825;
24         startFace       23340;
25     }
26     ground
27     {
28         type            wall;
29         nFaces          645;
30         startFace       24165;
31     }
32     blockedFaces
33     {
34         type            wall;
35         nFaces          0;
36         startFace       24810;
37     }
40 // ************************************************************************* //