A simple task: distribute the total airflow of spaces among the air terminals within the space, but with a small twist.
The distribution must ensure that the airflow has no decimal places. To achieve this, we divide the total airflow by the number of elements in the space, round down the airflow, and assign this value to all but one terminal. We calculate the difference for the remaining air terminal that requires a different airflow and set it separately.
A small additional task needs to be completed along the way. Watch the video above to learn more about the entire script.
Before using this script, please back up the existing project model.
Also, if you wish to download this (and all other scripts) along with my sample files, please visit the Shop page.
The script uses the following Dynamo packages:
GeniusLoci
MEPover