20 #ifndef OPM_PY_ONE_PHASE_SIMULATOR_HEADER_INCLUDED 21 #define OPM_PY_ONE_PHASE_SIMULATOR_HEADER_INCLUDED 23 #include <opm/simulators/flow/python/PyBaseSimulator.hpp> 24 #include <opm/simulators/flow/TTagFlowProblemOnePhase.hpp> 38 const std::vector<std::string>& args)
43 std::shared_ptr<Opm::EclipseState> state,
44 std::shared_ptr<Opm::Schedule> schedule,
45 std::shared_ptr<Opm::SummaryConfig> summary_config,
46 const std::vector<std::string>& args)
47 :
BaseType(deck, state, schedule, summary_config, args)
53 #endif // OPM_PY_ONEPHASE_SIMULATOR_HEADER_INCLUDED Definition: PyOnePhaseSimulator.hpp:30
Specialized type tag for one phase (water) simulations.
Definition: TTagFlowProblemOnePhase.hpp:32
Definition: PyBaseSimulator.hpp:44
Definition: PyBaseSimulator.hpp:41