Room model that assumes the air to be completely mixed.
See
Buildings.ThermalZones.Detailed.UsersGuide
for detailed explanations.
Contents
Name | Description |
---|
Medium | Medium in the component |
-
March 3, 2022, by Michael Wetter:
Made massDynamics
final.
This is for
issue 1542.
-
September 16, 2021, by Michael Wetter:
Removed parameter lat
because the latitude is now obtained from the weather data bus.
This is for
IBPSA, #1477.
-
April 8, 2019, by Michael Wetter:
Propagated parameter mSenFac
.
This is for issue
Buildings #1405.
-
September 8, 2017, by Michael Wetter:
Enabled input connector C_flow
to allow adding trace substances.
This is for
issue 481.
-
October 29, 2016, by Michael Wetter:
Removed inheritance from
Buildings.Fluid.Interfaces.LumpedVolumeDeclarations
to provide better comments.
-
May 2, 2016, by Michael Wetter:
Refactored implementation of latent heat gain.
This is for
issue 515.
-
February 12, 2015, by Michael Wetter:
Propagated initial states to the fluid volume.
-
August 1, 2013, by Michael Wetter:
Introduced base class
Buildings.ThermalZones.Detailed.BaseClasses.RoomHeatMassBalance
as the latent heat gains are treated differently in the mixed air and in the CFD model.
-
July 16, 2013, by Michael Wetter:
Redesigned implementation to remove one level of model hierarchy on the room-side heat and mass balance.
This change was done to facilitate the implementation of non-uniform room air heat and mass balance,
which required separating the convection and long-wave radiation models.
Changed assignment
solRadExc(tauGla={0.6 for i in 1:NConExtWin})
to
solRadExc(tauGla={datConExtWin[i].glaSys.glass[datConExtWin[i].glaSys.nLay].tauSol for i in 1:NConExtWin})
to
better take into account the solar properties of the glass.
-
March 7 2012, by Michael Wetter:
Added optional parameters ove
and sidFin
to
the parameter datConExtWin
.
This allows modeling windows with an overhang or with side fins.
-
February 8 2012, by Michael Wetter:
Changed model to use new implementation of
Buildings.HeatTransfer.Radiosity.OutdoorRadiosity.
This change leads to the use of the same equations for the radiative
heat transfer between window and ambient as is used for
the opaque constructions.
-
December 12, 2011, by Wangda Zuo:
Add glass thickness as a parameter for conExtWinRad. It is needed by the claculation of property for uncoated glass.
-
December 6, 2011, by Michael Wetter:
Fixed bug that caused convective heat gains to be
removed from the room instead of added to the room.
This error was caused by a wrong sign in
Buildings.ThermalZones.Detailed.BaseClasses.HeatGain.
This closes ticket issue 46.
-
August 9, 2011, by Michael Wetter:
Fixed bug that caused too high a surface temperature of the window frame.
The previous version did not compute the infrared radiation exchange between the
window frame and the sky. This has been corrected by adding the instance
skyRadExcWin
and the parameter absIRFra
to the
model
Buildings.ThermalZones.Detailed.BaseClasses.ExteriorBoundaryConditionsWithWindow.
This closes ticket issue 36.
-
August 9, 2011 by Michael Wetter:
Changed assignment of tilt in instances bouConExt
and bouConExtWin
.
This fixes the bug in issue 35
that led to the wrong solar radiation gain for roofs and floors.
-
March 23, 2011, by Michael Wetter:
Propagated convection model to exterior boundary condition models.
-
December 14, 2010, by Michael Wetter:
First implementation.
Generated at 2024-11-26T19:26:15Z
by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos