intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / channelOodles / channel395 / constant / polyMesh / boundary
blobfb95d69234ccdc3f196c973d62dfe18fdd9e69e7
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     bottomWall
20     {
21         type            wall;
22         nFaces          1200;
23         startFace       175300;
24     }
25     topWall
26     {
27         type            wall;
28         nFaces          1200;
29         startFace       176500;
30     }
31     sides1
32     {
33         type            cyclic;
34         nFaces          2000;
35         startFace       177700;
36         featureCos      0.9;
37     }
38     sides2
39     {
40         type            cyclic;
41         nFaces          2000;
42         startFace       179700;
43         featureCos      0.9;
44     }
45     inout1
46     {
47         type            cyclic;
48         nFaces          1500;
49         startFace       181700;
50         featureCos      0.9;
51     }
52     inout2
53     {
54         type            cyclic;
55         nFaces          1500;
56         startFace       183200;
57         featureCos      0.9;
58     }
61 // ************************************************************************* //