Skip to content

Commit

Permalink
Merged IBPSA iso model (maint 10.0.x) (#3626)
Browse files Browse the repository at this point in the history
This constrains choices for the media model
  • Loading branch information
mwetter authored Jan 5, 2024
1 parent ffc284d commit 33439c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Buildings/ThermalZones/ISO13790/Zone5R1C/ZoneHVAC.mo
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
within Buildings.ThermalZones.ISO13790.Zone5R1C;
model ZoneHVAC "Thermal zone for HVAC based on 5R1C network"
extends Zone(capMas(C=buiMas.heaC*AFlo - VRoo*1.2*1014));
replaceable package Medium = Modelica.Media.Interfaces.PartialMedium;
replaceable package Medium = Modelica.Media.Interfaces.PartialMedium annotation (
choices(choice(redeclare package Medium = Buildings.Media.Air "Moist air")));
parameter Integer nPorts=0 "Number of fluid ports" annotation (Evaluate=true,
Dialog(
connectorSizing=true,
Expand Down

0 comments on commit 33439c4

Please sign in to comment.