initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / financial / financialFoam / europeanCall / constant / polyMesh / blockMeshDict
blob4a90e62405e0c7c5fcabf2f03012ecea50df7199
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 200;
19 vertices        
21     (0 -0.1 0)
22     (1 -0.1 0)
23     (1 0.1 0)
24     (0 0.1 0)
25     (0 -0.1 0.1)
26     (1 -0.1 0.1)
27     (1 0.1 0.1)
28     (0 0.1 0.1)
31 blocks          
33     hex (0 1 2 3 4 5 6 7) (500 1 1) simpleGrading (1 1 1)
36 edges           
40 patches         
42     patch lowValue 
43     (
44         (0 4 7 3)
45     )
46     patch highValue 
47     (
48         (2 6 5 1)
49     )
52 mergePatchPairs
56 // ************************************************************************* //