68int main(
int argc,
char *argv[])
72 "Convert STARCD/PROSTAR (v4) mesh to OpenFOAM"
80 "Write in ASCII instead of binary format"
86 "Geometry scaling factor - default is 0.001 ([mm] to [m])"
91 "Retain solid cells and treat like fluid cells"
119 args.getOrDefault<scalar>(
"scale", 0.001),
streamFormat
Data format (ascii | binary | coherent).
@ ASCII
"ascii" (normal default)
static unsigned int minPrecision(unsigned int prec) noexcept
Set the minimum default precision.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Extract command arguments and options from the supplied argc and argv parameters.
static void addArgument(const string &argName, const string &usage="")
Append a (mandatory) argument to validArgs.
static void addBoolOption(const word &optName, const string &usage="", bool advanced=false)
Add a bool option to validOptions with usage information.
static void noParallel()
Remove the parallel options.
static void addOption(const word &optName, const string ¶m="", const string &usage="", bool advanced=false)
Add an option to validOptions with usage information.
static void addNote(const string ¬e)
Add extra notes for the usage information.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A class for handling file names.
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
word format(conversionProperties.get< word >("format"))
Foam::argList args(argc, argv)