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

TypeNameDefaultDescription
Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.DXCoildatCoi (from EssentialParameters)Performance data
Booleanuse_mCon_flow (from PartialCoilInterface)Set to true to enable connector for the condenser mass flow rate
BooleanvariableSpeedCoilFlag, set to true for coil with variable speed

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.IntegerInputstage (from PartialCoilInterface)Stage of coil, or 0/1 for variable-speed coil
Modelica.Blocks.Interfaces.RealInputspeRat (from PartialCoilInterface)Speed ratio
Modelica.Blocks.Interfaces.RealInputm_flow (from PartialCoilInterface)Air mass flow rate
Modelica.Blocks.Interfaces.RealInputTEvaIn (from PartialCoilInterface)Temperature of air entering the cooling coil
Modelica.Blocks.Interfaces.RealInputTConIn (from PartialCoilInterface)Outside air dry bulb temperature for an air cooled condenser or wetbulb temperature for an evaporative cooled condenser
Modelica.Blocks.Interfaces.RealOutputEIR (from PartialCoilInterface)Energy Input Ratio
Modelica.Blocks.Interfaces.RealOutputQ_flow (from PartialCoilInterface)Total cooling capacity
Modelica.Blocks.Interfaces.RealInputmCon_flow (from PartialCoilInterface)Water mass flow rate at condensers for water source DX units

Components

TypeNameDefaultDescription
Buildings.Fluid.DXSystems.BaseClasses.CapacityAirSourcecoiCap

Revisions

  • April 5, 2023, by Xing Lu and Karthik Devaprasad:
    Changed instance cooCap with class CoolingCapacityAirCooled to instance coiCap with 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 prefix replaceable to the type of cooCap.
  • August 1, 2012 by Kaustubh Phalak:
    First implementation.