fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / heatTransfer / buoyantBoussinesqSimpleFoam / iglooWithFridges / constant / triSurface / fridgeA.eMesh
blob77f43ec05d8a7b7ceab9642aca4e05289b69b3fb
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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 // ************************************************************************* //