mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Added faceZones support. Reverted back to using scheduled comms
(less memory)
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user