mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#937 Gamma relative (timelapse) result is now ST_dt/POR_dt
This commit is contained in:
@@ -72,6 +72,11 @@ private:
|
||||
|
||||
RigFemScalarResultFrames* calculateDerivedResult(int partIndex, const RigFemResultAddress& resVarAddr);
|
||||
|
||||
void calculateGammaFromFrames(int partIndex,
|
||||
const RigFemScalarResultFrames * totalStressComponentDataFrames,
|
||||
const RigFemScalarResultFrames * srcPORDataFrames,
|
||||
RigFemScalarResultFrames * dstDataFrames);
|
||||
|
||||
RigFemScalarResultFrames* calculateBarConvertedResult(int partIndex, const RigFemResultAddress &convertedResultAddr, const std::string fieldNameToConvert);
|
||||
RigFemScalarResultFrames* calculateEnIpPorBarResult(int partIndex, const RigFemResultAddress &convertedResultAddr);
|
||||
RigFemScalarResultFrames* calculateTimeLapseResult(int partIndex, const RigFemResultAddress& resVarAddr);
|
||||
|
||||
Reference in New Issue
Block a user