29class PyGasWaterSimulator :
public PyBaseSimulator<Properties::TTag::FlowGasWaterProblem>
32 using BaseType = PyBaseSimulator<Properties::TTag::FlowGasWaterProblem>;
36 PyGasWaterSimulator(
const std::string& deck_filename,
37 const std::vector<std::string>& args)
38 : BaseType(deck_filename, args)
41 PyGasWaterSimulator(std::shared_ptr<Deck> deck,
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)