From d8d346a9c8f298d6f123cf79b4a175542cd8ac9d Mon Sep 17 00:00:00 2001 From: Connor Cantrell <33592545+connorjcantrell@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:49:52 -0700 Subject: [PATCH 1/2] Add Air and Water Cooled Condenser Heat Exchanger --- bricksrc/equipment.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/bricksrc/equipment.py b/bricksrc/equipment.py index 712ac1b6..8d1bb050 100644 --- a/bricksrc/equipment.py +++ b/bricksrc/equipment.py @@ -884,6 +884,26 @@ }, "Condenser_Heat_Exchanger": { "tags": [TAG.Condenser, TAG.Equipment, TAG.Heat, TAG.Exchanger], + "subclasses": { + "Water_Cooled_Condenser_Heat_Exchanger": { + "tags": [ + TAG.Water, + TAG.Condenser, + TAG.Equipment, + TAG.Heat, + TAG.Exchanger, + ], + }, + "Air_Cooled_Condenser_Heat_Exchanger": { + "tags": [ + TAG.Air, + TAG.Condenser, + TAG.Equipment, + TAG.Heat, + TAG.Exchanger, + ], + }, + }, }, "Heat_Wheel": {"tags": [TAG.Equipment, TAG.Heat, TAG.Wheel]}, "Coil": { From 591f018a68ce01ecac6b1f0af8317c93d961b2ab Mon Sep 17 00:00:00 2001 From: Connor Cantrell <33592545+connorjcantrell@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:50:23 -0700 Subject: [PATCH 2/2] Add definitions for added heat exchanger classes --- bricksrc/definitions.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bricksrc/definitions.csv b/bricksrc/definitions.csv index 5e7c9dd4..e3717c2b 100644 --- a/bricksrc/definitions.csv +++ b/bricksrc/definitions.csv @@ -11,6 +11,7 @@ https://brickschema.org/schema/Brick#Adjust_Sensor,Measures user-provided adjust https://brickschema.org/schema/Brick#Air,"the invisible gaseous substance surrounding the earth, a mixture mainly of oxygen and nitrogen.", https://brickschema.org/schema/Brick#Air_Alarm,, https://brickschema.org/schema/Brick#Air_Cooled_Chiller,"A chiller that uses air to cool the refrigerant, used in various commercial and industrial cooling applications", +https://brickschema.org/schema/Brick#Air_Cooled_Condenser_Heat_Exchanger,A type of heat exchanger used in refrigeration and air conditioning systems where the primary refrigerant vapor condenses into liquid by transferring heat to ambient air. It typically consists of finned tubes exposed to forced airflow., https://brickschema.org/schema/Brick#Air_Differential_Pressure_Sensor,Measures the difference in pressure between two regions of air, https://brickschema.org/schema/Brick#Air_Differential_Pressure_Setpoint,Sets the target air differential pressure between an upstream and downstream point in a air duct or conduit, https://brickschema.org/schema/Brick#Air_Diffuser,A device that is a component of the air distribution system that controls the delivery of conditioned and/or ventilating air into a room, @@ -1178,6 +1179,7 @@ https://brickschema.org/schema/Brick#Waste_Storage,A room used for storing waste https://brickschema.org/schema/Brick#Water,"transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C).", https://brickschema.org/schema/Brick#Water_Alarm,"Alarm that indicates an undesirable event with a pipe, container, or equipment carrying water e.g. water leak", https://brickschema.org/schema/Brick#Water_Cooled_Chiller,"A chiller system using water in the heat exchange process, employed in industrial or commercial facilities for cooling", +https://brickschema.org/schema/Brick#Water_Cooled_Condenser_Heat_Exchanger,A type of heat exchanger used in refrigeration and air conditioning systems where the primary refrigerant vapor condenses into liquid by transferring heat to circulating water. This process typically occurs in a shell-and-tube or plate heat exchanger., https://brickschema.org/schema/Brick#Water_Differential_Pressure_Sensor,Measures the difference in water pressure between two points in a system. https://brickschema.org/schema/Brick#Water_Differential_Pressure_Setpoint,Sets the target water differential pressure between an upstream and downstream point in a water pipe or conduit, https://brickschema.org/schema/Brick#Water_Differential_Temperature_Sensor,Measures the difference in water temperature between an upstream and downstream point in a pipe or conduit,