Skip to content

Commit

Permalink
Merge pull request #760 from RWTH-EBC/readd_postprocessing
Browse files Browse the repository at this point in the history
Add post processing block to multizone template again
  • Loading branch information
DaJansenGit authored May 24, 2024
2 parents 6f3d847 + 9564375 commit 654ebc7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions teaser/data/output/modelicatemplate/AixLib/AixLib_Multizone
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ AixLib.ThermalZones.ReducedOrder.Multizone.MultizoneEquipped multizone(
columns=2:${len(bldg.thermal_zones)+1})
"Set points for cooler"
annotation (Placement(transformation(extent={{72,-90},{56,-74}})));
% if use_postprocessing_calc:
AixLib.ThermalZones.ReducedOrder.Multizone.BaseClasses.MultizonePostProcessing
multizonePostProcessing(
VAir=multizone.VAir,
numZones=multizone.numZones,
zoneParam=multizone.zoneParam,
calc_rel_humidity=multizone.use_moisture_balance)
annotation (Placement(transformation(extent={{82,80},{102,100}})));
% endif

equation
connect(weaDat.weaBus, multizone.weaBus) annotation (Line(
Expand Down

0 comments on commit 654ebc7

Please sign in to comment.