BldComps:
--------------------------------------------------------------------------
Computes inflow velocity, blade Reynold's number and angle of attack
--------------------------------------------------------------------------
Form:
[W, Reb, alpha] = BldComps( theta, Xu, Xd, V, Vpm, Ret )
--------------------------------------------------------------------------
------
Inputs
------
theta (1,1) Angle to wind
Xu (1,1) Upwind tip-speed ratio
Xd (1,1) Downwind tip-speed ratio
V (1,1) Upwind induced velocity (m/s)
Vpm (1,1) Downwind induced velocity (m/s)
Ret (1,1) Wind turbine Reynold's number
-------
Outputs
-------
W (1,1) Relative inflow velocity
Reb (1,1) Blade Reynold's number
alpha (1,1) Angle of attack
--------------------------------------------------------------------------