TestMethods.DiverterTest bug fix, correction time applied 'DivRepetitions' times now, ver. 2.18.1284

This commit is contained in:
Milan Hanajik 2019-08-08 14:45:07 +02:00
parent b2b0be4097
commit 838ec17b29
2 changed files with 3 additions and 3 deletions

View File

@ -693,7 +693,7 @@ namespace TBF.BenchControl.TestMethods.DiverterTest
tstRslt.VolumeCTV = 1000 * tstRslt.Buoyancy * (tstRslt.MassEnd - tstRslt.MassStart + massOfEvaporatedWater) / tstRslt.DensityLine; /// [l] commercially true volume
if ((outPath.Diverter != null) && (tstRslt.TestTime > float.Epsilon))
{
tstRslt.TestTimeCorrection = outPath.Diverter.TestTimeCorrection(tstRslt.FlowVolume);
tstRslt.TestTimeCorrection = testParams.DivRepetitions * outPath.Diverter.TestTimeCorrection(tstRslt.FlowVolume);
tstRslt.VolumeCTV *= tstRslt.TestTime + tstRslt.TestTimeCorrection;
tstRslt.VolumeCTV /= tstRslt.TestTime;
}

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.18.1283.0")]
[assembly: AssemblyFileVersion("2.18.1283.0")]
[assembly: AssemblyVersion("2.18.1284.0")]
[assembly: AssemblyFileVersion("2.18.1284.0")]