Skip to content
Snippets Groups Projects
Commit 801f18b5 authored by mattijs's avatar mattijs
Browse files

added region option

parent e17c87d8
Branches
Tags
No related merge requests found
......@@ -50,9 +50,8 @@ using namespace Foam;
int main(int argc, char *argv[])
{
argList::validArgs.append("output file");
# include "addRegionOption.H"
argList::validOptions.insert("excludeProcPatches", "");
argList::validOptions.insert("patches", "(patch0 .. patchN)");
# include "setRootCase.H"
......@@ -65,7 +64,7 @@ int main(int argc, char *argv[])
Pout<< "Reading mesh from time " << runTime.value() << endl;
# include "createPolyMesh.H"
# include "createNamedPolyMesh.H"
bool includeProcPatches =
!(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment