-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.Analytical.Building.HVAC.Enums
Specifies the types of external partition elements for residential and public buildings according to the 2002 classification standard.
public enum ExternalPartitionType_2002ResidentialBuilding_Wall_Multilayer 0
Represents a residential building multilayer wall.
ResidentialBuilding_Wall_Solid 1
Residential building solid wall.
ResidentialBuilding_Roof 2
Residential building roof over heated rooms.
ResidentialBuilding_Floor_OverUnheatedSpaces 3
Represents a residential building floor located over unheated spaces.
ResidentialBuilding_Floor 4
Represents a residential building floor on ground.
ResidentialBuilding_Window_ZoneA 5
Represents a residential building window or balcony door (climatic zones I, II, III).
ResidentialBuilding_Window_ZoneB 6
Residential building window or balcony door (climatic zones IV, V).
ResidentialBuilding_Window_Skylight 7
Represents a residential building roof window or skylight.
ResidentialBuilding_Door 8
Represents a residential building door.
PublicBuilding_Wall_Solid 9
Public building solid wall.
PublicBuilding_Wall_WithWindowAndDoor 10
Represents a public building wall with window and door openings.
PublicBuilding_Wall_WithBaconyBrackets 11
Public building wall with balcony brackets penetrating the wall.
PublicBuilding_Roof 12
Represents a public building roof over heated rooms.
PublicBuilding_Floor_OverUnheatedSpaces 13
Represents a public building floor located over unheated spaces.
PublicBuilding_Floor 14
Represents a public building floor on ground.
PublicBuilding_Window 15
Represents a public building window partition type.
PublicBuilding_Window_Skylight 16
Represents a public building roof window or skylight.
PublicBuilding_Door 17
Represents a public building door.
Specifies the type of external partition for building thermal analysis according to the 2009 standard, categorizing elements for both residential and public buildings.
public enum ExternalPartitionType_2009ResidentialBuilding_Wall 0
Represents a residential building wall.
ResidentialBuilding_Roof 1
Represents a residential building roof over heated rooms.
ResidentialBuilding_Floor_OverUnheatedSpaces 2
Represents a residential building floor located over unheated spaces.
ResidentialBuilding_Floor 3
Represents a residential building floor on the ground.
ResidentialBuilding_Window_ZoneA 4
Represents a residential building window or balcony door (climatic zones I, II, III).
ResidentialBuilding_Window_ZoneB 5
Represents a residential building window or balcony door located in climatic zones IV and V.
ResidentialBuilding_Window_Skylight 6
Represents a residential building roof window or skylight.
ResidentialBuilding_Door 7
Represents a residential building door.
PublicBuilding_Wall 8
Represents a public building wall.
PublicBuilding_Roof 9
Represents a public building roof over heated rooms.
PublicBuilding_Floor_OverUnheatedSpaces 10
Represents a public building floor located over unheated spaces.
PublicBuilding_Floor 11
Represents a public building floor on ground.
PublicBuilding_Window 12
Represents a public building window.
PublicBuilding_Window_Skylight 13
Represents a public building roof window or skylight.
PublicBuilding_Door 14
Represents a public building door.
Specifies the type of external partition used in HVAC building analysis according to 2014 standards.
public enum ExternalPartitionType_2014Wall 0
Represents an external wall partition.
Roof 1
Represents a roof over heated rooms.
Floor_OverUnheatedSpaces 2
Represents a floor partition located over unheated spaces.
Floor 3
Represents a floor partition located on the ground.
Window 4
Represents a window or balcony door as an external partition type.
Window_Skylight 5
Represents a roof window or skylight external partition type.
Door 6
Specifies that the external partition is a door.
Defines the available parameters for an internal condition in the HVAC analytical model.
public enum InternalConditionParameterInternalGain 0
Represents the internal gain parameter for an internal condition.
Thermostat 1
Specifies that the internal condition parameter is a thermostat.
HeatingEmitter 2
Represents the heating emitter internal condition parameter.
CoolingEmitter 3
Represents the cooling emitter internal condition parameter.
SystemProperties 4
Represents the system properties parameter for the internal condition.
Specifies the type of internal gain profile used in HVAC analytical calculations.
public enum InternalGainProfileTypeUndefined 0
Undefined internal gain profile type.
Infiltration 1
Represents the internal gain profile type for infiltration.
Ventilation 2
Represents an internal gain profile type associated with ventilation.
LightingGain 3
Represents the internal heat gain profile associated with lighting.
OccupancySensibleGain 4
Represents the internal gain profile type for occupancy sensible heat gain.
OccupancyLatentGain 5
Represents the internal gain profile type for occupancy latent gain.
EquipmentSensibleGain 6
Represents an internal gain profile type for equipment sensible gain.
EquipmentLatentGain 7
Represents the internal gain profile type for equipment latent gain.
PollutantGeneration 8
Represents an internal gain profile type associated with pollutant generation.
Specifies the type of the thermostat profile, defining whether it represents a temperature or humidity limit and its boundary direction.
public enum ThermostatProfileTypeUndefined 0
Undefined.
UpperLimit 1
Represents the upper limit for the thermostat profile.
LowerLimit 2
Represents the lower limit of the thermostat profile.
HumidityUpperLimit 3
Represents the upper limit for humidity within the thermostat profile.
HumidityLowerLimit 4
Represents the humidity lower limit thermostat profile type.