fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / nonNewtonianIcoFoam / offsetCylinder / constant / polyMesh / boundary
bloba240f7cbbfd99ee00ba58377a3710a3923c62908
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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 // ************************************************************************* //