This commit is contained in:
xyy
2026-06-03 17:01:00 +08:00
parent 218c0aa666
commit 59713c6af9
2 changed files with 2 additions and 2 deletions

View File

@@ -92,6 +92,6 @@ public class CalibrationCoefficients
public ushort TemperatureCoefficient { get; set; }
public ushort ResistanceCoefficient { get; set; }
public double ThermalConductivityCorrection { get; set; } = 36.8;
public double ThermalConductivityCorrection { get; set; } = 69;
public double ThermalDiffusivityCorrection { get; set; } = 19.9;
}

View File

@@ -26,7 +26,7 @@
"MeasurementCount": 10,
"IntervalSeconds": 30,
"PlatinumWireLength": 0.110, //铂丝长度(单位:米)
"PlatinumWireDiameter": 0.00006,
"PlatinumWireDiameter": 0.000035,
//"PlatinumWireLength": 0.41, //铂丝长度(单位:米)
//"PlatinumWireDiameter": 0.00021,
"ReportOutputPath": "Reports\\",