-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modeling VRFs and Heat Pumps #590
Merged
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
80edee0
Merge pull request #4 from BrickSchema/master
jbkoh 36e645b
Merge pull request #5 from mapped/sync-with-upstream-230928
connorjcantrell dfe0985
Merge remote-tracking branch 'upstream/master'
connorjcantrell 4d42a16
Merge pull request #6 from mapped/sync-with-upstream-231114
connorjcantrell b9cccb8
Merge branch 'master' of https://github.com/BrickSchema/Brick into up…
connorjcantrell f66670a
Merge pull request #7 from mapped/update-master
connorjcantrell a74f788
Add VRF, Heat Pump, and Chiller equipment
connorjcantrell 256aec5
Add VRF System
connorjcantrell b6decd3
Add definitions
connorjcantrell 8fc21e8
Add Condensing Unit definitions
connorjcantrell 6f4cb1b
Add commas
connorjcantrell 7eb9bd6
Add Expansion Valves
connorjcantrell 4c5e4d5
Update Electronic Expansion Valve name
connorjcantrell 2c8a2a2
Move expansion valves to new metering device class
connorjcantrell 1e1fe92
Add refrigeration system
connorjcantrell 3afe698
Add metering device definitions
connorjcantrell 5a10c2c
Add connectedTo relationship
connorjcantrell 8e73f53
Rename metering device to throttling device
connorjcantrell cbcc5d4
Add ground, air, water source condensing and packaged units
connorjcantrell 192c141
Add alias to Duct FCU
connorjcantrell 135c7c2
Add horizontal tag to Duct FCU
connorjcantrell c3d3f22
Rename throttling device to refrigerant metering device
connorjcantrell 56f6ad1
Add capillary tube metering device
connorjcantrell fcfa489
Add VRF, Heat Pump, and Chiller equipment
connorjcantrell 636e03e
Add Expansion Valves
connorjcantrell f313094
Update Electronic Expansion Valve name
connorjcantrell d15d70e
Move expansion valves to new metering device class
connorjcantrell 720b806
Rename metering device to throttling device
connorjcantrell bbe898a
Merge branch 'master' into add-vrf
connorjcantrell c2950c4
Remove comma
connorjcantrell f1a83a6
Fix format
connorjcantrell bc0c789
Wrap definition
connorjcantrell 6a03d2a
Update obsolete terms
connorjcantrell 8510dd9
Remove Packaged GSHP
connorjcantrell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though I do prefer to use Metering Device, I have renamed "Metering Device" to "Throttling Device" to avoid confusion with Brick's Meter class. Throttling device can refer to any component that restricts or regulates the flow of a fluid. It's not specific to refrigeration systems and can apply to various types of mechanical and fluid systems. Open to feedback on this, as I would prefer to use Metering Device if we didn't have a naming conflict.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar with the area, but this substitution seems fine for me. We could also go "Metering Device" and then add shackle rules to either Meter class or this class that detect when it's being used incorrectly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not either, but in general I always recommend/want terms to be rooted in a standard (ASHRAE, ISO, etc.). Does
Throttling Device
come from somewhere?I see
Throttling Valve
in ASHRAE terminology (although it's not a standard nor are their standards required to use these).Throttling Valve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gtfierro Ok, great to hear. In that case, I would prefer to call it "Metering Device". @MatthewSteen I was careful not to use the name "valve", due to the various metering devices used in practice, though I do agree that Throttling Device is a bit broad. If you're curious to learn more about metering devices, this is an informative article:
https://www.skillcatapp.com/post/a-complete-guide-to-metering-devices-fixed-modulating.
With the addition of metering device, Brick now has the ability to represent a complete refrigeration cycle using the following classes:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I strongly suggest basing the terminology on existing definitions/terms that are as close to canonical as possible so we're not "inventing" our own or basing them on a website. There are a lot of interchangeable terms used in industry but I think Brick should be using "authoritative" sources when it comes to its class names whenever possible.
I may have missed it, but what's the problem with using
Throttling_Valve
per ASHRAE terms instead ofMetering_Device
? If we useThrottling_Valve
, then it fits nicely under the parentValve
class likeReversing_Valve
.If
Throttling Device
is too broad, why isn'tMetering Device
, which seems a bit general for this application (VRF)? I think "metering" implies measuring something like an electric or gas meter, which aligns with Brick'sMeter
class and ASHRAE terms.metering
ASHRAE terms does have this entry, which seems to conflict a bit with its definition of metering.
refrigerant metering device
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed that reusing ASHRAE terms is ideal. Between the two, I would prefer "Refrigerant Metering Device".
Throttling_Valve is also a good alternative. However, Throttling Valve would only be able to represent modulating metering devices and would not be able to represent fixed metering devices.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should be basing Brick's class names on an authoritative/canonical source (such as AHRI, ANSI, ASHRAE, ISO, IEE, etc.), not https://www.skillcatapp.com/.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
100% agreed, I shared the article with you to explain the differences between fixed and modulating metering devices and how throttling valve does not encompass all metering devices.
I have renamed the class to refrigerant metering device per ASHRAE's definition:
https://terminology.ashrae.org/?entry=refrigerant%20metering%20device