From 59713c6af97feabd5a76eae9dd2e55607ba01e9d Mon Sep 17 00:00:00 2001 From: xyy <544939200@qq.com> Date: Wed, 3 Jun 2026 17:01:00 +0800 Subject: [PATCH] --- Models/AppConfig.cs | 2 +- appsettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/AppConfig.cs b/Models/AppConfig.cs index b8b09cc..ca595db 100644 --- a/Models/AppConfig.cs +++ b/Models/AppConfig.cs @@ -92,6 +92,6 @@ public class CalibrationCoefficients public ushort TemperatureCoefficient { get; set; } public ushort ResistanceCoefficient { get; set; } - public double ThermalConductivityCorrection { get; set; } = 36.8; + public double ThermalConductivityCorrection { get; set; } = 69; public double ThermalDiffusivityCorrection { get; set; } = 19.9; } \ No newline at end of file diff --git a/appsettings.json b/appsettings.json index f42c44a..0c355f5 100644 --- a/appsettings.json +++ b/appsettings.json @@ -26,7 +26,7 @@ "MeasurementCount": 10, "IntervalSeconds": 30, "PlatinumWireLength": 0.110, //铂丝长度(单位:米) - "PlatinumWireDiameter": 0.00006, + "PlatinumWireDiameter": 0.000035, //"PlatinumWireLength": 0.41, //铂丝长度(单位:米) //"PlatinumWireDiameter": 0.00021, "ReportOutputPath": "Reports\\",