Hi all,
I notice in the ADTwr_CalcOutput routine that the relative velocity is calculated as:
V_rel = u%InflowOnTower(:,j) - u%TowerMotion%TranslationDisp(:,j) ! relative wind speed at tower node
Should it not be:
V_rel = u%InflowOnTower(:,j) - u%TowerMotion%TranslationVel(:,j) ! relative wind speed at tower node
or am I mistaken?
Thanks