This commit is contained in:
xyy
2026-06-03 19:53:11 +08:00
parent 1c073df913
commit 70da9f7c6c

View File

@@ -91,8 +91,6 @@ public class CalibrationCoefficients
public ushort PressureProtection { get; set; } public ushort PressureProtection { get; set; }
public ushort TemperatureCoefficient { get; set; } public ushort TemperatureCoefficient { get; set; }
public ushort ResistanceCoefficient { get; set; } public ushort ResistanceCoefficient { get; set; }
public double ThermalConductivityCorrection { get; set; } = 28;//蒸馏水
//public double ThermalConductivityCorrection { get; set; } = 69;//乙二醇
public double ThermalConductivityCorrection { get; set; } = 28;//乙二醇
public double ThermalDiffusivityCorrection { get; set; } = 0.59; public double ThermalDiffusivityCorrection { get; set; } = 0.59;
} }