Bug-fixes in FlyingStart and FlyingStartMassCollection heat meters, T ref warm and T ref cold statistics, ver. 2.10.362
This commit is contained in:
+11
@@ -738,6 +738,17 @@ namespace TBF.BenchControl.TestMethods.FixedStartMassCollection
|
||||
///
|
||||
tstRslt.RefEnergy = Energy.Sum * tstRslt.VolumeCTV / VolumeForEnergy.Sum; /// [J] = [J] * [l] / [l]
|
||||
|
||||
tstRslt.Custom1 = (float)TempRefWarmStat.Average;
|
||||
tstRslt.Custom2 = (float)TempRefWarmStat.First;
|
||||
tstRslt.Custom3 = (float)TempRefWarmStat.Last;
|
||||
tstRslt.Custom4 = (float)TempRefWarmStat.Min;
|
||||
tstRslt.Custom5 = (float)TempRefWarmStat.Max;
|
||||
tstRslt.Custom6 = (float)TempRefColdStat.Average;
|
||||
tstRslt.Custom7 = (float)TempRefColdStat.First;
|
||||
tstRslt.Custom8 = (float)TempRefColdStat.Last;
|
||||
tstRslt.Custom9 = (float)TempRefColdStat.Min;
|
||||
tstRslt.Custom10 = (float)TempRefColdStat.Max;
|
||||
|
||||
for (int i = 0; i < BatchRslts.WMPositionsCount; i++)
|
||||
{
|
||||
if (test.Part != 0 && test.Part != Utils.PartNr(i + 1, BatchRslts.Batch.Compound)) continue;
|
||||
|
||||
Reference in New Issue
Block a user