Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
566 changes: 566 additions & 0 deletions examples/RS0001/ASHRAE90-1-2022-AppJ-Curve-Set-A.RS0001.a205.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

566 changes: 566 additions & 0 deletions examples/RS0001/ASHRAE90-1-2022-AppJ-Curve-Set-B.RS0001.a205.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

566 changes: 566 additions & 0 deletions examples/RS0001/ASHRAE90-1-2022-AppJ-Curve-Set-K.RS0001.a205.json

Large diffs are not rendered by default.

566 changes: 566 additions & 0 deletions examples/RS0001/ASHRAE90-1-2022-AppJ-Curve-Set-L.RS0001.a205.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
},
"performance": {
"condenser_type": "LIQUID",
"evaporator_liquid_type": {
"liquid_components": [
{
Expand Down
97 changes: 49 additions & 48 deletions examples/RS0001/Chiller-Unsupported.RS0001.a205.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"metadata": {
"data_model": "ASHRAE_205",
"schema": "RS0001",
"schema_version": "2.2.2",
"schema_version": "999.2.2",
"description": "Water-Cooled Chiller with Constant Efficiency",
"id": "123e4567-e89b-12d3-a456-426614174000",
"data_timestamp": "2020-05-07T00:00Z",
Expand All @@ -23,6 +23,7 @@
}
},
"performance": {
"condenser_type": "LIQUID",
"evaporator_liquid_type": {
"liquid_components": [
{
Expand Down Expand Up @@ -283,46 +284,46 @@
0
],
"operation_state": [
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL"
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL",
"NORMAL"
]
}
},
Expand All @@ -340,12 +341,12 @@
]
}
},
"performance_map_evaporator_liquid_pressure_differential":{
"performance_map_evaporator_liquid_pressure_differential": {
"grid_variables": {
"evaporator_liquid_volumetric_flow_rate": [
0.0755
],
"evaporator_liquid_leaving_temperature":[
"evaporator_liquid_leaving_temperature": [
279.82,
281.82
]
Expand All @@ -355,14 +356,14 @@
74400,
74400
]
}
}
},
"performance_map_condenser_liquid_pressure_differential":{
"performance_map_condenser_liquid_pressure_differential": {
"grid_variables": {
"condenser_liquid_volumetric_flow_rate": [
0.0957
],
"condenser_liquid_entering_temperature":[
"condenser_liquid_entering_temperature": [
294.15,
302.59
]
Expand All @@ -372,7 +373,7 @@
23600,
23600
]
}
}
}
}
}
}
2 changes: 1 addition & 1 deletion include/libtk205/ashrae205.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace tk205 {
UNKNOWN
};
const static std::unordered_map<SchemaType, enum_info> SchemaType_info {
{SchemaType::RS0001, {"RS0001", "RS0001", "Liquid-Cooled Chiller"}},
{SchemaType::RS0001, {"RS0001", "RS0001", "Chiller"}},
{SchemaType::RS0002, {"RS0002", "RS0002", "Unitary Cooling Air-Conditioning Equipment"}},
{SchemaType::RS0003, {"RS0003", "RS0003", "Fan Assembly"}},
{SchemaType::RS0004, {"RS0004", "RS0004", "Air-to-Air Direct Expansion Refrigerant System"}},
Expand Down
Loading