utilisation_factor_for_heating_table_9a function

sap2012.SAP_tables.utilisation_factor_for_heating_table_9a.utilisation_factor_for_heating_table_9a(heat_transfer_coefficient, total_internal_and_solar_gains, temperature_during_heating_living_room, heating_controls, monthly_external_temperature_table_U1, thermal_mass_parameter, heat_loss_parameter)[source]

Utilisation factor calculations for heating from Table 9a.

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

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

  • temperature_during_heating_living_room (float) –

  • heating_controls (int) –

  • monthly_external_temperature_table_U1 (list(float)) –

  • thermal_mass_parameter (float) – See (35), in kJ/m2K.

  • heat_loss_parameter (list(float)) – See (40), in W/m2K.

Returns:

A dictionary with keys of ( time_constant, a, heat_loss_rate_living_room, y_living_room, utilisation_factor_for_heating_living_room, temperature_during_heating_rest_of_dwelling, heat_loss_rate_rest_of_dwelling, y_rest_of_dwelling, utilisation_factor_for_heating_rest_of_dwelling )

Return type:

dict