chore: remove deprecated flow_boundary and update docs to match new architecture
This commit is contained in:
35
crates/vendors/data/danfoss/compressors/SH090-4.json
vendored
Normal file
35
crates/vendors/data/danfoss/compressors/SH090-4.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"model": "SH090-4",
|
||||
"manufacturer": "Danfoss",
|
||||
"refrigerant": "R410A",
|
||||
"capacity_coeffs": [
|
||||
25000.0,
|
||||
500.0,
|
||||
-150.0,
|
||||
3.5,
|
||||
2.5,
|
||||
-5.0,
|
||||
0.05,
|
||||
0.03,
|
||||
-0.02,
|
||||
0.01
|
||||
],
|
||||
"power_coeffs": [
|
||||
6000.0,
|
||||
150.0,
|
||||
60.0,
|
||||
1.5,
|
||||
1.0,
|
||||
1.5,
|
||||
0.02,
|
||||
0.015,
|
||||
0.01,
|
||||
0.005
|
||||
],
|
||||
"validity": {
|
||||
"t_suction_min": -15.0,
|
||||
"t_suction_max": 15.0,
|
||||
"t_discharge_min": 30.0,
|
||||
"t_discharge_max": 65.0
|
||||
}
|
||||
}
|
||||
35
crates/vendors/data/danfoss/compressors/SH140-4.json
vendored
Normal file
35
crates/vendors/data/danfoss/compressors/SH140-4.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"model": "SH140-4",
|
||||
"manufacturer": "Danfoss",
|
||||
"refrigerant": "R410A",
|
||||
"capacity_coeffs": [
|
||||
38000.0,
|
||||
750.0,
|
||||
-200.0,
|
||||
5.0,
|
||||
3.8,
|
||||
-7.0,
|
||||
0.08,
|
||||
0.045,
|
||||
-0.03,
|
||||
0.015
|
||||
],
|
||||
"power_coeffs": [
|
||||
9500.0,
|
||||
220.0,
|
||||
90.0,
|
||||
2.2,
|
||||
1.5,
|
||||
2.3,
|
||||
0.03,
|
||||
0.02,
|
||||
0.015,
|
||||
0.008
|
||||
],
|
||||
"validity": {
|
||||
"t_suction_min": -15.0,
|
||||
"t_suction_max": 15.0,
|
||||
"t_discharge_min": 30.0,
|
||||
"t_discharge_max": 65.0
|
||||
}
|
||||
}
|
||||
4
crates/vendors/data/danfoss/compressors/index.json
vendored
Normal file
4
crates/vendors/data/danfoss/compressors/index.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"SH090-4",
|
||||
"SH140-4"
|
||||
]
|
||||
Reference in New Issue
Block a user