fluentMeshToFoam: Added '-2D' option consistent with plot3dToFoam
Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2238
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -78,7 +78,7 @@ int main(int argc, char *argv[])
|
||||
(
|
||||
"2D",
|
||||
"thickness",
|
||||
"use when converting a 2-D geometry"
|
||||
"use when converting a 2-D mesh (applied before scale)"
|
||||
);
|
||||
|
||||
argList args(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user