Upgrade case file headers
[foam-extend-3.2.git] / tutorials / basic / PODSolver / 1DPODdiffusion / constant / polyMesh / boundary
blobc709b59732e7251e2f74994cd4a01b2fafb11022
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     left
21     {
22         type            patch;
23         nFaces          1;
24         startFace       49;
25     }
26     right
27     {
28         type            patch;
29         nFaces          1;
30         startFace       50;
31     }
32     frontAndBack
33     {
34         type            empty;
35         physicalType    empty;
36         nFaces          200;
37         startFace       51;
38     }
41 // ************************************************************************* //