intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / engineFoam / kivaTest / constant / polyMesh / boundary.org
blob141492d6655e0e9a703ca0a9fe88f05d3e3c2a28
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
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 // ************************************************************************* //