Skip to content

Commit

Permalink
Fix missing each #1342
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian.wuellhorst committed Oct 7, 2022
1 parent 5ffb94b commit e79c687
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 e79c687

Please sign in to comment.