This commit is contained in:
xyy
2026-06-03 19:52:57 +08:00
parent 9cf9eb8558
commit 1c073df913
3 changed files with 5 additions and 4 deletions

View File

@@ -93,6 +93,6 @@ public class CalibrationCoefficients
public ushort ResistanceCoefficient { get; set; }
//public double ThermalConductivityCorrection { get; set; } = 69;//乙二醇
public double ThermalConductivityCorrection { get; set; } = 100;//乙二醇
public double ThermalDiffusivityCorrection { get; set; } = 19.9;
public double ThermalConductivityCorrection { get; set; } = 28;//乙二醇
public double ThermalDiffusivityCorrection { get; set; } = 0.59;
}