ENH: Utilities - add -region option when creating meshes

This commit is contained in:
Andrew Heather
2018-01-16 12:10:20 +00:00
parent 66ba2dd674
commit 853b9abb79
21 changed files with 21 additions and 21 deletions

View File

@ -49,7 +49,7 @@ int main(int argc, char *argv[])
instantList timeDirs = timeSelector::select0(runTime, args);
#include "createMesh.H"
#include "createNamedMesh.H"
// make a directory called proInterface in the case
mkDir(runTime.rootPath()/runTime.caseName()/"fluentInterface");

View File

@ -60,7 +60,7 @@ int main(int argc, char *argv[])
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"
#include "createNamedMesh.H"
#include "readConversionProperties.H"

View File

@ -154,7 +154,7 @@ int main(int argc, char *argv[])
// Read the mesh
#include "createMesh.H"
#include "createNamedMesh.H"
// Read the tetDualMesh
Info<< "Create tetDualMesh for time = "

View File

@ -67,7 +67,7 @@ int main(int argc, char *argv[])
if (fieldNameDict.found("epsilon")) nameMap.add("ED", word("epsilon"));
if (fieldNameDict.found("nuEff")) nameMap.add("VIS", word("nuEff"));
#include "createMesh.H"
#include "createNamedMesh.H"
IFstream smapFile(args[1]);