blockPartialCoilCondition
Partial block for dry and wet coil conditions
Extends from Buildings.Fluid.DXSystems.Cooling.BaseClasses.PartialCoilInterface (Partial block for DX coil).
Information
This partial block is the base class for Buildings.Fluid.DXSystems.BaseClasses.DryCoil and 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 | 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 |
Revisions
-
April 5, 2023, by Xing Lu and Karthik Devaprasad:
Changed instancecooCapwith classCoolingCapacityAirCooledto instancecoiCapwith class Buildings.Fluid.DXSystems.BaseClasses.CapacityAirSource. -
April 13, 2017, by Michael Wetter:
Removed connectors that are no longer needed. -
February 17, 2017 by Yangyang Fu:
Added prefixreplaceableto the type ofcooCap. -
August 1, 2012 by Kaustubh Phalak:
First implementation.