blockApparatusDryPoint

Calculates air properties at dry coil surface

Extends from Buildings.Fluid.DXSystems.Cooling.BaseClasses.PartialSurfaceCondition (Partial block for apparatus dew and dry point calculation).

Information

This blocks outputs the state of the moist air at of the coil, assuming no condensation occurs. The bypass factor of the coil and the resulting enthalpy difference is computed by its base class Buildings.Fluid.DXSystems.Cooling.BaseClasses.PartialSurfaceCondition.

Parameters

TypeNameDefaultDescription
Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.DXCoildatCoi (from EssentialParameters)Performance data
BooleanvariableSpeedCoil (from PartialSurfaceCondition)Flag, set to true to interpolate data
Modelica.Units.SI.MassFlowRatem_flow_small (from PartialSurfaceCondition)datCoi.m_flow_smallSmall mass flow rate for the evaporator, used for regularization
Modelica.Units.SI.AngularVelocitymaxSpe (from PartialSurfaceCondition)datCoi.sta[nSta].speMaximum rotational speed

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputspeRat (from PartialSurfaceCondition)Speed index
Modelica.Blocks.Interfaces.RealInputQ_flow (from PartialSurfaceCondition)Cooling capacity of the coil
Modelica.Blocks.Interfaces.RealInputm_flow (from PartialSurfaceCondition)Evaporator air mass flow rate
Modelica.Blocks.Interfaces.RealInputp (from PartialSurfaceCondition)Evaporator air static pressure
Modelica.Blocks.Interfaces.RealInputXEvaIn (from PartialSurfaceCondition)Evaporator inlet air mass fraction
Modelica.Blocks.Interfaces.RealInputhEvaIn (from PartialSurfaceCondition)Evaporator air inlet specific enthalpy
Modelica.Blocks.Interfaces.IntegerInputstage (from PartialSurfaceCondition)Stage of coil, or 0/1 for variable-speed coil
Modelica.Blocks.Interfaces.RealOutputTDryDry bulb temperature of air at dry coil condition

Components

TypeNameDefaultDescription
Realbypass (from PartialSurfaceCondition)Bypass factor
Modelica.Units.SI.AngularVelocityspe (from PartialSurfaceCondition)Rotational speed
Buildings.Fluid.DXSystems.Cooling.BaseClasses.UACp[nSta]uacp (from PartialSurfaceCondition)Calculates UA/Cp of the coil
Modelica.Units.SI.SpecificEnthalpyhDryEnthalpy of air at coil surface

Revisions

  • September 21, 2012 by Michael Wetter:
    Revised implementation and documentation.
  • April 9, 2012 by Kaustubh Phalak:
    First implementation.