7. Mean internal temperature

sap2012.SAP_worksheet.mean_internal_temperature.mean_internal_temperature(mean_internal_temperature_living_room_T1_Table_9c, mean_internal_temperature_rest_of_dwelling_T2_table_9c, living_room_area, total_floor_area, temperature_adjustment_table_4e)[source]

Calculates Mean Internal Temperature, Section 7.

Parameters:
  • mean_internal_temperature_living_room_T1_Table_9c (list (float)) – See (87) in degC.

  • mean_internal_temperature_rest_of_dwelling_T2_table_9c (list (float)) – See (90) in degC.

  • living_room_area (float) – See (91) in m.

  • total_floor_area (float) – in m.

  • temperature_adjustment_table_4e (float) – See (93) in degC. Adjustments found in table 4a.

Returns:

A dictionary with keys of ( living_area_fraction, mean_internal_temp_whole_dwelling )

  • living_area_fraction (float):

  • mean_internal_temp_whole_dwelling (float): See (92) in degC.

Return type:

dict