ENH: Added faceZones support. Reverted back to using scheduled comms

(less memory)
This commit is contained in:
mattijs
2010-03-04 13:47:09 +00:00
parent 1a87cd16fb
commit edeb20c856
4 changed files with 1157 additions and 649 deletions

View File

@ -41,6 +41,9 @@ Usage
@param -noPatches \n
Suppress writing any patches.
@param -faceZones zoneList \n
Specify faceZones to write, with wildcards
Note
Parallel support for cloud data is not supported
- writes to @a EnSight directory to avoid collisions with foamToEnsightParts
@ -113,6 +116,12 @@ int main(int argc, char *argv[])
"specify particular patches to write - eg '(inlet outlet)'. "
"An empty list suppresses writing the internalMesh."
);
argList::addOption
(
"faceZones",
"wordList",
"specify faceZones to write, with wildcards - eg '(mfp-.*)'. "
);
# include "setRootCase.H"