Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interFoam / les / nozzleFlow2D / system / refineMeshDict
blob5c20d5a65a4eba0b776adf078b44ea393d2fec5b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
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 patchLocalCoeffs
30     patch           outside;
31     tan1            ( 1 0 0 );
34 directions      ( tan1 );
36 useHexTopology  no;
38 geometricCut    yes;
40 writeMesh       no;
43 // ************************************************************************* //