initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / cavitatingFoam / ras / throttle / system / refineMeshDict
blob735a914036b0b24cf78e939896b1936228def247
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      refineMeshDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 set             c0;
20 coordinateSystem global;
22 globalCoeffs
24     tan1            ( 1 0 0 );
25     tan2            ( 0 1 0 );
28 directions      ( tan1 tan2 );
30 useHexTopology  yes;
32 geometricCut    no;
34 writeMesh       no;
37 // ************************************************************************* //