modelCoolingMode
Example that demonstrates the use of cooling mode selection for the airside economizer
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates how the cooling mode signal can be generated according to varying outside air dry bulb temperature, outside air dewpoint temperature, return air temperature and supply air temperature setpoint.The detailed control logic can be refered in Buildings.Applications.DataCenters.DXCooled.Controls.CoolingMode.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| BoundaryConditions.WeatherData.Bus | weaBus | Weather data bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Applications.DataCenters.DXCooled.Controls.CoolingMode | cooModCon | Cooling mode controller for the DX cooling system with an airside economizer | |
| Modelica.Blocks.Sources.Constant | TSupSet | Supply air temperature setpoint | |
| Modelica.Blocks.Sources.Constant | TRet | Return air temperature | |
| BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | Weather data reader |
Revisions
-
August 29, 2017 by Yangyang Fu:
First implementation.