First time here? Check out the Help page!
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.
2 | No.2 Revision |
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.