intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / channelOodles / channel395 / constant / polyMesh / blockMeshDict
blob1f78c2420be6b7818b5fa205cb196228506ede22
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       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 1;
19 vertices        
21     (0 0 0)
22     (4 0 0)
23     (0 1 0)
24     (4 1 0)
25     (0 2 0)
26     (4 2 0)
27     (0 0 2)
28     (4 0 2)
29     (0 1 2)
30     (4 1 2)
31     (0 2 2)
32     (4 2 2)
35 blocks          
37     hex (0 1 3 2 6 7 9 8) (40 25 30) simpleGrading (1 10.7028 1)
38     hex (2 3 5 4 8 9 11 10) (40 25 30) simpleGrading (1 0.0984 1)
41 edges           
45 patches         
47     wall bottomWall 
48     (
49         (0 1 7 6)
50     )
51     wall topWall 
52     (
53         (4 10 11 5)
54     )
55     cyclic sides1 
56     (
57         (0 2 3 1)
58         (6 7 9 8)
59     )
60     cyclic sides2 
61     (
62         (2 4 5 3)
63         (8 9 11 10)
64     )
65     cyclic inout1 
66     (
67         (1 3 9 7)
68         (0 6 8 2)
69     )
70     cyclic inout2 
71     (
72         (3 5 11 9)
73         (2 8 10 4)
74     )
77 mergePatchPairs
81 // ************************************************************************* //