STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / icoDyMFoam / mixerGgi / system / decomposeParDict
blob832d21a870be878346be5ef116285aaaf6edc429
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      decomposeParDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 numberOfSubdomains 4;
19 method          simple;
21 globalFaceZones ( insideZone outsideZone );
23 simpleCoeffs
25     n               (2 2 1);
26     delta           0.001;
29 distributed     no;
31 roots
35 // ************************************************************************* //