Sailboat physics simulation

Discussion in 'Hydrodynamics and Aerodynamics' started by omarreis, Nov 23, 2016.

  1. omarreis
    Joined: Nov 2016
    Posts: 2
    Likes: 0, Points: 0, Legacy Rep: 10
    Location: Sao Paulo

    omarreis New Member

    Hi. I'm not a boat designer, but a computer programmer and sailor.
    I wrote code that simulates some physical aspects
    of sailboats. It uses box2d library (physics in 2D)

    The SailboatBox2D project can be found at:

    https://github.com/omarreis/SailboatBox2d/wiki
    https://github.com/omarreis/SailboatBox2d/

    also a video at:

    https://youtu.be/50Omdka_yx8

    The sails in this code are simulated by a bunch of flat plates,
    connected by revolute joints, forming a chain.
    This gives them a movement that is about right.

    The force the wind applies to the sail is trough these plates.
    I calculated lift and drag for each plate as if they were slender,
    flat plates, free standing in undisturbed flow of air.

    I understand this is not a good model, as the fact that sail segments
    are disposed together in a single, curved shape is obviously important,
    and it is not currently taken into account.

    The bad side of this unrealistic model is that the sails
    have large drag even when they are flapping.

    My question is: Is there a way to calculate the forces on a sail,
    based on the wind conditions and the shape of the sail ?
    I mean, a loose sail, with more draft, is supposed to
    receive a larger force than a flat one, but how
    can I quantify that ?

    Omar
     
  2. Ad Hoc
    Joined: Oct 2008
    Posts: 7,788
    Likes: 1,688, Points: 113, Legacy Rep: 2488
    Location: Japan

    Ad Hoc Naval Architect

    Omar

    Welcome to the forum.

    Before you go any further, you should have a read of this first, to give you an idea of the task ahead:
     

    Attached Files:

  3. omarreis
    Joined: Nov 2016
    Posts: 2
    Likes: 0, Points: 0, Legacy Rep: 10
    Location: Sao Paulo

    omarreis New Member

    Wow. Lots of information in this PDF.
    I hope I can understand it !

    Thanks
     
Loading...
Similar Threads
  1. seandepagnier
    Replies:
    16
    Views:
    3,379
  2. Sailor Al
    Replies:
    40
    Views:
    6,192
  3. wesley Sherman
    Replies:
    10
    Views:
    1,936
  4. Federico Ferretti
    Replies:
    3
    Views:
    2,845
  5. Dolfiman
    Replies:
    3
    Views:
    2,139
  6. bjn
    Replies:
    23
    Views:
    8,031
  7. laukejas
    Replies:
    322
    Views:
    48,782
  8. Ivanthefool
    Replies:
    5
    Views:
    3,382
  9. DennisRB
    Replies:
    0
    Views:
    6,877
  10. vincentg38
    Replies:
    14
    Views:
    6,213
Forum posts represent the experience, opinion, and view of individual users. Boat Design Net does not necessarily endorse nor share the view of each individual post.
When making potentially dangerous or financial decisions, always employ and consult appropriate professionals. Your circumstances or experience may be different.