61int main(
int argc,
char *argv[])
65 "Convert AVL/FIRE polyhedral mesh to OpenFOAM format"
73 "Write in ASCII format instead of binary"
78 "Perform edge checking as well"
84 "Geometry scaling factor - default is 1 (no scaling)"
108 args.getOrDefault<scalar>(
"scale", 1)
116 if (
args.found(
"check"))
Checks the mesh for edge connectivity as expected by the AVL/FIRE on-the-fly calculations....
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.
label checkFireEdges(const faceList &faces, const labelListList &pointFaces, const UList< point > &points=UList< point >::null())
check edge connectivity
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)