Skip to content

Commit

Permalink
change ceiling to cei
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasverleyen committed Jan 15, 2025
1 parent 4eadcce commit d000a33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IDEAS/Examples/Tutorial/DetailedHouse/DetailedHouse1.mo
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ model DetailedHouse1 "First example model containing one zone"
inc=IDEAS.Types.Tilt.Floor,
azi=IDEAS.Types.Azimuth.S,
A=l*w) annotation (Placement(transformation(extent={{74,-32},{86,-10}})));
Buildings.Components.OuterWall ceiling(
Buildings.Components.OuterWall cei(
redeclare IDEAS.Buildings.Validation.Data.Constructions.LightRoof
constructionType,
inc=IDEAS.Types.Tilt.Ceiling,
A=w*l) "Outer wall model" annotation (Placement(transformation(
A=w*l) "Ceiling model" annotation (Placement(transformation(
extent={{6,-10},{-6,10}},
rotation=90,
origin={76,48})));
Expand Down Expand Up @@ -101,7 +101,7 @@ equation
points={{85,-18.8},{94,-18.8},{94,-6},{-20,-6},{-20,14.5714}},
color={255,204,51},
thickness=0.5));
connect(ceiling.propsBus_a, zon.propsBus[7]) annotation (Line(
connect(cei.propsBus_a, zon.propsBus[7]) annotation (Line(
points={{74,43},{74,38},{-22,38},{-22,14.8571},{-20,14.8571}},
color={255,204,51},
thickness=0.5));
Expand Down

0 comments on commit d000a33

Please sign in to comment.