initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / discreteMethods / molecularDynamics / mdEquilibrationFoam / periodicCubeArgon / constant / polyMesh / blockMeshDict
blob58b06ccb874390deb92ea197a496443b057eb9c3
1 /*---------------------------------------------------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
14     root            "";
15     case            "";
16     instance        "";
17     local           "";
19     class           dictionary;
20     object          blockMeshDict;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 convertToMeters 2.462491658e-9;
27 vertices
29     (-1 -1 -1)
30     (1 -1 -1)
31     (1 1 -1)
32     (-1 1 -1)
33     (-1 -1 1)
34     (1 -1 1)
35     (1 1 1)
36     (-1 1 1)
39 blocks
41     hex (0 1 2 3 4 5 6 7) liquid (12 12 12) simpleGrading (1 1 1)
44 patches
46     cyclic
47     periodicX
48     (
49         (1 2 6 5)
50         (0 4 7 3)
51     )
53     cyclic
54     periodicY
55     (
56         (2 3 7 6)
57         (0 1 5 4)
58     )
60     cyclic
61     periodicZ
62     (
63         (0 3 2 1)
64         (4 5 6 7)
65     )
68 mergePatchPairs
73 // ************************************************************************* //