From 8419aaaccd161859cb4383ecc93990481116ee46 Mon Sep 17 00:00:00 2001 From: xyy <544939200@qq.com> Date: Fri, 5 Jun 2026 19:20:01 +0800 Subject: [PATCH] --- Models/AppConfig.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/AppConfig.cs b/Models/AppConfig.cs index 4f362ea..e7e6545 100644 --- a/Models/AppConfig.cs +++ b/Models/AppConfig.cs @@ -91,6 +91,6 @@ public class CalibrationCoefficients public ushort PressureProtection { get; set; } public ushort TemperatureCoefficient { get; set; } public ushort ResistanceCoefficient { get; set; } - public double ThermalConductivityCorrection { get; set; } = 39;//蒸馏水 比热率修正 - public double ThermalDiffusivityCorrection { get; set; } = 0.5;//导热率修正 + public double ThermalConductivityCorrection { get; set; } = 37;//蒸馏水 比热率修正 + public double ThermalDiffusivityCorrection { get; set; } = 0.45;//导热率修正 } \ No newline at end of file