30class PyOnePhaseSimulator :
public PyBaseSimulator<Opm::Properties::TTag::FlowOnePhaseProblem>
33 using BaseType = PyBaseSimulator<Opm::Properties::TTag::FlowOnePhaseProblem>;
37 PyOnePhaseSimulator(
const std::string& deck_filename,
38 const std::vector<std::string>& args)
39 : BaseType(deck_filename, args)
42 PyOnePhaseSimulator(std::shared_ptr<Opm::Deck> deck,
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)