FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

surfaceMeshImport.C File Reference

Import from various third-party surface formats into surfMesh with optional scaling or transformations (rotate/translate) on a coordinateSystem. More...


Detailed Description

Import from various third-party surface formats into surfMesh with optional scaling or transformations (rotate/translate) on a coordinateSystem.

Usage
  • surfaceMeshImport inputFile [OPTION]
Parameters:
\<inputFile\>
File from which to read the imported surface.
-clean
Perform some surface checking/cleanup on the input surface.
-name<name>
Specify an alternative surface name when writing.
-scaleIn<scale>
Specify a scaling factor when reading files.
-scaleOut<scale>
Specify a scaling factor when writing files.
-dict<dictionary>
Specify an alternative dictionary for constant/coordinateSystems.
-from<coordinateSystem>
Specify a coordinate System when reading files.
-to<coordinateSystem>
Specify a coordinate System when writing files.
-case<dir>
Specify the case directory
-help
Display short usage message
-doc
Display Doxygen documentation page
-srcDoc
Display source code
Note:
The filename extensions are used to determine the file format type.

Definition in file surfaceMeshImport.C.

#include "src/OpenFOAM/global/argList/argList.H"
#include "src/OpenFOAM/db/Time/timeSelector.H"
#include "src/OpenFOAM/db/Time/Time.H"
#include "src/surfMesh/MeshedSurface/MeshedSurfaces.H"
#include "src/meshTools/coordinateSystems/coordinateSystems.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
Include dependency graph for surfaceMeshImport.C:

Go to the source code of this file.