My Project
|
Public Member Functions | |
PyBlackOilSimulator (const std::string &deckFilename) | |
PyBlackOilSimulator (std::shared_ptr< Opm::Deck > deck, std::shared_ptr< Opm::EclipseState > state, std::shared_ptr< Opm::Schedule > schedule, std::shared_ptr< Opm::SummaryConfig > summary_config) | |
bool | checkSimulationFinished () |
py::array_t< double > | getPorosity () |
int | run () |
void | setPorosity (py::array_t< double, py::array::c_style|py::array::forcecast > array) |
int | step () |
void | advance (int report_step) |
int | currentStep () |
int | stepInit () |
int | stepCleanup () |
const Opm::FlowMainEbos< TypeTag > & | getFlowMainEbos () const |