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:
Henry Weller
2017-01-05 15:59:42 +00:00
parent fcde201a40
commit db69053ef7
2 changed files with 21 additions and 11 deletions

View File

@ -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);