Go to the documentation of this file.
94 int main(
int argc,
char *argv[])
98 "Export from surfMesh to various third-party surface formats"
107 "Perform some surface checking/cleanup on the input surface"
113 "Specify an alternative surface name when reading - "
114 "default is 'default'"
120 "Output format (default: use file extension)"
126 "Input geometry scaling factor"
132 "Output geometry scaling factor"
144 "The source coordinate system, applied after '-read-scale'",
151 "The target coordinate system, applied before '-write-scale'",
161 const word writeFileType
170 <<
"Unsupported file format(s)" <<
nl
175 scalar scaleFactor(0);
187 coordinateSystems::typeName,
209 const auto* csPtr = globalCoords.cfind(csName);
214 <<
"Cannot find -from " << csName <<
nl
215 <<
"available coordinateSystems: "
226 const auto* csPtr = globalCoords.cfind(csName);
231 <<
"Cannot find -to " << csName <<
nl
232 <<
"available coordinateSystems: "
241 if (fromCsys && toCsys)
244 <<
"Only allowed '-from' or '-to' option at the moment."
262 Info<<
"read surfMesh:\n " << smesh.objectPath() <<
endl;
271 Info<<
"scale input " << scaleFactor <<
nl;
272 surf.scalePoints(scaleFactor);
282 Info<<
"move points from coordinate system: "
283 << fromCsys->name() <<
endl;
285 surf.movePoints(tpf());
290 Info<<
"move points to coordinate system: "
291 << toCsys->name() <<
endl;
293 surf.movePoints(tpf());
298 Info<<
"scale output " << scaleFactor <<
endl;
299 surf.scalePoints(scaleFactor);
302 surf.writeStats(
Info);
305 Info<<
"writing " << exportName <<
nl;
306 surf.write(exportName, writeFileType);
static autoPtr< T > New(Args &&... args)
Defines the attributes of an object for which implicit objectRegistry management is supported,...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
A class for handling file names.
T getOrDefault(const word &optName, const T &deflt) const
A class for managing temporary objects.
bool typeHeaderOk(const bool checkType=true, const bool search=true, const bool verbose=true)
const fileName & caseName() const noexcept
static void addNote(const string ¬e)
static void addOptionCompat(const word &optName, std::pair< const char *, int > compat)
Extract command arguments and options from the supplied argc and argv parameters.
A surface mesh consisting of general polygon faces that has IO capabilities and a registry for storin...
Ostream & endl(Ostream &os)
static bool canWriteType(const word &fileType, bool verbose=false)
T get(const label index) const
bool readIfPresent(const word &optName, T &val) const
static void addArgument(const string &argName, const string &usage="")
static IOobject selectIO(const IOobject &io, const fileName &altFile, const word &ioName="")
A centralized collection of named coordinate systems.
FlatOutput::OutputAdaptor< Container, Delimiters > flatOutput(const Container &obj, Delimiters delim)
errorManipArg< error, int > exit(error &err, const int errNo=1)
static void addBoolOption(const word &optName, const string &usage="", bool advanced=false)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
word name(const expressions::valueTypeCode typeCode)
fileName objectPath() const
const word & constant() const
A surface geometry mesh with zone information, not to be confused with the similarly named surfaceMes...
static void addOption(const word &optName, const string ¶m="", const string &usage="", bool advanced=false)
Foam::argList args(argc, argv)
const fileName & rootPath() const noexcept
bool found(const word &optName) const