opm-simulators/examples
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
..
mrst Move MRST example closer to actual example 2013-05-15 10:37:50 +02:00
compute_eikonal_from_files.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
compute_initial_state.cpp adapt to the fluid system naming convention change in opm-material 2018-07-27 12:54:02 +02:00
compute_tof_from_files.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
diagnose_relperm.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
find_zero.cpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
flow_legacy.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
flow_reorder.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
flow_sequential.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
flow.cpp flow: switch it to use the eWoms parameter system 2018-08-15 23:34:32 +02:00
sim_2p_comp_reorder.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
sim_2p_incomp_ad.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
sim_poly2p_comp_reorder.cpp changed: avoid use of the assignment operator for the Deck class 2018-08-01 13:02:40 +02:00
sim_poly2p_incomp_reorder.cpp changed: avoid use of the assignment operator for the Deck class 2018-08-01 13:02:40 +02:00
sim_simple.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00
wells_example.cpp Adapt to moved opm-grid headers. 2018-02-10 08:33:33 +01:00