5

Why doesn't the EnergyPlus Environment:Site Wind Speed correspond to the wind speed in the epw weather file if the boundary conditions are the same?

If I compare the EnergyPlus output variable "Environment: Site Wind Speed" to the corresponding epw weather file, the windspeeds don't always correspond ( although δmet, αmet, zmet = δsite, αsite, zsite in the formula Usite=Vmet(δmet/zmet)^αmet * (zsite/δsite)^αsite ) (Formula extracted from: "Local Wind Speeds Calculations" in the Engineering Reference) Does anybody know why? Sometimes the windspeeds do correspond. Sometimes the difference is bigger than 1,5m/s.

BBel's avatar
525
BBel
asked 2015-07-16 06:54:30 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-05-29 17:44:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Is your building tall? Might be adjustments for higher speeds on upper floors?

David Goldwasser's avatar David Goldwasser (2015-07-16 08:54:37 -0500) edit

If you aren't using hourly time steps, the adjustment to sub-hourly timesteps can affect the output results. Try running again with one timestep per hour and see if you are still getting different outputs.

Neal Kruis's avatar Neal Kruis (2015-07-16 09:35:20 -0500) edit

You are correct. It has to do with the sub-hourly timesteps. If I run with one timestep per hour the values correspond. Thank you.

BBel's avatar BBel (2015-07-16 10:59:07 -0500) edit
add a comment see more comments

1 Answer

4

Bear in mind that environment variables are interpolated so output variable do not match epw hourly value. Could that be the reason? Take a look at http://nrel.github.io/EnergyPlus/Inpu...

ecoeficiente's avatar
638
ecoeficiente
answered 2015-07-16 09:31:43 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments