Skip to content

Commit

Permalink
Update n in the example such that it represents an air change rate pe…
Browse files Browse the repository at this point in the history
…r hour instead of a volumetric air change rate.
  • Loading branch information
jelgerjansen committed Dec 19, 2024
1 parent 9e6326a commit 207daf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IDEAS/Templates/Examples/ConstantAirFlowRecup.mo
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ model ConstantAirFlowRecup
IDEAS.Templates.Structure.ThreeZone structure(
redeclare package Medium = Medium)
annotation (Placement(transformation(extent={{-80,-40},{-50,-20}})));
replaceable IDEAS.Templates.Ventilation.ConstantAirFlowRecup constantAirFlowRecup(
n=2.*structure.VZones)
replaceable IDEAS.Templates.Ventilation.ConstantAirFlowRecup constantAirFlowRecup(n=2*ones(
nZones))
constrainedby IDEAS.Templates.Interfaces.BaseClasses.VentilationSystem(
nZones=3,
VZones=structure.VZones,
Expand Down

0 comments on commit 207daf0

Please sign in to comment.