blockPartialCoilInterface
Partial block for DX coil
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block), Buildings.Fluid.DXSystems.Cooling.BaseClasses.EssentialParameters (A partial block for essential parameters for cooling DX coils).
Information
This partial block declares the inputs and outputs that are common for Buildings.Fluid.DXSystems.BaseClasses.DryCoil and Buildings.Fluid.DXSystems.Cooling.BaseClasses.DXCooling.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.DXCoil | datCoi (from EssentialParameters) | Performance data | |
| Boolean | use_mCon_flow | Set to true to enable connector for the condenser mass flow rate |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.IntegerInput | stage | Stage of coil, or 0/1 for variable-speed coil | |
| Modelica.Blocks.Interfaces.RealInput | speRat | Speed ratio | |
| Modelica.Blocks.Interfaces.RealInput | m_flow | Air mass flow rate | |
| Modelica.Blocks.Interfaces.RealInput | TEvaIn | Temperature of air entering the cooling coil | |
| Modelica.Blocks.Interfaces.RealInput | TConIn | Outside air dry bulb temperature for an air cooled condenser or wetbulb temperature for an evaporative cooled condenser | |
| Modelica.Blocks.Interfaces.RealOutput | EIR | Energy Input Ratio | |
| Modelica.Blocks.Interfaces.RealOutput | Q_flow | Total cooling capacity | |
| Modelica.Blocks.Interfaces.RealInput | mCon_flow | Water mass flow rate at condensers for water source DX units |
Revisions
-
April 13, 2017, by Michael Wetter:
Removed connectors that are no longer needed. - February 17, 2017 by Yangyang Fu:
Added a boolean constantuse_mCon_flowwhich is required in water source DX coils. - August 1, 2012 by Kaustubh Phalak:
First implementation.