dragonfly_trace.calculation module

Methods to write calculations of airflow for Trane TRACE tables.

dragonfly_trace.calculation.calculation_matrix(rooms, si_units=False)[source]

Add a matrix with calculations of airflow.

The fields in this matrix can be linked back to the “Sum of Outdoor Air” fields within TRACE 700 so that it is possible to understand how the outdoor air values were computed.

Parameters:
  • rooms – A list of dragonfly Room2Ds and honeybee Rooms for which the TRACE 700 “Airflows” matrix will be returned.

  • si_units – Boolean to note whether the units of the values in the resulting matrix are in SI (True) instead of IP (False). (Default: False).

Returns:

A list of list where each sublist represents a row with airflow calculations.