Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

AEDG HVAC System possible measure settings

I would like to use a modified version of the AEDG HVAC measures to create a measure that allows the user to input the type of system they would like. Is there any documentation as to the current options that are supported for the key inputs for the AEDG HVAC measures?

primaryHVAC = {"doas" => false, "fan" => "Variable", "heat" => "Water", "cool" => "Water"}
secondaryHVAC = {"fan" => "None", "heat" => "None", "cool" => "None"} #ML not used for office; leave or empty?
zoneHVAC = "Baseboard"
chillerType = "AirCooled" #set to none if chiller not used
radiantChillerType = "None" #set to none if not radiant system
allHVAC = {"primary" => primaryHVAC,"secondary" => secondaryHVAC,"zone" => zoneHVAC}
### END INPUTS

AEDG HVAC System possible measure settings

I would like to use a modified version of the AEDG HVAC measures to create a measure that allows the user to input the type of system they would like. Is there any documentation as to the current options that are supported for the key inputs for the AEDG HVAC measures?

primaryHVAC = {"doas" => false, "fan" => "Variable", "heat" => "Water", "cool" => "Water"}
secondaryHVAC = {"fan" => "None", "heat" => "None", "cool" => "None"} #ML not used for office; leave or empty?
zoneHVAC = "Baseboard"
chillerType = "AirCooled" #set to none if chiller not used
radiantChillerType = "None" #set to none if not radiant system
allHVAC = {"primary" => primaryHVAC,"secondary" => secondaryHVAC,"zone" => zoneHVAC}
### END INPUTS

AEDG HVAC System possible measure settings

I would like to use a modified version of the AEDG HVAC measures to create a measure that allows the user to input the type of system they would like. Is there any documentation as to the current options that are supported for the key inputs for the AEDG HVAC measures?

primaryHVAC = {"doas" => false, "fan" => "Variable", "heat" => "Water", "cool" => "Water"}
secondaryHVAC = {"fan" => "None", "heat" => "None", "cool" => "None"} #ML not used for office; leave or empty?
zoneHVAC = "Baseboard"
chillerType = "AirCooled" #set to none if chiller not used
radiantChillerType = "None" #set to none if not radiant system
allHVAC = {"primary" => primaryHVAC,"secondary" => secondaryHVAC,"zone" => zoneHVAC}
### END INPUTS