Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.01 KB

Thermal Comfort

This repository currently has available two thermal comfort assessment methods:

  • PMV
  • Adaptive Method

PMV

The PMV method is mostly based of CBE Comfort Tool. It uses R code to wrap around the pmvElevatedAirSpeed javascript function (which in turn depend on a few other javascript functions also available on this repository pmv folder to be self contained but authored by the CBE Comfort Tool group), making PMV/PPD calculation scriptable.

pmv/calculate_pmv_ppd.R contains a simple script, and pmv_ppd.Rmd a notebook explaining the steps. See Rpubs for a readable version showing plots and code.

Adaptive Method

The adaptive method is based purely of ASHRAE55, and does not use CBE Comfort Tool code.

The R code is currently only available as a notebook on adaptive_method.Rmd. You can find a readable version also on Rpubs.