Merge branch 'upstream/OpenFOAM' into master
[freefoam.git] / tutorials / combustion / engineFoam / kivaTest / constant / polyMesh / boundary.org
blobe457cac6e0712dfe2622cf7f14f267751fa7d04a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     object      boundary;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 piston
21     type wall;
22     physicalType fixedTemperatureMovingWallFunctions;
23     nFaces 1326;
24     startFace 79522;
27 liner
29     type wall;
30     physicalType fixedTemperatureWallFunctions;
31     nFaces 2710;
32     startFace 80848;
35 cylinderHead
37     type wall;
38     physicalType fixedTemperatureWallFunctions;
39     nFaces 2184;
40     startFace 83558;
44 // ********************* vim: set ft=cpp sw=4 sts=4 et: ******************** //