|
[Sponsors] |
February 22, 2011, 14:58 |
Help! 3d hess smith panel method
|
#1 |
New Member
zhongyu yang
Join Date: Feb 2011
Posts: 7
Rep Power: 15 |
Dear all :
I am doing the research of numerical investigation about the potential flow around hydrofoil. I use Hess and Smith panel method as my basic method (airfoil), I have finished 2D source and vortex NACA airfoil programming with FORTRAN 90. and trying to continue to 3D case, however, I nearly have no progress on that after two months programming. So I hope someone if they can provide some help on 3D code thing for airfoil or other shape. I have read the book of low speed aerodynamics written by Katz, the programming 14 in appendix is incorrect or there maybe some wrong cause I had tried it, it doesn't work. I am so appreciate if someone can give me some help! Thank you very much! zhong |
|
February 23, 2011, 02:17 |
|
#2 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
Try XFLR5, it has lifting line, VLM and 3D panel models included:
http://xflr5.sourceforge.net/xflr5.htm You can also search after PANAIR on the NASA website, if I remember correctly you can find the complete documentation (including theory). Do |
|
February 24, 2011, 05:11 |
|
#3 | |
New Member
zhongyu yang
Join Date: Feb 2011
Posts: 7
Rep Power: 15 |
Quote:
Thank you very much for your help! I have checked the two information u provided, the first one I think is software, but now I am trying to make the FORTRAN programming, but I think it will be helped later. I think PANAIR is one can help me a lot, but do u think where I can find this program or is it possible to find it on internet, also, the programming I am doing is using low order panel method (PANAIR I think is based on the higher order panel method), can u give me some advise and help on that? Thank you very much! zhong |
||
February 24, 2011, 09:20 |
|
#4 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
Hmmm ... you can buy Panair from this website (basically it is a CD full with a lot of small Fortran codes from NASA now in the public domain):
http://www.pdas.com/ For the theory part I think the book of Katz and Plotkin is the best reference you can find, ignore the software from the book, this was implemented by students, so you can't expect high quality but the code should work. Do |
|
February 24, 2011, 09:40 |
|
#5 | |
New Member
zhongyu yang
Join Date: Feb 2011
Posts: 7
Rep Power: 15 |
Quote:
I am agree with u that the theory in that book is the best one, I really hope the code after does work, so u know where the problem is in that code? zhong |
||
February 24, 2011, 10:10 |
|
#6 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
What do you mean but "it does not work" ? Do you have a specific problem ? Send me the error you encounter and the name of the Fortran compiler you use, maybe I can help you,
Do |
|
February 24, 2011, 11:16 |
|
#7 |
Senior Member
Martin Hegedus
Join Date: Feb 2011
Posts: 500
Rep Power: 19 |
Other panel code theory options are VSAERO and PMARC. You can find information on both codes at ntrs.nasa.gov. Both codes are lower order panel methods. PMARC is based on VSAERO. I would suggest you start with VSAERO's theory documentation which can be found on ntrs and then go onto PMARC. Then, if you must, go on to PANAIR. PANAIR is very complex. If you are interested in incompressible flow, then VSAERO/PMARC are probably the way to go, unless you have multiple bodies in close proximity to each other (i.e. panels seeing panels). If you are interested in subsonic compressible flow, then PANAIR is the better way to go, but, by how much is debatable. For supersonic flow, PANAIR is the choice. A US citizen can purchase PMARC from Open Channel, but at $700, I don't think it is cheap for non company use. One can also buy source code for Cmarc from www.aerologic.com for $625.
|
|
February 24, 2011, 11:27 |
|
#8 | |
New Member
zhongyu yang
Join Date: Feb 2011
Posts: 7
Rep Power: 15 |
Quote:
Yes, my research is only focus on the low order panel method and incompressible flow, this code is what I will used as hydrofoil which sailing in the water, so I think subsonic in aerodynamics is enough. Lol, that much, unfortunately, this is my own uni research, it is not company use. Do u know the code in hess and smith panel theory? |
||
February 24, 2011, 12:54 |
|
#9 |
Senior Member
Martin Hegedus
Join Date: Feb 2011
Posts: 500
Rep Power: 19 |
Sorry, only what I come across on the internet.
Frankly, I'm not sure what the difference between Smith and Hess 3D panel methodology and VSAERO/PMARC is. The differences could be in the panel formulation and/or how the codes set up the boundary conditions. For VSAERO, the panels are low order (constant source/sink and vortex ring). VSAERO boundary conditions are no flow through the body (i.e. v dot n = 0) and free stream potential on the inside. This results in knowing the source strength distribution without having to solve a matrix. It is a simple expression. The doublet strength (in this case vortex rings) is then solved by a matrix where the right hand side takes into account the freestream velocities and perturbations from the sources/sinks. The basic methodology is straight forward. This can be found in "Program VSAERO theory document: A computer program for calculating nonlinear aerodynamic characteristics of arbitrary configurations" on ntrs.nasa.gov |
|
February 24, 2011, 15:02 |
|
#10 |
New Member
zhongyu yang
Join Date: Feb 2011
Posts: 7
Rep Power: 15 |
||
February 24, 2011, 17:26 |
|
#11 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
Can you attach the Fortran code ? I will test it with my compiler. I suppose you have copied exactly the code from the book.
Do |
|
February 24, 2011, 18:01 |
|
#12 |
Senior Member
Martin Hegedus
Join Date: Feb 2011
Posts: 500
Rep Power: 19 |
Have you tried emailing Dr. Katz and asking him for the source code?
Edit: this post was directed at zhongzu. |
|
February 24, 2011, 19:26 |
|
#13 |
Senior Member
|
There is also a free open-source 3D panel code in FORTRAN as well as user friendly environment called AVL by Mark Drela and Harold Youngren. It can be downloaded for free from
http://web.mit.edu/drela/Public/web/avl/ Truffaldino |
|
February 24, 2011, 19:54 |
|
#14 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
@truffaldino AVL is actually a VLM code, like Tornado and many others open source codes out in the wild.
|
|
February 25, 2011, 05:17 |
|
#15 | |
New Member
zhongyu yang
Join Date: Feb 2011
Posts: 7
Rep Power: 15 |
Quote:
I did not attach the code, only write it in the FORTRAN. and I checked a few times, it seems I write it excatly the same as that book provides. zhong |
||
February 25, 2011, 05:18 |
|
#16 |
New Member
zhongyu yang
Join Date: Feb 2011
Posts: 7
Rep Power: 15 |
||
February 25, 2011, 08:59 |
|
#17 | |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
Quote:
Do |
||
December 18, 2013, 18:21 |
|
#18 | |
New Member
Hakan
Join Date: Dec 2013
Posts: 3
Rep Power: 12 |
Quote:
Hi! I have looked anywhere for VSAERO but nothing was found. So I knidly would like to ask if the sfotware couples 3D panel method and Boundary layer and if they consider viscous effect as well. Finally, I could not find the source code so any one can show me where is it because it is really interesting software I suppose. Thank you in advance. |
||
December 19, 2013, 14:15 |
|
#19 |
Senior Member
|
Another possibility: XFLR5 is a free 3D software which includes several options: Lifting line, VLM or 3D panel method coupled with viscous analysis of x-foil. I think source code is in C++ and is available for free.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
3D PANEL METHOD | Paolo Lampitella | Main CFD Forum | 12 | August 27, 2014 12:46 |
Please: Looking for a Panel method or vortice lattice for windmill | be_inspired | Main CFD Forum | 10 | April 1, 2009 17:53 |
Induced drag in panel method | andre | Main CFD Forum | 1 | March 8, 2008 11:58 |
Panel Method Doublet Derivatives | Gerrit Groot | Main CFD Forum | 17 | September 17, 2007 10:13 |
Panel method problem | niavarani | Main CFD Forum | 1 | June 17, 2003 11:01 |