calc_pmv: Calculation of the Predicted Mean Vote (PMV) Value

Description Usage Arguments Details Value Author(s) References Examples

Description

This function calculates the pmv value for a given input data

Usage

1
calc_pmv(data, clo, met)

Arguments

data

The input table must contain all relevant Biomet-Data for calculation as all radiation fluxes from all directions, relativ humidity (RH), air temperature (Ta), and wind speed.

clo

clo-factor for insulation of clothes. See in VDI-Richtlinen for further informations. Optional argument. Default is set to 0.6 for light summer clothes

met

met-factor for metabolic rate depending to humans activity. See in VDI-Richtlinen for further informations. Optional argument. Default is set so 2 for a slowly walking person.

Details

For fields with NA-Value(s) (missing data) it isn't possible to calculate pmv and leads to an error message. Please clean your Input from NA-Values. See complete.cases

Value

Predicted Mean Vote (PMV) according to Fanger, 1970

Author(s)

AlK akrug@mailbox.tu-berlin.de

References

VDI 3787 Blatt 2

Examples

1
2
data(biomet);
pmv <- calc_pmv(biomet)

ca-vi/Climatology_Package documentation built on May 13, 2019, 10:37 a.m.