STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / multiphase / interDyMFoam / ras / floatingObject / constant / polyMesh / blockMeshDict
blobf03e07daddc4fcc58a8184da9dfe01505a94a951
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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     (1 0 0)
23     (1 1 0)
24     (0 1 0)
25     (0 0 1)
26     (1 0 1)
27     (1 1 1)
28     (0 1 1)
31 blocks
33     hex (0 1 2 3 4 5 6 7) (40 40 60) simpleGrading (1 1 1)
36 edges
40 patches
42     wall stationaryWalls
43     (
44         (0 3 2 1)
45         (2 6 5 1)
46         (1 5 4 0)
47         (3 7 6 2)
48         (0 4 7 3)
49     )
50     patch atmosphere
51     (
52         (4 5 6 7)
53     )
54     wall floatingObject
55     ()
58 mergePatchPairs
62 // ************************************************************************* //