diff --git a/Buildings/Rooms/BaseClasses/HeatGain.mo b/Buildings/Rooms/BaseClasses/HeatGain.mo index 96e15f21e2e..052d0f26e0c 100644 --- a/Buildings/Rooms/BaseClasses/HeatGain.mo +++ b/Buildings/Rooms/BaseClasses/HeatGain.mo @@ -35,7 +35,7 @@ protected // "Species concentration (water vapor only)"; protected - parameter Real s[Medium.nX](fixed=false) + parameter Real s[Medium.nX](each fixed=false) "Vector with zero everywhere except where water vapor is"; initial algorithm for i in 1:Medium.nX loop @@ -74,7 +74,7 @@ This model computes the radiant, convective and latent heat flow. Input into this model are these three components in units of [W/m2]. The inputs need to be positive quantities if heat or moisture is added to the room. -The outputs are +The outputs are If the medium model does not contain water vapor, then -the water vapor released into the air is zero, i.e., +the water vapor released into the air is zero, i.e., the mass flow rate at the fluid port is equal to zero. ", revisions="