Hello,
working on the coupling of a program with FAST I am stuck at one more thing that I am totally not sure about - the DiskVel function.
It calls the function WindInf_ADhack_diskVel that returns some type of mean velocity (FF_wind → overall mean, HH_wind → some interpolated value between two timesteps, …).
Position = (/0.0, 0.0, HH /)
AvgInfVel(:) = WindInf_ADhack_diskVel( REAL(Time, ReKi), Position, ErrStat )
I guess my case is closest to FD_Wind because I get the velocities for every point FAST needs (blades nodes and hub height) always in the current time step. It is ok to just calculate the mean out of all those velocities for every time step? What would you recommend. What is this value actually for?
Kind regards
Marc