mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: Utilities - add -region option when creating meshes
This commit is contained in:
@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user