modelDXCooling

DX cooling coil operation

Extends from Buildings.Fluid.DXSystems.Cooling.BaseClasses.PartialCoilInterface (Partial block for DX coil).

Information

This block combines the models for the dry coil and the wet coil. Output of the block is the coil performance which, depending on the mass fraction at the apparatus dew point temperature and the mass fraction of the coil inlet air, may be from the dry coil, the wet coil, or a weighted average of the two.

Parameters

TypeNameDefaultDescription
Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.DXCoildatCoi (from EssentialParameters)Performance data
Booleanuse_mCon_flow (from PartialCoilInterface)Set to true to enable connector for the condenser mass flow rate
BooleanvariableSpeedCoilFlag, set to true for coil with variable speed

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.IntegerInputstage (from PartialCoilInterface)Stage of coil, or 0/1 for variable-speed coil
Modelica.Blocks.Interfaces.RealInputspeRat (from PartialCoilInterface)Speed ratio
Modelica.Blocks.Interfaces.RealInputm_flow (from PartialCoilInterface)Air mass flow rate
Modelica.Blocks.Interfaces.RealInputTEvaIn (from PartialCoilInterface)Temperature of air entering the cooling coil
Modelica.Blocks.Interfaces.RealInputTConIn (from PartialCoilInterface)Outside air dry bulb temperature for an air cooled condenser or wetbulb temperature for an evaporative cooled condenser
Modelica.Blocks.Interfaces.RealOutputEIR (from PartialCoilInterface)Energy Input Ratio
Modelica.Blocks.Interfaces.RealOutputQ_flow (from PartialCoilInterface)Total cooling capacity
Modelica.Blocks.Interfaces.RealInputmCon_flow (from PartialCoilInterface)Water mass flow rate at condensers for water source DX units
Modelica.Blocks.Interfaces.RealOutputmWat_flowMass flow rate of water condensed at cooling coil
Modelica.Blocks.Interfaces.RealOutputSHRSensible Heat Ratio: Ratio of sensible heat load to total heat load
Modelica.Blocks.Interfaces.RealInputXEvaInInlet air mass fraction
Modelica.Blocks.Interfaces.RealInputpPressure at inlet of coil
Modelica.Blocks.Interfaces.RealInputhEvaInSpecific enthalpy of air entering the coil

Components

TypeNameDefaultDescription
WetCoilwetCoiWet coil condition
DXSystems.BaseClasses.DryCoildryCoiDry coil condition
Buildings.Fluid.DXSystems.Cooling.BaseClasses.DryWetSelectordryWetActual coil condition

Contents

NameDescription
MediumMedium model

Revisions

  • September 20, 2012 by Michael Wetter:
    Revised implementation.
  • September 4, 2012 by Michael Wetter:
    Renamed connector to follow naming convention.
  • April 12, 2012 by Kaustubh Phalak:
    First implementation.