modelWetCoil
Calculates wet 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 cooling and the coil surface condition under the assumption that the coil is wet.
The dry coil conditions are computed in Buildings.Fluid.DXSystems.BaseClasses.DryCoil. See Buildings.Fluid.DXSystems.Cooling.UsersGuide for an explanation of the model.
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
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.DXSystems.BaseClasses.CapacityAirSource | coiCap (from PartialCoilCondition) | ||
| Buildings.Utilities.Psychrometrics.TWetBul_TDryBulXi | wetBul | Calculates wet-bulb temperature | |
| Buildings.Fluid.DXSystems.Cooling.BaseClasses.ApparatusDewPoint | appDewPt | Calculates air properties at apparatus dew point (ADP) at existing air-flow conditions | |
| Buildings.Fluid.DXSystems.Cooling.BaseClasses.SensibleHeatRatio | shr | Calculates sensible heat ratio | |
| Buildings.Fluid.DXSystems.Cooling.BaseClasses.Condensation | conRat | Calculates rate of condensation |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
April 5, 2023, by Xing Lu:
Connect statements with references tocooCapchanged tocoiCap. -
April 12, 2012 by Kaustubh Phalak:
First implementation.