Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / overturningTestTopo / system / decomposeParDict
bloba45169c3d85f2a51e04d3bb4ee662e7076ce2168
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          simple;
24 globalFaceZones ( bargeSliderZone boxSliderZone );
26 simpleCoeffs
28     n               (2 2 1);
29     delta           0.001;
32 hierarchicalCoeffs
34     n               (1 1 1);
35     delta           0.001;
36     order           xyz;
39 metisCoeffs
41     processorWeights 
42     (
43         1
44         1
45         1
46         1
47     );
50 manualCoeffs
52     dataFile        "";
55 distributed     no;
57 roots           
62 // ************************************************************************* //