69 int main(
int argc,
char *argv[])
73 "export from surfMesh to various third-party surface formats" 82 "perform some surface checking/cleanup on the input surface" 88 "specify an alternative surface name when reading - " 89 "default is 'default'" 95 "geometry scaling factor on input - default is 1" 101 "geometry scaling factor on output - default is 1" 107 "specify the source coordinate system, applied after '-scaleIn'" 113 "specify the target coordinate system, applied before '-scaleOut'" 140 fromCsys = csLst[csName].clone();
146 toCsys = csLst[csName].clone();
163 Info<<
"read surfMesh:\n " << smesh.localObjectPath() <<
endl;
178 Info<<
" -scaleIn " << scaleIn <<
endl;
179 surf.scalePoints(scaleIn);
182 if (fromCsys.
valid())
184 Info<<
" -from " << fromCsys().name() <<
endl;
186 surf.movePoints(tpf());
191 Info<<
" -to " << toCsys().name() <<
endl;
193 surf.movePoints(tpf());
199 Info<<
" -scaleOut " << scaleOut <<
endl;
200 surf.scalePoints(scaleOut);
204 surf.writeStats(
Info);
207 Info<<
"writing " << exportName <<
endl;
208 surf.
write(exportName);
Provides a centralised coordinateSystem collection.
virtual Ostream & write(const char)=0
Write character.
A class for handling file names.
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.
T optionLookupOrDefault(const word &opt, const T &deflt) const
Read a value from the named option if present.
A class for handling words, derived from string.
Extract command arguments and options from the supplied argc and argv parameters. ...
const word & constant() const
Return constant name.
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)
A surface mesh consisting of general polygon faces.
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)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...