diff --git a/Buildings/.copiedFiles.txt b/Buildings/.copiedFiles.txt index c0f63cc00cd..b4fa559eb64 100644 --- a/Buildings/.copiedFiles.txt +++ b/Buildings/.copiedFiles.txt @@ -1756,6 +1756,7 @@ Buildings/Fluid/Storage/BaseClasses/Examples/package.mo Buildings/Fluid/Storage/BaseClasses/Examples/package.order Buildings/Fluid/Storage/BaseClasses/IndirectTankHeatExchanger.mo Buildings/Fluid/Storage/BaseClasses/PartialStratified.mo +Buildings/Fluid/Storage/BaseClasses/PartialTwoPortInterface.mo Buildings/Fluid/Storage/BaseClasses/ThirdOrderStratifier.mo Buildings/Fluid/Storage/BaseClasses/package.mo Buildings/Fluid/Storage/BaseClasses/package.order diff --git a/Buildings/Examples/Tutorial/SimpleHouse/SimpleHouse0.mo b/Buildings/Examples/Tutorial/SimpleHouse/SimpleHouse0.mo index e9aa7e4ffdb..8f84f4eaf40 100644 --- a/Buildings/Examples/Tutorial/SimpleHouse/SimpleHouse0.mo +++ b/Buildings/Examples/Tutorial/SimpleHouse/SimpleHouse0.mo @@ -13,74 +13,72 @@ model SimpleHouse0 ModelicaServices.ExternalReferences.loadResource( "modelica://Buildings/Resources/weatherdata/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.mos")) "Weather data reader" - annotation (Placement(transformation(extent={{-200,-20},{-180,0}}))); + annotation (Placement(transformation(extent={{-180,-10},{-160,10}}))); Buildings.BoundaryConditions.WeatherData.Bus weaBus "Weather data bus" - annotation (Placement(transformation(extent={{-160,-20},{-140,0}}))); + annotation (Placement(transformation(extent={{-140,-10},{-120,10}}), + iconTransformation(extent={{-152,-10},{-132,10}}))); Buildings.HeatTransfer.Sources.PrescribedTemperature TOut "Exterior temperature boundary condition" annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); equation connect(weaDat.weaBus, weaBus) annotation (Line( - points={{-180,-10},{-150,-10}}, + points={{-160,0},{-130,0}}, color={255,204,51}, thickness=0.5)); connect(TOut.T, weaBus.TDryBul) - annotation (Line(points={{-82,0},{-150,0},{-150,-10}},color={0,0,127})); - annotation (Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-240, - -220},{200,200}}), graphics={ + annotation (Line(points={{-82,0},{-130,0}}, color={0,0,127})); + annotation (Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-220, + -220},{220,220}}), graphics={ Rectangle( - extent={{-220,40},{-38,-40}}, + extent={{-200,60},{-20,-60}}, fillColor={238,238,238}, fillPattern=FillPattern.Solid, pattern=LinePattern.None), Rectangle( - extent={{-220,-60},{180,-200}}, + extent={{-200,-80},{200,-200}}, fillColor={238,238,238}, fillPattern=FillPattern.Solid, pattern=LinePattern.None), Rectangle( - extent={{-220,180},{180,60}}, + extent={{-200,200},{200,80}}, fillColor={238,238,238}, fillPattern=FillPattern.Solid, pattern=LinePattern.None), Rectangle( - extent={{-20,40},{180,-40}}, + extent={{0,60},{200,-60}}, fillColor={238,238,238}, fillPattern=FillPattern.Solid, pattern=LinePattern.None), Text( - extent={{22,22},{-23,39}}, + extent={{57.25,40.25},{2.75,59.75}}, textColor={0,0,127}, fillColor={255,213,170}, fillPattern=FillPattern.Solid, - textString="Wall"), + textString="Building"), Text( - extent={{-157,-79},{-223,-61}}, + extent={{-137,-99},{-203,-81}}, textColor={0,0,127}, fillColor={255,213,170}, fillPattern=FillPattern.Solid, textString="Heating"), Text( - extent={{-118,18},{-214,40}}, + extent={{-102,39},{-198,61}}, textColor={0,0,127}, fillColor={255,213,170}, fillPattern=FillPattern.Solid, textString="Weather inputs"), Text( - extent={{-76,158},{-214,180}}, + extent={{-61,179},{-199,201}}, textColor={0,0,127}, fillColor={255,213,170}, fillPattern=FillPattern.Solid, textString="Cooling and ventilation")}), experiment(Tolerance=1E-6, StopTime=1e+06), - __Dymola_Commands(file= - "modelica://Buildings/Resources/Scripts/Dymola/Examples/Tutorial/SimpleHouse/SimpleHouse0.mos" - "Simulate and plot"), Documentation(revisions="