BH.oM.MEP.Equipment.Parts.EnergyWheel¶
Energy wheels are devices that capture sensible and/or latent heat from air which would otherwise be lost to the atmosphere
Class structure¶
Implemented interfaces and base types¶
The EnergyWheel is inheriting from the following base type(s) and implements the following interfaces:
- BH.oM.Base.BHoMObject
- BH.oM.Base.IBHoMObject
- BH.oM.Base.IObject
- BH.oM.MEP.Equipment.Parts.IPart
Properties¶
Defining properties¶
The following properties are defined on the class
Name | Type | Description | Quantity |
---|---|---|---|
OutdoorSummerEnteringDryBulbTemperature | double | Outdoor Summer Entering Dry Bulb Temperature indicates the temperature of the air entering the system in degrees Celsius, without taking humidity into consideration | - |
OutdoorSummerEnteringWetBulbTemperature | double | Outdoor Summer Entering Wet Bulb Temperature indicates the temperature of the air entering the system in degrees Celsius, while taking humidity into consideration | - |
OutdoorSummerLeavingDryBulbTemperature | double | Outdoor Summer Leaving Dry Bulb Temperature indicates the temperature of the air leaving the system in degrees Celsius, without taking humidity into consideration | - |
OutdoorSummerLeavingWetBulbTemperature | double | Outdoor Summer Leaving Wet Bulb Temperature indicates the temperature of the air leaving the system in degrees Celsius, while taking humidity into consideration | - |
ReliefSummerEnteringDryBulbTemperature | double | Relief Summer Entering Dry Bulb Temperature indicates the temperature of the air entering the system in degrees Celsius, without taking humidity into consideration | - |
ReliefSummerEnteringWetBulbTemperature | double | Relief Summer Entering Wet Bulb Temperature indicates the temperature of the air entering the system in degrees Celsius, while taking humidity into consideration | - |
ReliefSummerLeavingDryBulbTemperature | double | Relief Summer Leaving Dry Bulb Temperature indicates the temperature of the air leaving the system in degrees Celsius, without taking humidity into consideration | - |
ReliefSummerLeavingWetBulbTemperature | double | Relief Summer Leaving Wet Bulb Temperature indicates the temperature of the air leaving the system in degrees Celsius, while taking humidity into consideration | - |
SummerSensibleEffectiveness | double | Summer Sensible Effectiveness denotes the wheel's ability to extract sensible heat as a percentage | - |
SummerTotalEffectiveness | double | Summer Sensible Effectiveness denotes the wheel's ability to extract sensible and latent heat (also known as the total) as a percentage | - |
OutdoorWinterEnteringDryBulbTemperature | double | Outdoor Winter Entering Dry Bulb Temperature indicates the temperature of the air entering the system in degrees Celsius, without taking humidity into consideration | - |
OutdoorWinterEnteringWetBulbTemperature | double | Outdoor Winter Entering Wet Bulb Temperature indicates the temperature of the air entering the system in degrees Celsius, while taking humidity into consideration | - |
OutdoorWinterLeavingDryBulbTemperature | double | Outdoor Winter Leaving Dry Bulb Temperature indicates the temperature of the air leaving the system in degrees Celsius, without taking humidity into consideration | - |
OutdoorWinterLeavingWetBulbTemperature | double | Outdoor Winter Leaving Wet Bulb Temperature indicates the temperature of the air leaving the system in degrees Celsius, while taking humidity into consideration | - |
ReliefWinterEnteringDryBulbTemperature | double | Relief Winter Entering Dry Bulb Temperature indicates the temperature of the air entering the system in degrees Celsius, without taking humidity into consideration | - |
ReliefWinterEnteringWetBulbTemperature | double | Relief Winter Entering Wet Bulb Temperature indicates the temperature of the air entering the system in degrees Celsius, while taking humidity into consideration | - |
ReliefWinterLeavingDryBulbTemperature | double | Relief Winter Leaving Dry Bulb Temperature indicates the temperature of the air leaving the system in degrees Celsius, without taking humidity into consideration | - |
ReliefWinterLeavingWetBulbTemperature | double | Relief Winter Leaving Wet Bulb Temperature indicates the temperature of the air leaving the system in degrees Celsius, while taking humidity into consideration | - |
WinterSensibleEffectiveness | double | Winter Sensible Effectiveness denotes the wheel's ability to extract sensible heat as a percentage | - |
WinterTotalEffectiveness | double | Winter Sensible Effectiveness denotes the wheel's ability to extract sensible and latent heat (also known as the total) as a percentage | - |
Type | string | Type indicates the type of wheel (eg air-to-air enthalpy or heat recovery | - |
Control | string | Control indicates the means of controlling the unit (eg variable frequency controller) | - |
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 EnergyWheel : 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/EnergyWheel.json"
}
The JSON Schema is available on github here: