initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / stressAnalysis / solidEquilibriumDisplacementFoam / beamEndLoad / constant / polyMesh / blockMeshDict
blob633de6a4063f40106423584f4cbec1f45a5023db
1 /*--------------------------------*- C++ -*----------------------------------*\
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 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 1;
19 vertices
22     (0 0 0)
23     (30 0 0)
24     (30 1 0)
25     (0 1 0)
26     (0 0 1)
27     (30 0 1)
28     (30 1 1)
29     (0 1 1)
33 blocks
35     hex (0 1 2 3 4 5 6 7) (6 2 1) simpleGrading (1.0 1.0 1.0)
38 edges           
42 patches
44     patch
45     topSurface
46     (
47         (3 7 6 2)
48     )
49     
50     patch
51     bottomSurface
52     (
53         (4 0 1 5)
54     )
56     patch
57     fixedEnd
58     (
59         (0 4 7 3)
60     )
62     patch
63     tractionEnd
64     (
65         (1 2 6 5)
66     )
69 mergePatchPairs 
73 // ************************************************************************* //