#include <string>
#include <opm/core/simulator/WellState.hpp>
#include <opm/core/simulator/SimulatorState.hpp>
#include <opm/core/props/BlackoilPhases.hpp>
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
Go to the source code of this file.
|
void | Opm::restoreOPM_XWELKeyword (const std::string &restart_filename, int report_step, WellState &wellState) |
| restoreOPM_XWELKeyword Reading from the restart file, information stored under the OPM_XWEL keyword is in this method filled into an instance of a wellstate object. More...
|
|
void | Opm::restoreSOLUTIONData (const std::string &restart_filename, int report_step, const EclipseState &eclipseState, const UnstructuredGrid &grid, const PhaseUsage &phaseUsage, SimulatorState &simulator_state) |
|