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
| 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 (from PartialCoilCondition) | Flag, set to true for coil with variable speed |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.IntegerInput | stage (from PartialCoilInterface) | Stage of coil, or 0/1 for variable-speed coil | |
| Modelica.Blocks.Interfaces.RealInput | speRat (from PartialCoilInterface) | Speed ratio | |
| Modelica.Blocks.Interfaces.RealInput | m_flow (from PartialCoilInterface) | Air mass flow rate | |
| Modelica.Blocks.Interfaces.RealInput | TEvaIn (from PartialCoilInterface) | Temperature of air entering the cooling coil | |
| Modelica.Blocks.Interfaces.RealInput | TConIn (from PartialCoilInterface) | Outside air dry bulb temperature for an air cooled condenser or wetbulb temperature for an evaporative cooled condenser | |
| Modelica.Blocks.Interfaces.RealOutput | EIR (from PartialCoilInterface) | Energy Input Ratio | |
| Modelica.Blocks.Interfaces.RealOutput | Q_flow (from PartialCoilInterface) | Total cooling capacity | |
| Modelica.Blocks.Interfaces.RealInput | mCon_flow (from PartialCoilInterface) | Water mass flow rate at condensers for water source DX units |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.DXSystems.BaseClasses.CapacityAirSource | coiCap (from PartialCoilCondition) |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
April 5, 2023, by Xing Lu:
Updated connect statement to reflect instance name change fromcooCaptocoiCap. -
April 12, 2012 by Kaustubh Phalak:
First implementation.