Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop

This commit is contained in:
sergio
2017-12-18 08:24:58 -08:00
1629 changed files with 113896 additions and 16822 deletions

View File

@ -12,18 +12,17 @@ FoamFile
class dictionary;
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
method hierarchical;
hierarchicalCoeffs
coeffs
{
n (1 1 4);
delta 0.001;
order xyz;
n (1 1 4);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
}