Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / heatTransfer / buoyantBoussinesqSimpleFoam / iglooWithFridges / constant / triSurface / fridgeA.eMesh
blob84a9800c2f3201fd37594964bab9e1bf19917c74
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       featureEdgeMesh;
13     object      points;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // Points
19 (1.99 1.99 0.01)     //0
20 (3.01 1.99 0.01)     //1
21 (3.01 3.01 0.01)     //2
22 (1.99 3.01 0.01)     //3
24 (1.99 1.99 2.01)     //4
25 (3.01 1.99 2.01)     //5
26 (3.01 3.01 2.01)     //6
27 (1.99 3.01 2.01)     //7
30 // Edges
32 (0 1)
33 (1 2)
34 (2 3)
35 (3 0)
37 (4 5)
38 (5 6)
39 (6 7)
40 (7 4)
42 (0 4)
43 (1 5)
44 (2 6)
45 (3 7)
48 // ************************************************************************* //