- #281
A.T.
Science Advisor
- 12,554
- 3,687
Here the speed limits plotted as function of the minimal apparent wind angle (AWA), normalized to multiples of true wind speed (TWS):erobz said:So what is the hypothesis for the limits of ##v_x,v_y##?
And here the speeds for AWA = 6° (ice boats) and AWA = 20° (racing boats), as function of the true wind angle (TWA), or the course relative to the true wind:
For the AWA = 20°, here the vectors for maximal speed:
Maximal downwind component:
Maximal upwind component:
The math:
LDair = lift/drag at the air
LDsurface = lift/drag at the surface
AWA : apparent wind angle
TWA : true wind angle
TWS : true wind speed
AWA = atan(1 / LDsurface) + atan(1 / LDair)
MAX_SPEED = TWS * 1 / sin(AWA)
MAX_DOWNWIND_COMPONENT = TWS * (1 / sin(AWA) + 1) / 2
MAX_UPWIND_COMPONENT = TWS * (1 / sin(AWA) - 1) / 2
SPEED = TWS * sin(TWA - AWA) / sin(AWA)
DOWNWIND (+) UPWIND (-) COMPONENT= - SPEED * COS(TWA)
For more information see:
http://www.onemetre.net/design/CourseTheorem/CourseTheorem.htm
https://books.google.de/books?id=Xe_i23UL4sAC&lpg=PP1&hl=de&pg=PA49#v=onepage&q&f=false
Last edited: