NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.14k stars 392 forks source link

Fanger thermal comfort calculation misaligned with zone air (and other) temperature values #8516

Closed jcyuan2020 closed 3 years ago

jcyuan2020 commented 3 years ago

Issue overview

In calculating the Fanger thermal comfort values, such as PMV and PPD in a simulation run, the calculated PMV values look like if it is one time-step behind the corresponding temperature values (such as zone air temperature or zone radiant temperature). This is especially the case when the air temperature in a zone abruptly changes (e.g. when the thermostat setpoint changes).

image

The cause of the problem is that the calculation module uses as a saved zone air temperature value for the previous time step, which causes the calculated PMV lagging behind. The calculated PMV value is thus off from what is “supposed” to be, depending on how quickly the zone air temperature changes.

There is limited impact to the average users who do not need precise real-time thermal comfort information. Currently no workaround is available. The bug is expected to be fixed in future releases.

Details

Some additional details for this issue (if relevant):

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

sortiz-hub commented 3 years ago

Do you think this issue will be included in E+ 9.5.0 release?

Thanks!

jcyuan2020 commented 3 years ago

Do you think this issue will be included in E+ 9.5.0 release?

Thanks!

Yes, the fix is in the plan to be included for the v9.5 release.