modelAirsideEconomizer

Example that demonstrate the use of model Buildings.Applications.DataCenters.DXCooled.Controls.AirsideEconomizer

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This example demonstrates how the outside air damper position changes under different cooling mode. During the first 120s, the system is in free cooling mode, and the damper position is controlled to maintain the mixed air temperature at its setpoint. In the second 120s, the system is in partial mechanical cooling mode and the outside air damper is fully open. As a result, the mixed air temperature is equal to the outdoor air temperature. In the last 120 seconds, the system is in fully mechnical cooling mode, which means the outside air damper is fully closed, and the mixed air temperature equals to the return air temperature.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.MassFlowRatemA_flow_nominal0.43Nominal air flowrate

Components

TypeNameDefaultDescription
Buildings.Applications.DataCenters.DXCooled.Controls.AirsideEconomizerconOutdoor air damper controller
Modelica.Blocks.Sources.ConstantmixAirSetPoiMixed air temperature setpoint
Modelica.Blocks.Sources.CombiTimeTablecooModCooling mode signal
Buildings.Fluid.Sources.Boundary_pTOABoundary conditions for outside air
Buildings.Fluid.Actuators.Dampers.MixingBoxecoAirside economizer
Buildings.Fluid.Sensors.TemperatureTwoPortsenTemMixAirTemperature sensor for mixed air
Buildings.Fluid.Sources.Boundary_pTrooBoundary conditions for room air
Modelica.Blocks.Sources.CombiTimeTableoutAirOutdoor air temperature
Buildings.Fluid.Sources.Boundary_pTsupAirBoundary conditions for supply air
Modelica.Blocks.Math.RealToIntegerreaToIntConversion from real to integer

Contents

NameDescription
Medium

Revisions

  • August 29, 2017 by Yangyang Fu:
    First implementation.