2021-02-18 15:28:14 +05:00
|
|
|
/*--------------------------------*- C++ -*----------------------------------*\
|
|
|
|
| ========= | |
|
|
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
|
|
| \\ / O peration | Version: v2012 |
|
|
|
|
| \\ / A nd | Website: www.openfoam.com |
|
|
|
|
| \\/ M anipulation | |
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
FoamFile
|
|
|
|
{
|
|
|
|
version 2.0;
|
|
|
|
format ascii;
|
|
|
|
class dictionary;
|
2021-02-19 19:36:53 +05:00
|
|
|
object decomposeParDict;
|
2021-02-18 15:28:14 +05:00
|
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
2021-02-19 19:36:53 +05:00
|
|
|
numberOfSubdomains 4;
|
2021-02-18 15:28:14 +05:00
|
|
|
|
2021-02-19 19:36:53 +05:00
|
|
|
method simple;
|
2021-02-18 15:28:14 +05:00
|
|
|
|
2021-02-19 19:36:53 +05:00
|
|
|
coeffs
|
|
|
|
{
|
|
|
|
n (2 2 1);
|
|
|
|
}
|
2021-02-18 15:28:14 +05:00
|
|
|
|
|
|
|
// ************************************************************************* //
|