-
Notifications
You must be signed in to change notification settings - Fork 193
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
Some HVAC components that exist in OpenStudio are missing from the HVAC library #599
Comments
Some comments regarding Fan:OnOff specifically since I ran into some issues with it and had to investigate. Fan:OnOff can not be added to an AirLoopHVAC but can only be uses in certain ZoneHVAC and Unitary systems. If you try to run E+ with a Fan:OnOff on an AirLoopHVAC (part of a Branch within E+) then you get the following error message... This component may only be referenced by a parent component such as AirLoopHVAC:Unitary:Furnace:HeatCool or similar. Thus any system that can use a Fan:OnOff object must define it as a variation within the HVAC library since there is no method to attach different fans from the GUI. Also there are a quite a few bugs surrounding Fan:OnOff (addToNode, constructor, components hard coded to Fan:ConstantVolume, and more) but that is a separate issue. |
In addition to some missing components in 1.1.1 I noticed that the category for "AirTerminal Single Duct VAV Reheat" shows up twice with "Air Terminal Single Duct Constant Volume Reheat" sandwiched in the middle. |
Also parallel fan powered box. |
The following are missing in 1.6.0:
|
This issue is too general, @kbenne let's make sure we have captured all the objects in this issue then open new issues for any future objects |
I think at least 5 specific objects are listed in the issue and comments. If all of those are in, then we can close, it but not a bad idea to proactively check that everything is in there by going through them. In one case an object showed up twice in the list. |
@MatthewSteen you may correct me if I'm wrong but I believe the only way to get CoilCoolingWaterToAirHP or CoilHeatingWaterToAirHP on air loop is to put it in a AirLoopHVACUnitarySystem. Even the coil system wrapper won't do it, if I recall correctly. I think the correct course of action on those two is to simply remove the category. |
It appears that Air Terminal Single Duct VAV Reheat is correct in current code. See above screenshot. |
CoilCoolingWaterToAirHP and CoilHeatingWaterToAirHP are not allowed directly on air loop, thus no drag and drop, no need to have a library entry. #599
cc: @kbenne
One such example is Fan:OnOff, but there may be others.
The text was updated successfully, but these errors were encountered: