dragonfly_trace.airflows module¶
Methods to write room airflows to matrices for Trane TRACE tables.
- dragonfly_trace.airflows.airflows_trace700_matrix(rooms, si_units=False, ventilation_method='Sum of Outdoor Air')[source]¶
Get a matrix for the “Airflows” table of the TRACE 700 Component Tree.
- 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).
ventilation_method –
Optional text for the ventilation method to be used in the resulting matrix. Choose from the following.
Sum of Outdoor Air
ASHRAE 62.1
- Returns:
A list of list where each sublist represents a row of the Airflows table of the TRACE 700 Component Tree.