24 lines
944 B
Text
24 lines
944 B
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | cfMesh: A library for mesh generation |
|
||
|
| \\ / O peration | |
|
||
|
| \\ / A nd | Author: Franjo Juretic |
|
||
|
| \\/ M anipulation | E-mail: franjo.juretic@c-fields.com |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
note "mesh decomposition control dictionary";
|
||
|
location "system";
|
||
|
object decomposeParDict;
|
||
|
}
|
||
|
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
numberOfSubdomains 4;
|
||
|
|
||
|
// ************************************************************************* //
|