STYLE: dictionaries: update version number

This commit is contained in:
mattijs
2011-06-10 17:22:56 +01:00
parent d3c5b9bd3c
commit 4f47ff0219
51 changed files with 64 additions and 178 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / O peration | Version: 2.0.0 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -11,10 +11,8 @@ FoamFile
format ascii;
class dictionary;
note "mesh decomposition control dictionary";
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 8;
@ -108,7 +106,6 @@ manualCoeffs
dataFile "decompositionData";
}
structuredCoeffs
{
// Patches to do 2D decomposition on. Structured mesh only; cells have
@ -116,8 +113,6 @@ structuredCoeffs
patches (bottomPatch);
}
//// Is the case distributed
//distributed yes;
//// Per slave (so nProcs-1 entries) the directory above the case.
@ -127,5 +122,4 @@ structuredCoeffs
// "/tmp"
//);
// ************************************************************************* //