mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1141 - pre-proto - Adding intermediate values from transmissibility calculation to the top of the COMPDAT export file.
This commit is contained in:
@@ -30,7 +30,12 @@
|
||||
|
||||
class RimFracture;
|
||||
class QFile;
|
||||
|
||||
class QTextStream;
|
||||
class RimWellPath;
|
||||
class RimEclipseWell;
|
||||
class RimFracture;
|
||||
class RigMainGrid;
|
||||
class RigFractureData;
|
||||
|
||||
|
||||
|
||||
@@ -47,5 +52,11 @@ public:
|
||||
|
||||
static bool writeFracturesToTextFile(const QString& fileName, const std::vector<RimFracture*>& fractures);
|
||||
|
||||
static void printCOMPDATvalues(QTextStream & out, RigFractureData &fracData, RimFracture* fracture, RimWellPath* wellPath, RimEclipseWell* simWell, const RigMainGrid* mainGrid);
|
||||
|
||||
static void printBackgroundDataHeaderLine(QTextStream & out);
|
||||
|
||||
static void printBackgroundData(QTextStream & out, RimWellPath* wellPath, RimEclipseWell* simWell, RimFracture* fracture, const RigMainGrid* mainGrid, RigFractureData &fracData);
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user