31 "Use all regions in regionProperties" 39 "Use specified mesh region. Eg, -regions gas\n" 40 "Or from regionProperties. Eg, -regions '(gas \"solid.*\")'" 47 "Use specified mesh region. Eg, -region gas" static void addBoolOption(const word &optName, const string &usage="", bool advanced=false)
Add a bool option to validOptions with usage information.
static void addOptionCompat(const word &optName, std::pair< const char *, int > compat)
Specify an alias for the option name.
static void addOption(const word &optName, const string ¶m="", const string &usage="", bool advanced=false)
Add an option to validOptions with usage information.