Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / tankSloshing2D / system / decomposeParDict
bloba05de85949eecc6c2bab91889df42fca2a3f45c4
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.0                                   |
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 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
40 manualCoeffs
42     dataFile        "";
45 distributed     no;
47 roots
52 // ************************************************************************* //