Upgrade case file headers
[foam-extend-3.2.git] / tutorials / discreteMethods / molecularDynamics / mdFoam / nanoNozzle / constant / polyMesh / boundary
bloba5dd010ff14f98bb51636e1be091b3669656e79b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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     sectionAEnd
21     {
22         type            patch;
23         nFaces          256;
24         startFace       77760;
25     }
26     sectionCEnd
27     {
28         type            wall;
29         nFaces          256;
30         startFace       78016;
31     }
32     front
33     {
34         type            wall;
35         nFaces          1696;
36         startFace       78272;
37     }
38     back
39     {
40         type            wall;
41         nFaces          1696;
42         startFace       79968;
43     }
44     top
45     {
46         type            wall;
47         nFaces          1696;
48         startFace       81664;
49     }
50     bottom
51     {
52         type            wall;
53         nFaces          1696;
54         startFace       83360;
55     }
58 // ************************************************************************* //