We've got a bunch of extensions to brick, I wanted to create some issues to see what interest there is in bringing them into Brick.
The first is a new point class for condenser water leaving the tower and heading back to the plant, comparing against the outside temp. I think this is generally going to be calculated by the BMS comparing two other points, but in theory it can be an actual calibrated sensor?
I know we're in the middle of a giant refactor of all of the point classes, so if I were to open a PR for this I'm not sure how you'd want me to do this - based off the giant refactor branch or something else, but first I wanted to see if we even wanted this in Brick.
wsch_brick:Condenser_Water_Approach_Temperature_Sensor a owl:Class;
rdfs:label "Condenser Water Approach Temperature Sensor"@en ;
rdfs:subClassOf brick:Condenser_Water_Temperature_Sensor,
brick:Differential_Temperature_Sensor ;
skos:definition "Measures the difference between the leaving condenser water temperature and the outside air wet-bulb temperature, commonly referred to as cooling tower approach temperature."@en ;
brick:hasQuantity brick:Differential_Temperature ;
brick:hasSubstance brick:Condenser_Water .
We've got a bunch of extensions to brick, I wanted to create some issues to see what interest there is in bringing them into Brick.
The first is a new point class for condenser water leaving the tower and heading back to the plant, comparing against the outside temp. I think this is generally going to be calculated by the BMS comparing two other points, but in theory it can be an actual calibrated sensor?
I know we're in the middle of a giant refactor of all of the point classes, so if I were to open a PR for this I'm not sure how you'd want me to do this - based off the giant refactor branch or something else, but first I wanted to see if we even wanted this in Brick.