◆ initialize_()
Initialize.
- Parameters
-
exitCode | The exitCode of the program. |
keepKeywords | Keep Schedule keywords even if there are no actions |
- Returns
- Whether to actually run the simulator. I.e. true if parsing of command line was successful and no –help, –print-properties, or –print-parameters have been found.
◆ runDynamic()
int Opm::Main::runDynamic |
( |
| ) |
|
|
inline |
Run simulation.
Selects an appropriate simulator based on runtime information in the input deck.
- Returns
- Simulation's status/exit code.
◆ runStatic()
int Opm::Main::runStatic |
( |
| ) |
|
|
inline |
Run simulation.
Uses staticially configured simulator defined at call site.
- Template Parameters
-
TypeTag | Simulation type's statically configured properties. |
- Returns
- Simulation's status/exit code.
The documentation for this class was generated from the following files:
- opm/simulators/flow/Main.hpp
- opm/simulators/flow/Main.cpp
- opm/simulators/flow/MainDispatchDynamic.cpp