Skip to content

Commit

Permalink
improve graphics and documentation in ex 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasverleyen committed Jan 15, 2025
1 parent 1249ad2 commit 73cdf02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IDEAS/Examples/Tutorial/DetailedHouse/DetailedHouse5.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within IDEAS.Examples.Tutorial.DetailedHouse;
model DetailedHouse5 "New model with 2 coupled zones"
model DetailedHouse5 "New building model with two connected zones"
extends Modelica.Icons.Example;
replaceable package Medium = IDEAS.Media.Air "Air medium";
parameter Modelica.Units.SI.Length l=8 "Zone length";
Expand Down Expand Up @@ -52,15 +52,15 @@ model DetailedHouse5 "New model with 2 coupled zones"
annotation (Placement(transformation(extent={{-10,-40},{10,-20}})));
equation
connect(recZon1.proBusFlo, recZon1.proBusCei) annotation (Line(
points={{0,24},{28,24},{28,36},{-0.2,36}},
points={{0,24},{-20,24},{-20,36},{-0.2,36}},
color={255,204,51},
thickness=0.5));
connect(recZon2.proBusA, recZon1.proBusC) annotation (Line(
points={{-6,-21},{-6,2},{6.8,2},{6.8,20.2}},
color={255,204,51},
thickness=0.5));
connect(recZon2.proBusCei, recZon2.proBusFlo) annotation (Line(
points={{-0.2,-24},{28,-24},{28,-36},{0,-36}},
points={{-0.2,-24},{-20,-24},{-20,-36},{0,-36}},
color={255,204,51},
thickness=0.5));
annotation (Documentation(info="<html>
Expand Down

0 comments on commit 73cdf02

Please sign in to comment.