This commit is contained in:
xyy
2026-06-15 17:23:29 +08:00
parent 75d9405770
commit 9c7698e9cc
5 changed files with 6 additions and 6 deletions

View File

@@ -89,6 +89,6 @@ public class CalibrationCoefficients
public ushort PressureProtection { get; set; }
public ushort TemperatureCoefficient { get; set; }
public ushort ResistanceCoefficient { get; set; }
public double ThermalConductivityCorrection { get; set; } = 47.305349f;//蒸馏水 比热率修正
public double ThermalDiffusivityCorrection { get; set; } = 0.3469589023611997;//导热率修正
public double ThermalConductivityCorrection { get; set; } = 17.305349f;//蒸馏水 比热率修正
public double ThermalDiffusivityCorrection { get; set; } = 0.158682538;//导热率修正
}