BrickSchema / Brick

Uniform metadata schema for buildings
http://brickschema.org/
BSD 3-Clause "New" or "Revised" License
285 stars 77 forks source link

QUDT Unit Extensions for HVAC quantities #187

Open gtfierro opened 3 years ago

gtfierro commented 3 years ago

In the process of using QUDT for units in Brick, a few gaps have emerged for HVAC specific units:

Another issue is how to handle temperature differentials. A 5 degF temp difference is 2.8 degC, not -15 degC. How do we express this in QUDT?

praftery commented 3 years ago

Re: MBTU/hr, kBTU/hr, MBH, MMBTU/hr: these are commonly used for heating systems in the US - boilers etc. I'm guessing (?) that the 'M' prefix here comes from the Roman meaning (1000) instead of the SI 'M' prefix for mega (1000000).

Note that for each of the above the '/hr' is often omitted (e.g. a '1.5 MMBTU' nominal capacity for a boiler boiler).  

gtfierro commented 3 years ago

I talked to Steve from QUDT and he pointed me to this page which describes how to handle the differential values. What it boils down to for us is we need to associate the qudt:isDeltaQuantity property with the Brick quantities that are deltas; this annotation wil ltell us which formula we would need for the unit conversion