mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1230 Added infrastructure for loadAndUpdate of StimPlan data
This commit is contained in:
@@ -75,3 +75,17 @@ size_t RigStimPlanFractureDefinition::getTimeStepIndex(double timeStepValue)
|
||||
}
|
||||
return -1; //returns -1 if not found
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<QString> RigStimPlanFractureDefinition::resultNames() const
|
||||
{
|
||||
std::vector<QString> names;
|
||||
|
||||
names.push_back("Conductivity");
|
||||
names.push_back("Permeability");
|
||||
names.push_back("Width");
|
||||
|
||||
return names;
|
||||
}
|
||||
|
||||
@@ -48,6 +48,7 @@ public:
|
||||
size_t getTimeStepIndex(double timeStepValue);
|
||||
|
||||
|
||||
std::vector<QString> resultNames() const;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user