mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add usage information for subsetMesh argument
This commit is contained in:
@ -380,7 +380,14 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
#include "addOverwriteOption.H"
|
#include "addOverwriteOption.H"
|
||||||
#include "addRegionOption.H"
|
#include "addRegionOption.H"
|
||||||
argList::addArgument("setOrZoneName");
|
argList::addArgument
|
||||||
|
(
|
||||||
|
"cell-selection",
|
||||||
|
"The cellSet name, but with the -zone option this is interpreted"
|
||||||
|
" to be a cellZone selection by name(s) or regex.\n"
|
||||||
|
"Eg 'mixer' or '( mixer \"moving.*\" )'"
|
||||||
|
);
|
||||||
|
|
||||||
argList::addOption
|
argList::addOption
|
||||||
(
|
(
|
||||||
"patch",
|
"patch",
|
||||||
|
|||||||
Reference in New Issue
Block a user