First time here? Check out the Help page!
1 | initial version |
Currently, air walls are translated to a single layer of drywall in EnergyPlus simulation:
https://github.com/NREL/OpenStudio/blob/3aaa0984dbc185867261bde6305b141deb118d5e/openstudiocore/src/energyplus/ForwardTranslator/ForwardTranslateAirWallMaterial.cpp#L45
The grand plan in OpenStudio is to eventually add parameters to the OS:AirWallMaterial such as:
These parameters would control how air walls are translated to EnergyPlus. However, we have not gotten to this yet.