mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
f9d47b7c68
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. |
||
---|---|---|
.. | ||
flow_blackoil_dunecpr.cpp | ||
flow_ebos_blackoil.cpp | ||
flow_ebos_blackoil.hpp | ||
flow_ebos_brine.cpp | ||
flow_ebos_brine.hpp | ||
flow_ebos_energy.cpp | ||
flow_ebos_energy.hpp | ||
flow_ebos_foam.cpp | ||
flow_ebos_foam.hpp | ||
flow_ebos_gasoil.cpp | ||
flow_ebos_gasoil.hpp | ||
flow_ebos_oilwater_brine.cpp | ||
flow_ebos_oilwater_brine.hpp | ||
flow_ebos_oilwater_polymer_injectivity.cpp | ||
flow_ebos_oilwater_polymer_injectivity.hpp | ||
flow_ebos_oilwater_polymer.cpp | ||
flow_ebos_oilwater_polymer.hpp | ||
flow_ebos_oilwater.cpp | ||
flow_ebos_oilwater.hpp | ||
flow_ebos_polymer.cpp | ||
flow_ebos_polymer.hpp | ||
flow_ebos_solvent.cpp | ||
flow_ebos_solvent.hpp | ||
flow_onephase_energy.cpp | ||
flow_onephase.cpp | ||
flow.cpp |