mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7400 Interpolate initial pressure per EQLNUM region
This commit is contained in:
committed by
Magne Sjaastad
parent
f0c70a0fd2
commit
762e36ae9d
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user