#7400 Interpolate initial pressure per EQLNUM region

This commit is contained in:
Kristian Bendiksen
2021-02-22 19:47:55 +01:00
committed by Magne Sjaastad
parent f0c70a0fd2
commit 762e36ae9d
3 changed files with 256 additions and 32 deletions

View File

@@ -57,4 +57,10 @@ protected:
std::vector<double>& values,
std::vector<double>& measuredDepthValues,
std::vector<double>& tvDepthValues ) const;
bool interpolateInitialPressureByEquilibrationRegion( const RimStimPlanModel* stimPlanModel,
int timeStep,
const std::vector<double>& measuredDepthValues,
const std::vector<double>& tvDepthValues,
std::vector<double>& values ) const;
};