honeybee_openstudio.hvac.standards.coil_cooling module¶
Modules taken from OpenStudio-standards.
https://github.com/NREL/openstudio-standards/blob/master/ lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWater.rb
- honeybee_openstudio.hvac.standards.coil_cooling.create_coil_cooling_dx_single_speed(model, air_loop_node=None, name='1spd DX Clg Coil', schedule=None, type=None, cop=None)[source]¶
Prototype CoilCoolingDXSingleSpeed object.
Enters in default curves for coil by type of coil
- Parameters:
model – [OpenStudio::Model::Model] OpenStudio model object.
air_loop_node – [<OpenStudio::Model::Node>] the coil will be placed on this node of the air loop.
name – [String] the name of the system, or nil in which case it will be defaulted.
schedule – [String] name of the availability schedule, or [<OpenStudio::Model::Schedule>] Schedule object, or nil in which case default to always on.
type – [String] the type of single speed DX coil to reference the correct curve set.
cop – [Double] rated cooling coefficient of performance.
- honeybee_openstudio.hvac.standards.coil_cooling.create_coil_cooling_dx_two_speed(model, air_loop_node=None, name='2spd DX Clg Coil', schedule=None, type=None)[source]¶
Prototype CoilCoolingDXTwoSpeed object.
Enters in default curves for coil by type of coil
- Parameters:
model – [OpenStudio::Model::Model] OpenStudio model object.
air_loop_node – [<OpenStudio::Model::Node>] the coil will be placed on this node of the air loop.
name – [String] the name of the system, or nil in which case it will be defaulted.
schedule – [String] name of the availability schedule, or [<OpenStudio::Model::Schedule>] Schedule object, or nil in which case default to always on.
type – [String] the type of two speed DX coil to reference the correct curve set.
- honeybee_openstudio.hvac.standards.coil_cooling.create_coil_cooling_water(model, chilled_water_loop, air_loop_node=None, name='Clg Coil', schedule=None, design_inlet_water_temperature=None, design_inlet_air_temperature=None, design_outlet_air_temperature=None)[source]¶
- honeybee_openstudio.hvac.standards.coil_cooling.create_coil_cooling_water_to_air_heat_pump_equation_fit(model, plant_loop, air_loop_node=None, name='Water-to-Air HP Clg Coil', type=None, cop=3.4)[source]¶
Prototype CoilCoolingWaterToAirHeatPumpEquationFit object.
Enters in default curves for coil by type of coil.
- Parameters:
model – [OpenStudio::Model::Model] OpenStudio model object.
plant_loop – [<OpenStudio::Model::PlantLoop>] the coil will be placed on the demand side of this plant loop.
air_loop_node – [<OpenStudio::Model::Node>] the coil will be placed on this node of the air loop.
name – [String] the name of the system, or nil in which case it will be defaulted.
type – [String] the type of coil to reference the correct curve set.
cop – [Double] rated cooling coefficient of performance.