mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added reading of active cell data from EGRID file directly
p4#: 20640
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
virtual ~RifReaderEclipseOutput();
|
||||
|
||||
bool open(const QString& fileName, RigEclipseCase* eclipseCase);
|
||||
virtual bool openWithoutReadingData(const QString& fileName, RigEclipseCase* eclipseCase);
|
||||
void close();
|
||||
|
||||
bool staticResult(const QString& result, PorosityModelResultType matrixOrFracture, std::vector<double>* values);
|
||||
@@ -53,6 +54,7 @@ public:
|
||||
|
||||
private:
|
||||
void ground();
|
||||
bool readActiveCellInfo(RigEclipseCase* eclipseCase);
|
||||
bool buildMetaData(RigEclipseCase* eclipseCase);
|
||||
void readWellCells(RigEclipseCase* eclipseCase);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user