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