#1415 - pre-proto - Adding function for identifying the StimPlanCell though which the well pass, and use this cell in calculation of radial transmissibility to well. Some error in pointers not yet sorted out...

This commit is contained in:
astridkbjorke
2017-04-20 12:16:13 +02:00
parent 26ae9911b7
commit 8351c6f9d0
6 changed files with 93 additions and 13 deletions

View File

@@ -63,4 +63,6 @@ public:
static void printBackgroundData(QTextStream & out, RimWellPath* wellPath, RimEclipseWell* simWell, RimFracture* fracture, const RigMainGrid* mainGrid, RigFractureData &fracData);
private:
static void printTransmissibilityFractureToWell(const std::vector<RimFracture *>& fractures, QTextStream &out, RimEclipseCase* caseToApply);
};