mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7871 StimPlan Model: resample well log data when not from static case
This commit is contained in:
@@ -45,6 +45,12 @@ public:
|
||||
|
||||
static double pressureDifferenceInterpolationOffset();
|
||||
|
||||
static std::tuple<std::vector<double>, std::vector<double>, std::vector<double>>
|
||||
interpolateMissingValues( const std::vector<double>& staticTvDepthValues,
|
||||
const std::vector<double>& staticMeasuredDepthValues,
|
||||
const std::vector<double>& measuredDepthValues,
|
||||
const std::vector<double>& values );
|
||||
|
||||
protected:
|
||||
bool extractValuesForProperty( RiaDefines::CurveProperty curveProperty,
|
||||
const RimStimPlanModel* stimPlanModel,
|
||||
@@ -78,12 +84,6 @@ protected:
|
||||
const std::vector<double>& faciesValues,
|
||||
std::vector<double>& values ) const;
|
||||
|
||||
static std::tuple<std::vector<double>, std::vector<double>, std::vector<double>>
|
||||
interpolateMissingValues( const std::vector<double>& staticTvDepthValues,
|
||||
const std::vector<double>& staticMeasuredDepthValues,
|
||||
const std::vector<double>& measuredDepthValues,
|
||||
const std::vector<double>& values );
|
||||
|
||||
typedef std::pair<double, double> DepthValuePair;
|
||||
typedef std::vector<DepthValuePair> DepthValuePairVector;
|
||||
typedef std::map<int, DepthValuePairVector> EqlNumToDepthValuePairMap;
|
||||
|
||||
Reference in New Issue
Block a user