Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / tutorials / incompressible / nonNewtonianIcoFoam / offsetCylinder / constant / polyMesh / boundary
blobd2a30ff4c955357a62bc5e49d28e803b3c97db86
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 35;
23     startFace 3485;
26 right
28     type patch;
29     nFaces 35;
30     startFace 3520;
33 down
35     type wall;
36     nFaces 40;
37     startFace 3555;
42     type wall;
43     nFaces 40;
44     startFace 3595;
47 cylinder
49     type wall;
50     nFaces 80;
51     startFace 3635;
54 defaultFaces
56     type empty;
57     nFaces 3600;
58     startFace 3715;
62 // ************************************************************************* //