add some usage information to a few utilities

This commit is contained in:
Mark Olesen
2009-12-04 10:20:15 +01:00
parent ebf94bfc74
commit 0e33bf0bba
7 changed files with 118 additions and 29 deletions

View File

@ -72,8 +72,18 @@ using namespace Foam;
int main(int argc, char *argv[])
{
argList::noParallel();
argList::addBoolOption("blockTopology");
argList::addOption("dict", "dictionary");
argList::addBoolOption
(
"blockTopology",
"write block edges and centres as .obj files"
);
argList::addOption
(
"dict",
"NAME",
"specify an alternative dictionary for the blockMesh description"
);
# include "addRegionOption.H"
# include "setRootCase.H"
# include "createTime.H"