Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged IBPSA iso model (maint 10.0.x)
Browse files Browse the repository at this point in the history
This constrains choices for the media model
mwetter committed Jan 3, 2024
1 parent ffc284d commit 5f33610
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,

0 comments on commit 5f33610

Please sign in to comment.