Skip to content

BH.oM.MEP.Equipment.Parts.CoolingCoil

Cooling coils allow fluids (air) to lower their temperature as they pass through the coil

Class structure

Implemented interfaces and base types

The CoolingCoil is inheriting from the following base type(s) and implements the following interfaces:

Properties

Defining properties

The following properties are defined on the class

Name Type Description Quantity
TotalCapacity double Total capacity indicates the combined sensible and latent capacity of the cooling coil -
SensibleCapacity double Sensible capacity indicates the ability for the cooling coil to change the temperature (rather than the phase) of the fluid (air). -
EnteringDryBulbAirTemperature double Entering Dry Bulb Air Temperature indicates the heat intensity of the air entering the system in degrees Celsius, without taking humidity into consideration -
EnteringWetBulbAirTemperature double Entering Wet Bulb Air Temperature indicates the heat intensity of the air entering the system in degrees Celsius, while taking humidity into consideration -
LeavingDryBulbAirTemperature double Leaving Dry Bulb Air Temperature indicates the heat intensity of the air leaving the system in degrees Celsius, without taking humidity into consideration -
LeavingWetBulbAirTemperature double Leaving Wet Bulb Air Temperature indicates the heat intensity of the air leaving the system in degrees Celsius, while taking humidity into consideration -
EnteringWaterTemperature double Entering Water Temperature indicates the heat intensity of the water entering the system in degrees Celsius -
LeavingWaterTemperature double Leaving Water Temperature indicates the heat intensity of the water leaving the system in degrees Celsius -
PressureDrop double Pressure Drop indicates the amount of resistance created by the coil which creates a loss in pressure of the fluid (air) -
NumberOfRows int Number of Rows indicates the number of rows of coils that the fluid (air) passes through -

Inherited properties

The following properties are inherited from the base class of the object

Name Type Description Quantity
BHoM_Guid Guid - -
Name string - -
Fragments FragmentSet - -
Tags HashSet<string> - -
CustomData Dictionary<string, object> - -

Code and Schema

C# implementation

C#
public class CoolingCoil : BH.oM.Base.BHoMObject, BH.oM.Base.IBHoMObject, BH.oM.Base.IObject, BH.oM.MEP.Equipment.Parts.IPart

Assembly: MEP_oM.dll

The C# class definition is available on github:

All history and changes of the class can be found by inspection the history.

JSON Schema implementation

The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.

JSON Schema
{
 "$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/MEP_oM/Equipment/Parts/CoolingCoil.json"
}

The JSON Schema is available on github here: