|
My Project
|
Public Member Functions | |
| PyBlackOilSimulator (const std::string &deckFilename, const std::vector< std::string > &args) | |
| 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) | |
| void | advance (int report_step) |
| bool | checkSimulationFinished () |
| int | currentStep () |
| py::array_t< double > | getFluidStateVariable (const std::string &name) const |
| py::array_t< double > | getCellVolumes () |
| double | getDT () |
| py::array_t< double > | getPorosity () |
| py::array_t< double > | getPrimaryVariable (const std::string &variable) const |
| py::array_t< int > | getPrimaryVarMeaning (const std::string &variable) const |
| std::map< std::string, int > | getPrimaryVarMeaningMap (const std::string &variable) const |
| int | run () |
| void | setPorosity (py::array_t< double, py::array::c_style|py::array::forcecast > array) |
| void | setPrimaryVariable (const std::string &idx_name, py::array_t< double, py::array::c_style|py::array::forcecast > array) |
| void | setupMpi (bool init_mpi, bool finalize_mpi) |
| int | step () |
| int | stepCleanup () |
| int | stepInit () |