Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 Make sure 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.

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 Make sure 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.