This commit is contained in:
xyy
2026-06-04 10:26:57 +08:00
parent 9a3cfff6d8
commit fed8c9b6dd
2 changed files with 18 additions and 18 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; } = 28;//蒸馏水
public double ThermalDiffusivityCorrection { get; set; } = 0.59;
public double ThermalConductivityCorrection { get; set; } = 39;//蒸馏水 比热率修正
public double ThermalDiffusivityCorrection { get; set; } = 0.5;//导热率修正
}