Stream lines around the hull calculation algorithm.

Discussion in 'Hydrodynamics and Aerodynamics' started by Alexanov, May 5, 2020.

  1. Alexanov
    Joined: Feb 2003
    Posts: 235
    Likes: 30, Points: 38, Legacy Rep: 10
    Location: Norway Sola

    Alexanov Senior Member

    Looking for algorithm of preliminary stream lines calculations. Is it actually possible without full scale CFD calculations?
     
  2. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    Depends on what you mean by CFD. It is possible to calculate streamlines using a potential flow panel method which includes free surface effects. These can take less computational time than CFD which uses meshes in space but still require still require siginficant computations. The only such software I'm aware of is the FSAero version of VSAero. It is not inexpensive and I don't know of any open source versions or similar. My impression is that mesh type CFD is used almost exclusively for calculating flow around surface vessels.
     
  3. Alexanov
    Joined: Feb 2003
    Posts: 235
    Likes: 30, Points: 38, Legacy Rep: 10
    Location: Norway Sola

    Alexanov Senior Member

    Thank you. CFD is a best, but take too much time. Idea was to get quick respond to shape modification.
     
  4. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    The free surface effects greatly complicate the use of potential flow panel codes. If the free surface effects can be ignored, either because the vessel is moving slow enough that waves can be neglected and/or the area of interest is sufficiently far below the surface, then a 3D panel code such as VSAERO can be used. Such panel codes still require a lot of computations and some expertise to use. But then there is always the question of how much different would the results be with free surface effects.
     
    Alexanov likes this.
  5. jehardiman
    Joined: Aug 2004
    Posts: 3,762
    Likes: 1,152, Points: 113, Legacy Rep: 2040
    Location: Port Orchard, Washington, USA

    jehardiman Senior Member

    Yes, you can do it the way it has always been done by using sources and sinks. See the 1945 text Hydrodynamics by Sir Horace Lamb. FWIW, most modern CFD is just all the simple elements in Hydrodynamics combined on a scale that renders doing it by hand (or even on the mainframes we had in the early 1980's) impossible in a lifetime. Having a program grid, select, and place all the different sources, sinks, and vortices has been a godsend to those of us who had to toil doing it by hand. Other than that, most of it is just straightforward brute force calculation....and hope that the program can handle the occasional singularity.
     
  6. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    Singularity based methods are fundamentally different than the space grid based methods which what is usually meant by "CFD". The singularity based methods typically solve for the solution only on the boundaries while the space grid based methods solve over the entire flow field.

    The singularity based methods, such as panel methods, have equations which relate every location on the body surface to every other point on the body surface. If free surfaces are involved they become much more complicated than if the body is in an infinite or semi-infinite with rigid boundary space. Singularity based methods are limited to potential flow (viscous effects are negligable) though they are sometimes linked to boundary layer calculations.

    "CFD" commonly refers to space grid based methods do not use singularities. Instead they use equations which relate the flow at each location to the flow at adjacent locations. The flow is solved for everywhere in the flow field. The equations solved can be those for potential flow, Euler equations for inviscid compressible flow (not applicable for watercraft), or the Navier Stokes equations, typically with some form of turbulence modeling. There are several methods for including free surfaces. Considerable computer power is needed for other than the most trivial examples.

    As computer power has increased exponentially with time there has been a shift from the use of singularity based methods to space grid based methods. My 2012 single processor chip desktop computer which cost around $1200 has over ten times the computational power of the Cray supercomputer I used in the mid-1980s. More recent desktop computers have considerably more power.
     
    Alexanov likes this.
  7. jehardiman
    Joined: Aug 2004
    Posts: 3,762
    Likes: 1,152, Points: 113, Legacy Rep: 2040
    Location: Port Orchard, Washington, USA

    jehardiman Senior Member

    Yes, we all get that, but what Alexander asked for was a method to determine "preliminary stream lines". For this, inviscid, incompressible, and irrotational is acceptable, and the potential stream lines are acceptable, and was the way to do it way back when. While RANS gives a complete solution, the check on the solutions has to start somewhere as most people are not born hydrodynamicists who can visualize flow in their head.
     
  8. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    Space grid methods can solve for inviscid, incompressible, invisicid flow(aka incompressible potential flow). They do not have to solve for turbulent viscous flow using RANS equations.
     
  9. tspeer
    Joined: Feb 2002
    Posts: 2,319
    Likes: 303, Points: 83, Legacy Rep: 1673
    Location: Port Gamble, Washington, USA

    tspeer Senior Member

    A panel code is the simplest calculation that can give you streamlines. Check out Aero Logic's CMARC. It's a complete solution, with Loftsman to loft the geometry and generate grids, CMARC to solve for the flow, and Postmarc to display the results. Postmarc can also calculate the on-body streamlines you're looking for. No free surface effects, though.
     
  10. Alexanov
    Joined: Feb 2003
    Posts: 235
    Likes: 30, Points: 38, Legacy Rep: 10
    Location: Norway Sola

    Alexanov Senior Member

    Interesting. Thank you!
     
  11. philSweet
    Joined: May 2008
    Posts: 2,682
    Likes: 451, Points: 83, Legacy Rep: 1082
    Location: Beaufort, SC and H'ville, NC

    philSweet Senior Member

    If you have the streamlines for a hull, and want to see how a local change in hull shape changes them, that is fundamentally possible, but not easy.

    This document has an excellent section on the numerical treatment of the local flow potential and local velocities. It's a free PDF download from Springer.

    The author, Noblesse from Taylor Model Basin, Has dozens of such papers on potential flow related to surface ships, and numerical methods of exploiting them.

    https://www.researchgate.net/public..._of_sources_on_a_steadily_advancing_ship_hull
     
    Last edited: May 9, 2020
    Alexanov likes this.
  12. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    Phil, thanks for the link.
     

  13. Alexanov
    Joined: Feb 2003
    Posts: 235
    Likes: 30, Points: 38, Legacy Rep: 10
    Location: Norway Sola

    Alexanov Senior Member

    Very useful document.
     
Loading...
Similar Threads
  1. Surfer Naval Architect
    Replies:
    4
    Views:
    1,544
  2. Fergenstine 1
    Replies:
    5
    Views:
    4,009
  3. Autodafe
    Replies:
    25
    Views:
    8,071
  4. lumberjack_jeff
    Replies:
    3
    Views:
    2,877
  5. naserrishehri
    Replies:
    17
    Views:
    661
  6. Janne Enlund
    Replies:
    41
    Views:
    6,963
  7. naserrishehri
    Replies:
    7
    Views:
    2,384
  8. Leo Lazauskas
    Replies:
    34
    Views:
    12,419
  9. Mat-C
    Replies:
    40
    Views:
    10,974
  10. Leo Lazauskas
    Replies:
    50
    Views:
    9,880
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.