{ "cells": [ { "cell_type": "markdown", "id": "0ad4a00c-eaa8-4864-b214-50e9c863cf5f", "metadata": {}, "source": [ "# Design of a Multi-Zone VAV System (the Shorter Way)\n", "---" ] }, { "cell_type": "markdown", "id": "c15310af-35d0-4b36-aa64-7de5ef481426", "metadata": {}, "source": [ "In this notebook the example from the previous notebook **Design of a Multi-Zone VAV System (the Long Way)** is repeated, but now the `VAVSystem` class will be used, which automates the design procedure of a multi-zone VAV system. This class resides in the module `hvac.air_conditioning.vav_system.design`. This class can be used for a multi-zone VAV system with cooling and/or heating, having a preheat coil, a cooling coil, and reheat coils at the entrance of the zones. For winter conditions the air is assumed to be totally dry (i.e. only sensible loads are considered)." ] }, { "cell_type": "code", "execution_count": 1, "id": "97bb3388-1ff1-496a-861e-ccfb274ca758", "metadata": { "jupyter": { "source_hidden": true }, "tags": [ "remove-cell" ] }, "outputs": [], "source": [ "from deps import load_packages\n", "load_packages()" ] }, { "cell_type": "code", "execution_count": 2, "id": "1bcfeed5-448b-4e71-adee-e9aac4cd75ee", "metadata": { "jupyter": { "source_hidden": true }, "tags": [ "remove-cell" ] }, "outputs": [ { "data": { "text/html": [ "
Loaded my_styles.css