Backported laplacianFoam and tutorials (vanilla OF 3.0.1)
[foam-extend-4.0.git] / tutorials / basic / PODSolver / 1DPODsin / constant / polyMesh / boundary
blob8f5836eb6c97aa13d8a6331a996a7d438ed628d3
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     object      boundary;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 left
21     type patch;
22     nFaces 1;
23     startFace 49;
26 right
28     type patch;
29     nFaces 1;
30     startFace 50;
33 frontAndBack
35     type empty;
36     physicalType empty;
37     nFaces 200;
38     startFace 51;
42 // ************************************************************************* //