HVACCoolingCoil

class iesve.HVACCoolingCoil

Bases: HVACAbstractComponent


chilled_water_loop_circuit: CoilLocationCircuit

Chilled water loop circuit if the coil is a chilled water loop. Throws TypeError exception otherwise


contact_factor: float


cool_source_ext_dry_bulb_temperature: float


cool_source_ext_dry_bulb_temperature_sized: bool


cool_source_ext_wet_bulb_temperature: float


cool_source_total_capacity: float


cooling_source: HVACGenericCoolingSource | HVACVRFSystem | HVACUnitaryCoolingSystem | HVACChilledWaterLoop | HVACDedicatedWatersideEconomizer | HVACDXCoolingSystem | HVACWaterAirHeatPump | None


design_capacity: float

Design sizing parameters. Keys vary based on model and system type.

Possible keys are:

  • oversizing_factor

  • contact_factor

  • sizing_mode

  • air_flow_rate

  • entering_air_db_temperature

  • entering_air_wb_temperature

  • leaving_air_db_temperature

  • leaving_air_wb_temperature

  • chilled_water_supply_temp

  • chilled_water_loop_delta_t

  • chilled_water_flow_rate

  • status

  • rated_capacity

  • design_capacity

  • design_cop

  • design_outdoor_air_db_temperature

  • design_outdoor_air_wb_temperature

  • design_entering_coil_wb_temperature

  • source_type

  • design_entering_water_temperature


design_cop: float


design_entering_coil_temp: float


design_outdoor_air_temp: float


design_parameters: dict


model_type: CoolingCoilModelType


oversizing_factor: float


system_type: HVACCoolingSourceSystemType