temperature_reduction_when_heating_is_off_table_9b function

sap2012.SAP_tables.temperature_reduction_when_heating_is_off_table_9b.temperature_reduction_when_heating_is_off_table_9b(time_constant, hours_heating_is_off_1_weekday_living_room, hours_heating_is_off_2_weekday_living_room, hours_heating_is_off_1_weekend_living_room, hours_heating_is_off_2_weekend_living_room, hours_heating_is_off_1_weekday_rest_of_dwelling, hours_heating_is_off_2_weekday_rest_of_dwelling, hours_heating_is_off_1_weekend_rest_of_dwelling, hours_heating_is_off_2_weekend_rest_of_dwelling, temperature_during_heating_living_room, temperature_during_heating_rest_of_dwelling, responsiveness_of_heating_system, monthly_external_temperature_table_U1, utilisation_factor_for_heating_living_room, utilisation_factor_for_heating_rest_of_dwelling, heat_transfer_coefficient, total_internal_and_solar_gains)[source]

Calculates temperature reduction as given in Table 9b.

Parameters:
  • time_constant (list(float)) –

  • hours_heating_is_off_1_weekday_living_room (float) –

  • hours_heating_is_off_2_weekday_living_room (float) –

  • hours_heating_is_off_1_weekend_living_room (float) –

  • hours_heating_is_off_2_weekend_living_room (float) –

  • hours_heating_is_off_1_weekday_rest_of_dwelling (float) –

  • hours_heating_is_off_2_weekday_rest_of_dwelling (float) –

  • hours_heating_is_off_1_weekend_rest_of_dwelling (float) –

  • hours_heating_is_off_2_weekend_rest_of_dwelling (float) –

  • temperature_during_heating_living_room (float) –

  • temperature_during_heating_rest_of_dwelling (list(float)) –

  • responsiveness_of_heating_system (float) –

  • monthly_external_temperature_table_U1 (list(float)) –

  • utilisation_factor_for_heating_living_room (list(float)) –

  • utilisation_factor_for_heating_rest_of_dwelling (list(float)) –

  • heat_transfer_coefficient (list(float)) – See (39), in W/K.

  • total_internal_and_solar_gains (list(float)) – See (84) in W.

Returns:

A dictionary with keys ( t_c, internal_temperature_without_heating_living_room, internal_temperature_without_heating_rest_of_dwelling, 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 )

  • t_c (list (float)) -

  • internal_temperature_without_heating_living_room (list (float)) -

  • internal_temperature_without_heating_rest_of_dwelling (list (float)) -

  • 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)) -

Return type:

dict