This commit is contained in:
xyy
2026-06-08 18:54:07 +08:00
parent 2ea0f95fec
commit 785583a6c8

View File

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