EclipseReader.hpp
Go to the documentation of this file.
1 #ifndef ECLIPSEREADER_HPP
2 #define ECLIPSEREADER_HPP
3 
4 #include <string>
8 #include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
9 
10 namespace Opm
11 {
23  void restoreOPM_XWELKeyword(const std::string& restart_filename, int report_step, WellState& wellState);
24  void restoreSOLUTIONData(const std::string& restart_filename,
25  int report_step,
26  const EclipseState &eclipseState,
27  const UnstructuredGrid& grid,
28  const PhaseUsage& phaseUsage,
29  SimulatorState& simulator_state);
30 
31 
32 }
33 
34 #endif // ECLIPSEREADER_HPP
void 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 i...
Definition: grid.h:98
void restoreSOLUTIONData(const std::string &restart_filename, int report_step, const EclipseState &eclipseState, const UnstructuredGrid &grid, const PhaseUsage &phaseUsage, SimulatorState &simulator_state)
Definition: AnisotropicEikonal.hpp:43
const UnstructuredGrid & grid
Definition: ColumnExtract.hpp:31