20 #ifndef OPM_PY_GAS_WATER_SIMULATOR_HEADER_INCLUDED 21 #define OPM_PY_GAS_WATER_SIMULATOR_HEADER_INCLUDED 23 #include <opm/simulators/flow/python/PyBaseSimulator.hpp> 24 #include <opm/simulators/flow/TTagFlowProblemGasWater.hpp> 37 const std::vector<std::string>& args)
42 std::shared_ptr<EclipseState> state,
43 std::shared_ptr<Schedule> schedule,
44 std::shared_ptr<SummaryConfig> summary_config,
45 const std::vector<std::string>& args)
46 :
BaseType(deck, state, schedule, summary_config, args)
52 #endif // OPM_PY_GASWATER_SIMULATOR_HEADER_INCLUDED Specialized type tag for gas-water simulations.
Definition: TTagFlowProblemGasWater.hpp:32
Definition: PyBaseSimulator.hpp:44
Definition: PyBaseSimulator.hpp:41
Definition: PyGasWaterSimulator.hpp:29