Skip to content

BH.oM.MEP.Equipment.Parts.HeatingCoil

Heating coils allow fluids (air) to raise their temperature as they pass through the coil

Class structure

Implemented interfaces and base types

The HeatingCoil 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
SensibleCapacity double Sensible capacity indicates the ability for the heating coil to change the temperature of the fluid (air). -
EnteringDryBulbAirTemperature double Entering Dry Bulb Air Temperature indicates the heat intensity of the air entering the system in degrees Celsius -
LeavingDryBulbAirTemperature double Leaving Dry Bulb Air Temperature indicates the heat intensity of the air leaving the system in degrees Celsius -
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 HeatingCoil : 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/HeatingCoil.json"
}

The JSON Schema is available on github here: