Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / mesh / moveDynamicMesh / SnakeRiverCanyon / system / decomposeParDict
blobd12bc1f299fc31cae73f30d4353534845ae6e0f1
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     note        "mesh decomposition control dictionary";
14     location    "system";
15     object      decomposeParDict;
18 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 numberOfSubdomains  2;
22 method          hierarchical;
24 simpleCoeffs
26     n           (2 2 1);
27     delta       0.001;
30 hierarchicalCoeffs
32     n           (2 1 1);
33     delta       0.001;
34     order       xyz;
37 manualCoeffs
39     dataFile    "decompositionData";
43 // ************************************************************************* //