Skip to content

Algorithms for Thermal Comfort Prediction using PMV and Adaptive Method.

Notifications You must be signed in to change notification settings

erdl/thermal_comfort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Algorithms for Thermal Comfort Prediction using PMV and Adaptive Method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages