#6364 Stimplan: add curve and export for reservoir temperature.

This commit is contained in:
Kristian Bendiksen
2020-08-25 14:11:16 +02:00
parent ddc23fa5ea
commit d0322a98ba
8 changed files with 106 additions and 6 deletions

View File

@@ -93,6 +93,8 @@ protected:
RimWellLogExtractionCurve* findCurveByProperty( RiaDefines::CurveProperty curveProperty ) const;
bool calculateStressWithGradients( std::vector<double>& stress, std::vector<double>& stressGradients ) const;
bool calculateTemperature( std::vector<double>& temperatures ) const;
static double findValueAtTopOfLayer( const std::vector<double>& values,
const std::vector<std::pair<size_t, size_t>>& layerBoundaryIndexes,
size_t layerNo );