Skip to content

Commit

Permalink
Merge pull request #1353 from RWTH-EBC/Issue1342_wrongZoneParamUnit
Browse files Browse the repository at this point in the history
Fix missing each #1342
  • Loading branch information
FWuellhorst committed Oct 7, 2022
2 parents 6860764 + 2608366 commit 336e95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AixLib/DataBase/ThermalZones/ZoneBaseRecord.mo
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ record ZoneBaseRecord "Base record definition for zone records"
parameter Real maxAHU(unit = "m3/(h.m2)")
"Maximum specific air flow supplied by the AHU";
parameter Real shadingFactor[nOrientations] "Fc-Value: Factor representing how much of the actual solar irradiation goes through the sunblind and enters the window element, for the case, that the sunblind is activated. Defaults to 1, i.e. no shading is active. External sunblinds.";
parameter Real maxIrr[nOrientations](unit = "W/m2") "Threshold value above which the sunblind (external) becomes active for the whole zone. Threshold regards to the incoming irradiation level with the window direction. This value does not account for heat flux due to the outside temperature.";
parameter Real maxIrr[nOrientations](each unit = "W/m2") "Threshold value above which the sunblind (external) becomes active for the whole zone. Threshold regards to the incoming irradiation level with the window direction. This value does not account for heat flux due to the outside temperature.";
parameter Real hHeat "Upper limit controller output";
parameter Real lHeat "Lower limit controller output";
parameter Real KRHeat "Gain of the controller";
Expand Down

0 comments on commit 336e95f

Please sign in to comment.