heating_requirement_table_9c function

sap2012.SAP_tables.heating_requirement_table_9c.heating_requirement_table_9c(temperature_reduction_when_heating_is_off_1_weekday_living_room, temperature_reduction_when_heating_is_off_2_weekday_living_room, temperature_reduction_when_heating_is_off_1_weekend_living_room, temperature_reduction_when_heating_is_off_2_weekend_living_room, temperature_reduction_when_heating_is_off_1_weekday_rest_of_dwelling, temperature_reduction_when_heating_is_off_2_weekday_rest_of_dwelling, temperature_reduction_when_heating_is_off_1_weekend_rest_of_dwelling, temperature_reduction_when_heating_is_off_2_weekend_rest_of_dwelling, temperature_during_heating_living_room, temperature_during_heating_rest_of_dwelling, temperature_adjustment_table_4e)[source]

Calculates the heating requirement as given in Table 9c.

Parameters:
  • temperature_reduction_when_heating_is_off_1_weekday_living_room (list(float)) –

  • temperature_reduction_when_heating_is_off_2_weekday_living_room (list(float)) –

  • temperature_reduction_when_heating_is_off_1_weekend_living_room (list(float)) –

  • temperature_reduction_when_heating_is_off_2_weekend_living_room (list(float)) –

  • temperature_reduction_when_heating_is_off_1_weekday_rest_of_dwelling (list(float)) –

  • temperature_reduction_when_heating_is_off_2_weekday_rest_of_dwelling (list(float)) –

  • temperature_reduction_when_heating_is_off_1_weekend_rest_of_dwelling (list(float)) –

  • temperature_reduction_when_heating_is_off_2_weekend_rest_of_dwelling (list(float)) –

  • temperature_during_heating_living_room (float) –

  • temperature_during_heating_rest_of_dwelling (list(float)) –

  • temperature_adjustment_table_4e (float) –

Returns:

A dictionary with keys ( T_weekday_living_room, T_weekend_living_room, mean_internal_temperature_living_room_T1_Table_9c, T_weekday_rest_of_dwelling, T_weekend_rest_of_dwelling, mean_internal_temperature_rest_of_dwelling_T2_table_9c )

  • T_weekday_living_room (list (float)) -

  • T_weekend_living_room (list (float)) -

  • mean_internal_temperature_living_room_T1_Table_9c (list (float)) -

  • T_weekday_rest_of_dwelling (list (float)) -

  • T_weekend_rest_of_dwelling (list (float)) -

  • mean_internal_temperature_rest_of_dwelling_T2_table_9c (list (float)) -

Return type:

dict