#937 Gamma relative (timelapse) result is now ST_dt/POR_dt

This commit is contained in:
Jacob Støren
2016-10-27 11:13:05 +02:00
parent e63a2ec02f
commit 7dc1c12f7f
4 changed files with 141 additions and 82 deletions

View File

@@ -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);