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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.DXCoil | datCoi (from EssentialParameters) | Performance data | |
| Boolean | use_mCon_flow (from PartialCoilInterface) | Set to true to enable connector for the condenser mass flow rate | |
| Boolean | variableSpeedCoil | Flag, set to true for coil with variable speed |
Connectors
Components
| Type | Name | Default | Description |
|---|---|---|---|
| WetCoil | wetCoi | Wet coil condition | |
| DXSystems.BaseClasses.DryCoil | dryCoi | Dry coil condition | |
| Buildings.Fluid.DXSystems.Cooling.BaseClasses.DryWetSelector | dryWet | Actual coil condition |
Contents
| Name | Description |
|---|---|
| Medium 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.