#1364 - pre-proto - Calculate H-A upscaled cond value for flow across layers

This commit is contained in:
astridkbjorke
2017-03-28 13:49:03 +02:00
parent 520ab45649
commit 926ced4dc5
5 changed files with 266 additions and 4 deletions

View File

@@ -65,6 +65,10 @@ public:
std::vector<cvf::Vec3f> fracturePolygon(caf::AppEnum< RimDefines::UnitSystem > fractureUnit);
void sortPolygon(std::vector<cvf::Vec3f> &polygon);
size_t stimPlanGridNumberOfRows();
size_t stimPlanGridNumberOfColums();
std::vector<double> getNegAndPosXcoords();
std::vector<double> adjustedDepthCoordsAroundWellPathPosition();
std::vector<double> getStimPlanTimeValues();
@@ -73,6 +77,9 @@ public:
void getStimPlanDataAsPolygonsAndValues(std::vector<std::vector<cvf::Vec3d> > &cellsAsPolygons, std::vector<double> &parameterValue, const QString& resultName, const QString& unitName, size_t timeStepIndex);
std::vector<RimStimPlanCell*> getStimPlanCells(const QString& resultName, const QString& unitName, size_t timeStepIndex);
std::vector<cvf::Vec3d> getStimPlanRowPolygon(size_t i);
std::vector<cvf::Vec3d> getStimPlanColPolygon(size_t j);
void loadDataAndUpdate();
void setDefaultsBasedOnXMLfile();