powered by
calcATHBx calculates the PMV based on adaptive thermal heat balance framework
calcATHBx
based on the newest version (2022)
calcATHBx(trm, ta, tr, vel, rh, met, buildingTypeSimple, coolingStrategyBuilding, seasonSimple)
calcATHBx PMV value adapted through the ATHB approach with extended model
- Running mean outdoor temperature in [degree C]
- a numeric value presenting air temperature in [degree C]
- a numeric value presenting mean radiant temperature in [degree C]
- a numeric value presenting air velocity in [m/s]
- a numeric value presenting relative humidity [%]
- a numeric value presenting metabolic rate in [met]
- simple building type. Value can be among Multifamily housing, Office as a string
- the process in which the building was ventilated. Value can be among Mixed Mode','Naturally Ventilated' as a String
- season. Value can be among 'Spring','Summer', 'Winter' as a String
Code implemented in to R by Shaomi Rahman. Further contribution by Marcel Schweiker.
aliases athb ATHB
Schweiker & Wagner (2015) <doi:10.1016/j.buildenv.2015.08.018> Schweiker (2022) <doi:10.1111/ina.13018>
see also calcComfInd, link{calcATHBpts}, link{calcATHBset},
calcComfInd
link{calcATHBpts}
link{calcATHBset}
link{calcATHBpmv2015}
calcATHBx(20, 25, 25, .1, 50, 1.1, 'Office', 'Mixed Mode', 'winter')
Run the code above in your browser using DataLab