modelDryCoil

Calculates dry coil condition

Extends from Buildings.Fluid.DXSystems.Cooling.BaseClasses.PartialCoilCondition (Partial block for dry and wet coil conditions).

Information

This block calculates the rate of heating/cooling and the coil surface condition under the assumption that the coil is dry. The heat transfer calculations are done in Buildings.Fluid.DXSystems.BaseClasses.CapacityAirSource.

For a similar model that is used to compute the wet coil conditions, see Buildings.Fluid.DXSystems.Cooling.BaseClasses.WetCoil.

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
BooleanvariableSpeedCoil (from PartialCoilCondition)Flag, 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

Components

TypeNameDefaultDescription
Buildings.Fluid.DXSystems.BaseClasses.CapacityAirSourcecoiCap (from PartialCoilCondition)

Contents

NameDescription
MediumMedium model

Revisions

  • April 5, 2023, by Xing Lu:
    Updated connect statement to reflect instance name change from cooCap to coiCap.
  • April 12, 2012 by Kaustubh Phalak:
    First implementation.