opm-simulators/flow
Håkon Hægland f9d47b7c68 Capture some variables in FlowMainEbos.
Make Opm::FlowMainEbos capture the variables argc, argv, outputCout, and
outputFiles. Passing the variables to the constructor and saving them as
class variables in Opm::FlowMainEbos makes the implementation of the
Python interface simpler. For example, the step_init() method does not
need to ask Opm::Main about the values of the variables when it needs to
run execute() in FlowMainEbos.

Another advantage of this refactoring could be that less variables needs
to be passed around from Opm::Main, to flow_ebos_xxx.cpp, and then again
to FlowMainEbos.
2020-08-24 00:19:19 +02:00
..
flow_blackoil_dunecpr.cpp changed: remove BEGIN_PROPERTIES/END_PROPERTIES macro usage 2020-08-21 15:50:35 +02:00
flow_ebos_blackoil.cpp Capture some variables in FlowMainEbos. 2020-08-24 00:19:19 +02:00
flow_ebos_blackoil.hpp Refactor flow_ebos_blackoil.cpp (2) 2020-05-13 11:54:18 +02:00
flow_ebos_brine.cpp Capture some variables in FlowMainEbos. 2020-08-24 00:19:19 +02:00
flow_ebos_brine.hpp changed: pass/store deck as a pointer 2020-02-28 10:26:55 +01:00
flow_ebos_energy.cpp Capture some variables in FlowMainEbos. 2020-08-24 00:19:19 +02:00
flow_ebos_energy.hpp changed: pass/store deck as a pointer 2020-02-28 10:26:55 +01:00
flow_ebos_foam.cpp Capture some variables in FlowMainEbos. 2020-08-24 00:19:19 +02:00
flow_ebos_foam.hpp changed: pass/store deck as a pointer 2020-02-28 10:26:55 +01:00
flow_ebos_gasoil.cpp Capture some variables in FlowMainEbos. 2020-08-24 00:19:19 +02:00
flow_ebos_gasoil.hpp changed: pass/store deck as a pointer 2020-02-28 10:26:55 +01:00
flow_ebos_oilwater_brine.cpp Add oil water brine specialization 2020-06-30 10:41:28 +02:00
flow_ebos_oilwater_brine.hpp Add oil water brine specialization 2020-06-30 10:41:28 +02:00
flow_ebos_oilwater_polymer_injectivity.cpp Capture some variables in FlowMainEbos. 2020-08-24 00:19:19 +02:00
flow_ebos_oilwater_polymer_injectivity.hpp Setup logging before the simulator is initialized (#1980) 2019-08-27 22:41:48 +02:00
flow_ebos_oilwater_polymer.cpp Capture some variables in FlowMainEbos. 2020-08-24 00:19:19 +02:00
flow_ebos_oilwater_polymer.hpp changed: pass/store deck as a pointer 2020-02-28 10:26:55 +01:00
flow_ebos_oilwater.cpp Capture some variables in FlowMainEbos. 2020-08-24 00:19:19 +02:00
flow_ebos_oilwater.hpp changed: pass/store deck as a pointer 2020-02-28 10:26:55 +01:00
flow_ebos_polymer.cpp Capture some variables in FlowMainEbos. 2020-08-24 00:19:19 +02:00
flow_ebos_polymer.hpp changed: pass/store deck as a pointer 2020-02-28 10:26:55 +01:00
flow_ebos_solvent.cpp Capture some variables in FlowMainEbos. 2020-08-24 00:19:19 +02:00
flow_ebos_solvent.hpp changed: pass/store deck as a pointer 2020-02-28 10:26:55 +01:00
flow_onephase_energy.cpp changed: remove BEGIN_PROPERTIES/END_PROPERTIES macro usage 2020-08-21 15:50:35 +02:00
flow_onephase.cpp changed: remove BEGIN_PROPERTIES/END_PROPERTIES macro usage 2020-08-21 15:50:35 +02:00
flow.cpp Make Main a non-template class again, simplify. 2020-04-16 11:35:01 +02:00