3

How to evaluate indoor comfort

I am wondering which output variable evaluates best the indoor comfort of a zone. i have been told about the PMV measure but I can't download it with BCL. it stops and reports errors. So Which output variable do you propose?

thiathia's avatar
87
thiathia
asked 2015-07-08 10:20:17 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-05-19 12:40:39 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Are you having problems actually downloading the measure or are you having problems using it once you download it?

To download measures or components from within OpenStudio you need to setup a BCL account and then enter your key in OpenStudio. See documentation here.

David Goldwasser's avatar David Goldwasser (2015-07-08 10:26:43 -0500) edit

@thiathia please use established tags before creating new ones. Our tag convention follows StackOverflow and uses a - between words, e.g. thermal-comfort not thermalcomfort.

MatthewSteen's avatar MatthewSteen (2015-07-08 21:14:06 -0500) edit
add a comment see more comments

2 Answers

4

You can use the output variables tab to output PMV and PPD in OpenStudio. If you are using text editor for editing your .idf files then you can use the following lines to output PMV and PPD respectively.

Output:Variable,*,Zone Thermal Comfort Fanger Model PMV,hourly; !- Zone Average []

Output:Variable,*,Zone Thermal Comfort Fanger Model PPD,hourly; !- Zone Average [%]

But you have to input fields in People object to calculate/output these variables e.g. activity level schedule name, work efficiency schedule name, thermal comfort model type etc.

Hope this will help.

Waseem's avatar
2.5k
Waseem
answered 2015-07-08 10:35:39 -0500, updated 2015-07-08 10:40:14 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
2

The variable name for EP 7.2.0 is little different.

Output:Variable, *,FangerPMV, hourly;

Jlove's avatar
227
Jlove
answered 2015-12-08 21:59:45 -0500, updated 2015-12-08 22:00:03 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments