From cbbaa51d1846e30457eb7b25c213012e3316165b Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 27 Feb 2024 13:30:04 -0800 Subject: [PATCH] Corrected wrong annotation For #1842 --- .../Airflow/Multizone/MediumColumnDynamic.mo | 40 ++++++------------- 1 file changed, 12 insertions(+), 28 deletions(-) diff --git a/IBPSA/Airflow/Multizone/MediumColumnDynamic.mo b/IBPSA/Airflow/Multizone/MediumColumnDynamic.mo index 53ce7913e5..643445779b 100644 --- a/IBPSA/Airflow/Multizone/MediumColumnDynamic.mo +++ b/IBPSA/Airflow/Multizone/MediumColumnDynamic.mo @@ -75,10 +75,10 @@ model MediumColumnDynamic equation connect(colBot.port_a, vol.ports[1]) annotation (Line( - points={{0,-40},{0,-40},{0,-2},{-10,-2}}, + points={{0,-40},{0,-40},{0,-1},{-10,-1}}, color={0,127,255})); connect(vol.ports[2], colTop.port_b) annotation (Line( - points={{-10,2},{0,2},{0,40},{0,40}}, + points={{-10,1},{0,1},{0,40},{0,40}}, color={0,127,255})); connect(colTop.port_a, port_a) annotation (Line( points={{0,60},{0,80},{0,80},{0,100}}, @@ -109,13 +109,6 @@ equation fillColor={255,0,0}, fillPattern=FillPattern.Solid, textString="h=%h"), - Rectangle( - visible=densitySelection == IBPSA.Airflow.Multizone.Types.densitySelection.fromTop, - extent={{-16,78},{16,-2}}, - fillColor={85,170,255}, - fillPattern=FillPattern.Solid, - pattern=LinePattern.None, - lineColor={0,0,0}), Text( extent={{-50.5,20.5},{50.5,-20.5}}, textColor={0,0,127}, @@ -123,31 +116,16 @@ equation rotation=90, textString="%name"), Rectangle( - visible=densitySelection == IBPSA.Airflow.Multizone.Types.densitySelection.actual, - extent={{-16,80},{16,54}}, - fillColor={85,170,255}, - fillPattern=FillPattern.Solid, - pattern=LinePattern.None, - lineColor={0,0,0}), - Rectangle( - visible=densitySelection == IBPSA.Airflow.Multizone.Types.densitySelection.fromBottom, - extent={{-16,0},{16,-82}}, - fillColor={85,170,255}, - fillPattern=FillPattern.Solid, - pattern=LinePattern.None, - lineColor={0,0,0}), - Rectangle( - visible=densitySelection == IBPSA.Airflow.Multizone.Types.densitySelection.actual, - extent={{-16,-55},{16,-80}}, - fillColor={85,170,255}, + extent={{-16,80},{16,-80}}, + fillColor={0,66,132}, fillPattern=FillPattern.Solid, pattern=LinePattern.None, lineColor={0,0,0}), Ellipse( extent={{-40,40},{40,-40}}, - lineColor={0,0,0}, fillPattern=FillPattern.Sphere, - fillColor={0,128,255}), + fillColor={0,128,255}, + pattern=LinePattern.None), Line( visible=use_HeatTransfer, points={{-90,0},{-40,0}}, @@ -182,6 +160,12 @@ at the top of the column. revisions="