calcATHBpmv {comf}R Documentation

PMV based on Adaptive Thermal Heat Balance Framework of multiple Models

Description

calcATHBpmv calculates the PMV based on adaptive thermal heat balance framework

based on the newest version (2022)

Usage

calcATHBpmv(trm, ta, tr, vel, rh, met, 
coolingStrategyBuilding = 'naturallyventilated', 
buildingTypeSimple = 'office', seasonSimple = 'spring')

Arguments

trm

- Running mean outdoor temperature in [degree C]

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 [%]

met

- a numeric value presenting metabolic rate in [met]

coolingStrategyBuilding

- the process in which the building was ventilated. Value can be among Mixed Mode','Naturally Ventilated' as a String

buildingTypeSimple

- simple building type. Value can be among Multifamily housing, Office as a string

seasonSimple

- season. Value can be among 'Spring','Summer', 'Winter' as a String

Details

aliases athb ATHB calcATHBPmvModel1, calcATHBPmvModel2, calcATHBPmvModel3

Value

calcATHBpmv an array of PMV values of different models adapted through the ATHB appoach

Author(s)

Code implemented in to R by Shaomi Rahman. Further contribution by Marcel Schweiker.

References

Schweiker & Wagner (2015) <doi:10.1016/j.buildenv.2015.08.018> Schweiker (2022) <doi:10.1111/ina.13018>

See Also

see also calcComfInd, link{calcATHBpts}, link{calcATHBset},

link{calcATHBpmv2015}, link{calcATHBPmvModel1}, link{calcATHBPmvModel2}, link{calcATHBPmvModel3}

Examples

calcATHBpmv(20, 25, 25, .1, 50, 1.1, 'naturallyventilated','office',
'spring')

[Package comf version 0.1.12 Index]