modelSimplifiedRoom
Simplified data center room
Extends from Buildings.BaseClasses.BaseIcon (Base icon).
Information
This is a simplified room model for a data center. There is no heat exchange between the room and ambient environment through the building envelope since it is negligible compared to the heat released by the servers.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Length | rooLen | Length of the room | |
| Modelica.Units.SI.Length | rooWid | Width of the room | |
| Modelica.Units.SI.Height | rooHei | Height of the room | |
| Modelica.Units.SI.Power | QRoo_flow | Heat generation of the computer room | |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | Nominal mass flow rate | |
| General › Ports | |||
| Integer | nPorts | 0 | Number of parts |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Vessels.BaseClasses.VesselFluidPorts_b[nPorts] | airPorts | Fluid inlets and outlets | |
| Modelica.Blocks.Interfaces.RealOutput | TRooAir | Room air temperature |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.MixingVolumes.MixingVolume | rooVol | Volume of air in the room | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | QSou | Heat source of the room | |
| Modelica.Blocks.Sources.Ramp | ramp | ||
| Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor | TAir | Room air temperature |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
July 17, 2015, by Michael Wetter:
AddedprescribedHeatFlowRate=falsefor both volumes. This is for issue 282 of the Annex 60 library. -
July 21, 2011 by Wangda Zuo:
Merge to library. -
December 10, 2010 by Wangda Zuo:
First implementation.