68 int main(
int argc,
char *argv[])
72 "convert between surface formats" 82 "perform some surface checking/cleanup on the input surface" 88 "geometry scaling factor on input" 94 "geometry scaling factor on output" 100 "specify the source coordinate system, applied after '-scaleIn'" 106 "specify the target coordinate system, applied before '-scaleOut'" 111 "triangulate surface" 122 if (importName == exportName)
125 <<
"Output file " << exportName <<
" would overwrite input file." 151 fromCsys = csLst[csName].clone();
157 toCsys = csLst[csName].clone();
173 Info<<
" -scaleIn " << scaleIn <<
endl;
174 surf.scalePoints(scaleIn);
178 if (fromCsys.
valid())
180 Info<<
" -from " << fromCsys().name() <<
endl;
182 surf.movePoints(tpf());
187 Info<<
" -to " << toCsys().name() <<
endl;
189 surf.movePoints(tpf());
195 Info<<
" -scaleOut " << scaleOut <<
endl;
196 surf.scalePoints(scaleOut);
205 Info<<
"writing " << exportName;
206 surf.write(exportName);
Provides a centralised coordinateSystem collection.
A class for handling file names.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const fileName & rootPath() const
Return root path.
A surface geometry mesh with zone information, not to be confused with the similarly named surfaceMes...
Ostream & endl(Ostream &os)
Add newline and flush stream.
bool optionFound(const word &opt) const
Return true if the named option is found.
static void noParallel()
Remove the parallel options.
static SLList< string > validArgs
A list of valid (mandatory) arguments.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
bool optionReadIfPresent(const word &opt, T &) const
Read a value from the named option if present.
word ext() const
Return file name extension (part after last .)
A class for handling words, derived from string.
Extract command arguments and options from the supplied argc and argv parameters. ...
static void addOption(const word &opt, const string ¶m="", const string &usage="")
Add to an option to validOptions with usage information.
bool valid() const
Return true if the autoPtr valid (ie, the pointer is set)
const fileName & caseName() const
Return case name (parallel run) or global case (serial run)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static void addBoolOption(const word &opt, const string &usage="")
Add to a bool option to validOptions with usage information.
static void addNote(const string &)
Add extra notes for the usage information.
A class for managing temporary objects.
Foam::argList args(argc, argv)