33 lines
972 B
C++
33 lines
972 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 3.2 |
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
|
| \\/ M anipulation | For copyright notice see file Copyright |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object decomposeParDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
numberOfSubdomains 2;
|
|
|
|
method simple;
|
|
|
|
simpleCoeffs
|
|
{
|
|
n (2 1 1);
|
|
delta 0.001;
|
|
}
|
|
|
|
distributed no;
|
|
|
|
roots
|
|
(
|
|
);
|
|
|
|
// ************************************************************************* //
|