changed: build separate simulator binaries for flow

this is very convenient during development.
we can then remove the FLOW_BLACKOIL_ONLY option,
as it is no longer needed - use the flow_blackoil binary instead.
however we need to keep this support in Main.hpp due to the python
bindings relying on it.
This commit is contained in:
Arne Morten Kvarving
2021-11-01 08:33:17 +01:00
parent 1a80378b0a
commit 9395c74b3e
43 changed files with 531 additions and 75 deletions

View File

@@ -19,9 +19,12 @@
namespace Opm {
// void flowEbosOilWaterPolymerInjectivitySetDeck(Deck& deck, EclipseState& eclState);
//! \brief Main function used in flow binary.
int flowEbosOilWaterPolymerInjectivityMain(int argc, char** argv, bool outputCout, bool outputFiles);
//! \brief Main function used in flow_oilwater_polymer_injectivity binary.
int flowEbosOilWaterPolymerInjectivityMainStandalone(int argc, char** argv);
}
#endif // FLOW_EBOS_OILWATER_POLYMER_INJECTIVITY_HPP