Skip to content

Commit

Permalink
Revert "Renamed hfloor_b to hAbs_floor_b in internal wall"
Browse files Browse the repository at this point in the history
This reverts commit 4ee20e3.
  • Loading branch information
jelgerjansen committed Jan 31, 2025
1 parent 2d2fc6f commit 1b07a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IDEAS/Buildings/Components/InternalWall.mo
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ model InternalWall "interior opaque wall between two zones"
"Discharge coefficient of cavity"
annotation(Dialog(group="Cavity or open door",tab="Advanced"));
final parameter Real hzone_b(fixed=false);
final parameter Real hAbs_floor_b(fixed=false);
final parameter Real hfloor_b(fixed=false);


parameter Modelica.Units.SI.Length hRelSurfBot_b=if
Expand Down Expand Up @@ -146,7 +146,7 @@ protected

initial equation
hzone_b = propsBus_b.hzone;
hAbs_floor_b = propsBus_b.hfloor;
hfloor_b = propsBus_b.hfloor;
QTra_design=U_value*A*(TRefZon - TRef_b)
"TRefZon is the reference temperature for heat loss calculations of the zone connected to propsbus_a,
TRef_b is the reference temperature for heat loss calculations of the zone connected to propsBus_b";
Expand Down

0 comments on commit 1b07a60

Please sign in to comment.