OpenFOAM-4.x/tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/panelRegion/decomposeParDict
2016-06-28 11:59:45 +01:00

53 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 6;
method structured;
structuredCoeffs
{
method hierarchical;
patches (region0_to_panelRegion_fRight_zone region0_to_panelRegion_fLeft_zone);
hierarchicalCoeffs
{
n (2 3 1);
delta 0.001;
order xyz;
}
}
hierarchicalCoeffs
{
n (1 2 2);
delta 0.001;
order xyz;
}
manualCoeffs
{
dataFile "cellDecomposition";
}
metisCoeffs
{
}
// ************************************************************************* //