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