calcAD | R Documentation |
Function to calculate ankle draft using the predicted percentage of dissatisfied.
calcAD(ta, tr, vel, rh, clo, met, vAnkle)
ta |
a numeric value presenting air temperature in [degree C] |
tr |
a numeric value presenting mean radiant temperature in [degree C] |
vel |
a numeric value presenting air velocity in [m/s] |
rh |
a numeric value presenting relative humidity [%] |
clo |
a numeric value presenting clothing insulation level in [clo] |
met |
a numeric value presenting metabolic rate in [met] |
vAnkle |
air speed at the 0.1 m (4 in.) above the floor [m/s] |
Calculates the percentage of thermally dissatisfied people with the ankle draft (0.1 m) above floor level.This equation is only applicable for velocity < 0.2 m/s (40 fps)
Predicted Percentage of Dissatisfied occupants with ankle draft in [%]
Acceptability in [boolean]
Code implemented in to R by Shoaib Sarwar. Further contribution by Marcel Schweiker.
Original code in Python by Tartarini & Schiavon (2020) <doi:10.1016/j.softx.2020.100578>
calcAD(25,25,0.2,50,0.5,1.2,0.3) # returns Ankle_draft_ppd:18.6, Acceptability:TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.