You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added assert statements for CO2 background check,added C_nominal to medium declaration,changed tolerance in related .mos file,corrected Level.hFloor for<a href=\"https://github.com/open-ideas/IDEAS/issues/1338\">#1338</a></li>
90
+
<li>October 30, 2024, by Klaas De Jonge:<br>
85
91
First implementation
86
92
</li>
87
93
</ul>
88
94
</html>", info="<html>
89
95
<p>Model with two zones on different floors, one zone above the other, with a large opening between these zones and stack-effect airflow enabled.</p>
parameter Modelica.Units.SI.Length hVertical=if IDEAS.Utilities.Math.Functions.isAngle(inc,IDEAS.Types.Tilt.Floor) or IDEAS.Utilities.Math.Functions.isAngle(inc,IDEAS.Types.Tilt.Ceiling) then0else hzone_a "Vertical surface height, height of the surface projected to the vertical, 0 for floors and ceilings"annotation(Evaluate=true);
55
-
parameter Modelica.Units.SI.Length hRelSurfBot_a=if IDEAS.Utilities.Math.Functions.isAngle(inc,IDEAS.Types.Tilt.Ceiling) then hzone_a else0"Height between the lowest point of the surface (bottom) and the floor level of the zone connected at propsBus_a"
56
-
annotation(Evaluate=true);
54
+
parameter Modelica.Units.SI.Length hVertical=if IDEAS.Utilities.Math.Functions.isAngle(incInt,IDEAS.Types.Tilt.Floor) or IDEAS.Utilities.Math.Functions.isAngle(incInt,IDEAS.Types.Tilt.Ceiling) then0else hzone_a "Vertical surface height, height of the surface projected to the vertical (e.g. 0 for floors and ceilings)"annotation(Evaluate=true,Dialog(group="Vertical position (important if interZonalAirFlowType is TwoPorts)"));
55
+
parameter Modelica.Units.SI.Length hRelSurfBot_a=if IDEAS.Utilities.Math.Functions.isAngle(incInt,IDEAS.Types.Tilt.Ceiling) then hzone_a else0"Height between the lowest point of the surface (bottom) and the floor level of the zone connected at propsBus_a (e.g. 0 for walls at floor level and floors.)"annotation(Evaluate=true,Dialog(group="Vertical position (important if interZonalAirFlowType is TwoPorts)"));
57
56
finalparameter Modelica.Units.SI.Length Habs_surf=hAbs_floor_a+hRelSurfBot_a+(hVertical/2) "Absolute height of the middle of the surface, can be used to check the heights after initialisation";
0 commit comments