Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasverleyen committed Jan 15, 2025
1 parent 6d14f3a commit b93abd1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions IDEAS/Examples/Tutorial/DetailedHouse/DetailedHouse1.mo
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,21 @@ model DetailedHouse1 "First example model containing one zone"
constructionType,
inc=IDEAS.Types.Tilt.Wall,
azi=IDEAS.Types.Azimuth.W,
A=l*h)
"Outer wall model"
A=l*h) "Western outer wall model"
annotation (Placement(transformation(extent={{-60,10},{-48,30}})));
IDEAS.Buildings.Components.OuterWall outWalEas(
redeclare IDEAS.Buildings.Validation.Data.Constructions.HeavyWall
constructionType,
inc=IDEAS.Types.Tilt.Wall,
azi=IDEAS.Types.Azimuth.E,
A=l*h)
"Outer wall model"
A=l*h) "Eastern outer wall model"
annotation (Placement(transformation(extent={{40,0},{28,20}})));
IDEAS.Buildings.Components.OuterWall outWalNor(
redeclare IDEAS.Buildings.Validation.Data.Constructions.HeavyWall
constructionType,
inc=IDEAS.Types.Tilt.Wall,
azi=IDEAS.Types.Azimuth.N,
A=w*h)
"Outer wall model"
A=w*h) "Northern outer wall model"
annotation (Placement(transformation(
extent={{6,-10},{-6,10}},
rotation=90,
Expand All @@ -47,8 +44,7 @@ model DetailedHouse1 "First example model containing one zone"
constructionType,
inc=IDEAS.Types.Tilt.Wall,
azi=IDEAS.Types.Azimuth.S,
A=w*h - win.A)
"Outer wall model"
A=w*h - win.A) "Southern outer wall model"
annotation (Placement(transformation(
extent={{-6,-10},{6,10}},
rotation=90,
Expand Down

0 comments on commit b93abd1

Please sign in to comment.