Go to the documentation of this file.
72 "Read solver type from the system/controlDict"
87 displayDoc(solver,
".*solvers/.*Foam/",
true,
"C");
91 mesh.time().controlDict().readEntry(
"application", solver);
92 displayDoc(solver,
".*solvers/.*Foam/",
true,
"C");
96 displayDocOptions(
".*solvers/.*Foam/",
true,
"C");
This class provides help for solvers. When no additional arguments are given, the utility outputs all...
virtual void init()
Initialise - typically setting static variables,.
virtual ~helpSolver()
Destructor.
bool readIfPresent(const word &optName, T &val) const
Read a value from the named option if present.
virtual void execute(const argList &args, const fvMesh &mesh)
Execute the help.
addNamedToRunTimeSelectionTable(topoSetCellSource, badQualityToCell, word, badQuality)
Macros for easy insertion into run-time selection tables.
static void addBoolOption(const word &optName, const string &usage="", bool advanced=false)
Add a bool option to validOptions with usage information.
static const word null
An empty word.
Foam::argList args(argc, argv)
defineTypeNameAndDebug(combustionModel, 0)
bool found(const word &optName) const
Return true if the named option is found.
virtual void init()
Initialise - typically setting static variables,.