Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / hullSlammingMovingBox2D / system / decomposeParDict
blobc2e004f49e8fb5c46689819e5ec660687860f2b1
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
13     class           dictionary;
14     object          decomposeParDict;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 numberOfSubdomains 4;
22 method          metis;
24 simpleCoeffs
26     n               (2 2 1);
27     delta           0.001;
30 hierarchicalCoeffs
32     n               (1 1 1);
33     delta           0.001;
34     order           xyz;
37 metisCoeffs
41 manualCoeffs
43     dataFile        "";
46 distributed     no;
48 roots
53 // ************************************************************************* //