honeybee_openstudio.hvac.standards.central_air_source_heat_pump module¶
Module taken from OpenStudio-standards.
https://github.com/NREL/openstudio-standards/blob/master/ lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb
- honeybee_openstudio.hvac.standards.central_air_source_heat_pump.create_central_air_source_heat_pump(model, hot_water_loop, name=None, cop=3.65)[source]¶
Prototype CentralAirSourceHeatPump object using PlantComponentUserDefined.
- Parameters:
model – [OpenStudio::Model::Model] OpenStudio model object.
hot_water_loop – [<OpenStudio::Model::PlantLoop>] a hot water loop served by the central air source heat pump.
name – [String] the name of the central air source heat pump, or nil in which case it will be defaulted.
cop – [Double] air source heat pump rated cop.