Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / multiphase / cavitatingFoam / les / throttle3D / system / refineMeshDict
blob3b334d6a5a444315b2e53718cd7bc034fb9fc522
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      binary;
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 );
26     tan3            ( 0 0 1 );
29 directions      ( tan1 tan2 tan3 );
31 useHexTopology  yes;
33 geometricCut    no;
35 writeMesh       no;
37 // ************************************************************************* //