opm-simulators/opm/simulators
Andreas Lauser b5cddef928 flow: switch it to use the eWoms parameter system
this has several advanges:

- a consistent and complete help message is now printed by passing the
  -h or --help command line parameters. most notably this allows to
  generically implement tab completion of parameters for bash
- the full list of runtime parameters can now be printed before the simulator
  has been run.
- all runtime parameters understood by ebos can be specified
- no hacks to marry the two parameter systems anymore
- command parameters now follow the standard unix convention, i.e.,
  `--param-name=value` instead of `param_name=value`

on the negative side, some parameters have been renamed and the syntax
has changed so calls to `flow` that specify parameters must adapted.
2018-08-15 23:34:32 +02:00
..
timestepping flow: switch it to use the eWoms parameter system 2018-08-15 23:34:32 +02:00
vtk Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
ensureDirectoryExists.cpp Create ensureDirectoryExists() free function. 2017-04-06 12:14:06 +02:00
ensureDirectoryExists.hpp Create ensureDirectoryExists() free function. 2017-04-06 12:14:06 +02:00
flow_ebos_blackoil.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
flow_ebos_blackoil.hpp Use Schedule constructor. 2017-11-06 14:20:41 +01:00
flow_ebos_energy.cpp code clean-up based on review 2018-05-08 10:22:47 +02:00
flow_ebos_energy.hpp Add a flow specialization for blackoil with energy conservation 2018-04-30 13:45:18 +02:00
flow_ebos_gasoil.cpp make flow compile in face of the energy conservation changes of the eWoms black oil model 2018-04-06 11:01:33 +02:00
flow_ebos_gasoil.hpp Use Schedule constructor. 2017-11-06 14:20:41 +01:00
flow_ebos_oilwater_polymer.cpp make flow compile in face of the energy conservation changes of the eWoms black oil model 2018-04-06 11:01:33 +02:00
flow_ebos_oilwater_polymer.hpp fixing comments for PR#1416 2018-02-28 10:26:54 +01:00
flow_ebos_oilwater.cpp make flow compile in face of the energy conservation changes of the eWoms black oil model 2018-04-06 11:01:33 +02:00
flow_ebos_oilwater.hpp Use Schedule constructor. 2017-11-06 14:20:41 +01:00
flow_ebos_polymer.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
flow_ebos_polymer.hpp Use Schedule constructor. 2017-11-06 14:20:41 +01:00
flow_ebos_solvent.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
flow_ebos_solvent.hpp Use Schedule constructor. 2017-11-06 14:20:41 +01:00
ParallelFileMerger.hpp Rename .CASE.DEBUG -> CASE.DBG. 2018-06-25 22:22:29 +02:00
SimulatorCompressibleTwophase.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
SimulatorCompressibleTwophase.hpp adjust for changed ParameterGroup namespacing 2017-04-28 15:36:25 +02:00
thresholdPressures.hpp THPRES API updates 2018-05-30 14:27:32 +02:00
WellSwitchingLogger.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
WellSwitchingLogger.hpp flow: avoid wrangling around with dummy state objects 2018-06-06 10:59:41 +02:00