-
Hey everyone, I want to create a wind profile with a specific mean velocity, direction and turbulence intensity that all may change over time (which I want to be able to control). Best |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Geostrophic and ABL forcing lets you specify a table with changing wind speed and direction to generate the initial precursor data. The other option is the body forcing source term which lets you specify a height varying profile. You can also take a look at VelocityFreeAtmosphere forcing source term which adds a wind speed nudging to the momentum equation. Do you want to do something different from any of them? |
Beta Was this translation helpful? Give feedback.
-
Take a look at this test precursor: https://github.com/Exawind/amr-wind/tree/main/test/test_files/abl_godunov_timetable and the driven case: https://github.com/Exawind/amr-wind/blob/main/test/test_files/abl_godunov_forcetimetable/abl_godunov_forcetimetable.inp |
Beta Was this translation helpful? Give feedback.
Geostrophic and ABL forcing lets you specify a table with changing wind speed and direction to generate the initial precursor data. The other option is the body forcing source term which lets you specify a height varying profile. You can also take a look at VelocityFreeAtmosphere forcing source term which adds a wind speed nudging to the momentum equation. Do you want to do something different from any of them?