This commit is contained in:
xyy
2026-06-08 13:47:06 +08:00
parent d5f7d309a0
commit 08042e243f
2 changed files with 16 additions and 10 deletions

View File

@@ -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; } = 40.5f;//蒸馏水 比热率修正
public double ThermalDiffusivityCorrection { get; set; } = 0.53;//导热率修正
public double ThermalConductivityCorrection { get; set; } = 47.305349f;//蒸馏水 比热率修正
public double ThermalDiffusivityCorrection { get; set; } = 0.312912;//导热率修正
}