Skip to content
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

Fix #210 - Add AirLoopHVAC "design return airflow fraction" to the App enStudioApplication and adjust OpenStudioPolicy to hide splitter/mixer #361

Merged
merged 1 commit into from
May 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/openstudio_lib/library/OpenStudioPolicy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -811,16 +811,20 @@
</POLICY>
<POLICY IddObjectType="OS_AirLoopHVAC">
<rule IddField="Controller List Name" Access="HIDDEN"/>
<rule IddField="Availability Manager" Access="HIDDEN"/>
<rule IddField="Availability Manager List Name" Access="HIDDEN"/>
<rule IddField="Availability Schedule" Access="HIDDEN"/>
<rule IddField="Branch List Name" Access="HIDDEN"/>
<rule IddField="Connector List Name" Access="HIDDEN"/>
<rule IddField="Availability Schedule" Access="HIDDEN"/>
<rule IddField="Supply Side Inlet Node Name" Access="HIDDEN"/>
<rule IddField="Supply Side Outlet Node A" Access="HIDDEN"/>
<rule IddField="Supply Side Outlet Node B" Access="HIDDEN"/>
<rule IddField="Demand Side Outlet Node Name" Access="HIDDEN"/>
<rule IddField="Demand Side Inlet Node A" Access="HIDDEN"/>
<rule IddField="Demand Side Inlet Node B" Access="HIDDEN"/>
<rule IddField="Demand Mixer Name" Access="HIDDEN"/>
<rule IddField="Demand Splitter A Name" Access="HIDDEN"/>
<rule IddField="Demand Splitter B Name" Access="HIDDEN"/>
<rule IddField="Supply Splitter Name" Access="HIDDEN"/>
</POLICY>
<POLICY IddObjectType="OS_PlantLoop">
<rule IddField="Plant Equipment Operation Scheme Name" Access="HIDDEN"/>
Expand Down