From 88bf586da4a8d00bd5b3cb096ac2a15329d2d657 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Mon, 26 Feb 2018 15:41:45 +0100 Subject: [PATCH] (3) Water density from air temperature uncorrected --- TBF/BenchControl/Sequences/SequenceBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TBF/BenchControl/Sequences/SequenceBase.cs b/TBF/BenchControl/Sequences/SequenceBase.cs index 064563286..cee00c08b 100644 --- a/TBF/BenchControl/Sequences/SequenceBase.cs +++ b/TBF/BenchControl/Sequences/SequenceBase.cs @@ -860,7 +860,7 @@ namespace TBF.BenchControl.Sequences sb.Append(";"); sb.Append("0"); /// N sb.Append(";"); sb.Append("16"); /// O sb.Append(";"); sb.Append((outPath != null && outPath.FlowMeter != null) ? outPath.FlowMeter.Idx1 : 0); /// P - sb.Append(";"); sb.AppendFormat("{0:F4}", tstRslt.DensityLine); /// Q TODO: Hustota vody pri teplote okolia z priemernej teploty okolia bez korekcie na re=alnu hustotu vody + sb.Append(";"); sb.AppendFormat("{0:F4}", Formulas.DistilledWaterDensityFromTemp(tstRslt.AmbTempMean)); /// Q [kg/m3] hustota vody pri teplote okolia z priemernej teploty okolia bez korekcie na realnu hustotu vody sb.Append(";"); sb.Append((tstRslt.Components != null) ? tstRslt.Components.Scale : string.Empty); /// R /// Ambient