BUG: patchCloudSet: only take hits. Use local bounding box for tree
[OpenFOAM-1.7.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire3D / constant / polyMesh / blockMeshDict
blobe38a172878571712031ba5fa51688c7d568f8dc1
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.7.1                                 |
5 |   \\  /    A nd           | Web:      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.3 0   -0.3)
22     ( 0.3 0   -0.3)
23     ( 0.3 1.0 -0.3)
24     (-0.3 1.0 -0.3)
25     (-0.3 0    0.3)
26     ( 0.3 0    0.3)
27     ( 0.3 1.0  0.3)
28     (-0.3 1.0  0.3)
32 blocks
34     hex (0 1 2 3 4 5 6 7) (70 70 70) simpleGrading (1 1 1)
37 edges
41 patches
43     patch base 
44     (
45         (0 1 5 4)
46     )
47     patch outlet
48     (
49         (3 2 6 7)
50     )
51     patch sides
52     (
53         (0 4 7 3)
54         (0 1 2 3)
55         (1 5 6 2)
56         (4 5 6 7)
57     )
60 mergePatchPairs
64 // ************************************************************************* //