blockApparatusDewPoint
Calculates air properties at apparatus dew point
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 the dew point of the coil. The bypass factor of the coil and the resulting enthalpy difference is computed by its base class Buildings.Fluid.DXSystems.Cooling.BaseClasses.PartialSurfaceCondition.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.DXCoil | datCoi (from EssentialParameters) | Performance data | |
| Boolean | variableSpeedCoil (from PartialSurfaceCondition) | Flag, set to true to interpolate data | |
| Modelica.Units.SI.MassFlowRate | m_flow_small (from PartialSurfaceCondition) | datCoi.m_flow_small | Small mass flow rate for the evaporator, used for regularization |
| Modelica.Units.SI.AngularVelocity | maxSpe (from PartialSurfaceCondition) | datCoi.sta[nSta].spe | Maximum rotational speed |
Connectors
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | bypass (from PartialSurfaceCondition) | Bypass factor | |
| Modelica.Units.SI.AngularVelocity | spe (from PartialSurfaceCondition) | Rotational speed | |
| Buildings.Fluid.DXSystems.Cooling.BaseClasses.UACp[nSta] | uacp (from PartialSurfaceCondition) | Calculates UA/Cp of the coil |
Revisions
-
September 21, 2012 by Michael Wetter:
Revised implementation and documentation. -
July 4, 2012 by Kaustubh Phalak:
Updated to handle zero mass flow rate and freezing coil condition. -
April 9, 2012 by Kaustubh Phalak:
First implementation.