Passive 4 - Ventilation - Open Windows
Last updated
Last updated
In this section we will provide a simple example of how to indicate ventilation in an energy model.
4.00 This module is inserted into the script here:
4.01 Zooming in, we can see that the ventilation component offers quite a few options. Modeling ventilation is complex, but EnergyPlus has many simplifications that do not require much computation time. The trade-off here is that it is extremely important that you assign the correct type of ventilation. The natural ventilation that this component models is mostly meant for single zones and cases where there is not much airflow between zones. Specifically, this component can model a few common types of natural ventilation:
Single-sided Ventilation - ventilation driven by the height difference across individual windows on a single side of a building.
Cross Ventilation - ventilation driven by the pressure difference across windows on two opposite sides of a building.
Chimney Ventilation - ventilation driven by a chimney/stack that is attached to a zone.
Cowl Ventilation - ventilation driven by wind through a cowl attached to a zone.
Fan-driven Ventilation - ventilation at a constant flow rate driven by a fan.
Note that each of these forms of ventilation work more like an on-off switch. This is particularly important to understand in relationship to wind direction because EnergyPlus does not make adjustments for wind blocked by surrounding context, nor does it adjust the amount of ventilation based upon how directly a window faces the wind.
4.08 Zooming in, we can see that the Ladybug_Adaptive Comfort component requires several sources of data. The drybulb temperature and mean radiant temperatures are outputs from our simulation. It also requires the outdoor temperature, because as we explained in the introductory section on comfort models, adaptive comfort is based upon occupant's recent experience, and therefore a record of outdoor temperatures is also necessary for this calculation.
4.02 Hover your mouse above the _naturalVentilationType terminal to read more. As you can see, we are modeling single-sided ventilation, which is like opening a single window for one room. This is distinct from cross-ventilation which is when there is a window open on both sides of a room with a breeze passing through.
4.03 When we compare the Energy Balance Diagrams, we can see that opening the windows has almost no effect on the amount of energy entering the building. This is more of a commentary on the usefulness of Energy Balance Diagrams than it is on the effectiveness of natural ventilation. Natural ventilation does not prevent solar energy from entering the zone, it just removes the heat once it is already there. The impact of natural ventilation therefore appears as a change in the balance of energy leaving the zone, in the lower-half of the energy balance diagram.
Note the energy removed from the zone by ventilation appears as 'storage'.This is because we have not yet connected the natural ventilation to the Honeybee_Construct Energy Balance component in our original Single Zone Model, see the component in green below:
4.04 The graph of exterior temperatures tells us when this natural ventilation is actually ocurring. For this, we use Ladybug to visualize the implications of the min/max temperature inputs from step 4.01. Below is a graph of all hours of the year. The days run horizontally, and each vertical strip of color represents 24 hours. The graph below shows how temperatures fluctuate through January and December.
4.05 The following chart is identical to the one above, except that it shows the entire year. The first image shows all hours of the year, colored by temperature. The second image shows only those hours for which the exterior temperature is above 12C, and the final image shows only those hours for which there is a potential for natural ventilation based upon this criteria.
4.06 This graph can be created with components from Ladybug. Pay special attention to the conditional statement input for a Ladybug_3D Chart, and you can create an all-black graph by dropping two black swatches into the customColors input of the Ladybug_Legend Parameters component. More examples of customizing data visualizations can be found here: http://hydrashare.github.io/hydra/viewer?owner=mostaphaRoudsari&fork=hydra_1&id=Customize_weather_data_visualization_with_3D_Chart&slide=0&scale=1&offset=0,0
Note that we have hidden the wires to this component in the overview diagram, for sake of making the diagrams in this guide more legible. To hide wires, simply right-click the terminal and select 'Hidden' from the drop-down
4.07 Finally, we want to actually evaluate these strategies in terms of their impact on the comfort of the space inside. To do this, we will need to use the adaptive comfort model and graph the results. This is located near the end of our definition:
4.09 Here are two resulting graphs, which compare an initial scenario without any strategies, to a scenario with natural ventilation only.