|
[Sponsors] |
September 3, 2008, 12:45 |
3D panel code
|
#1 |
Guest
Posts: n/a
|
hi,can any one help me in finding 3D panel method code(in matlab)to calculate aerodynamic coeffecient for complete aircraft,thanks
|
|
September 4, 2008, 04:58 |
Re: 3D panel code
|
#2 |
Guest
Posts: n/a
|
I don't know any CFD code in MatLab, but some exists in Fortran, but probably not freeware. Otherwise there is JavaFoil on the web, in Java but it is only 2D
|
|
September 4, 2008, 05:58 |
Re: 3D panel code
|
#3 |
Guest
Posts: n/a
|
The book "Computational Fluid Dynamics for Engineers: From Panel to Navier-Stokes Methods with Computer Programs" comes with a CD, check what is there
|
|
September 4, 2008, 06:27 |
Re: 3D panel code
|
#4 |
Guest
Posts: n/a
|
thanks for your help,many codes written in matlab for 3D,i want any one
|
|
September 4, 2008, 06:29 |
Re: 3D panel code
|
#5 |
Guest
Posts: n/a
|
thank you,it not a matter,if not free i will buy
|
|
September 4, 2008, 10:22 |
Re: 3D panel code
|
#6 |
Guest
Posts: n/a
|
Does it have to be a MATLAB panel method?
If not try the 3D Panel Flow add-on for SymLab. Full Disclosure: I represent Symscape the developer of SymLab. |
|
September 4, 2008, 11:30 |
Re: 3D panel code
|
#7 |
Guest
Posts: n/a
|
||
September 5, 2008, 10:28 |
Re: 3D panel code
|
#8 |
Guest
Posts: n/a
|
In my knowledge does not exists such a code wrtitten in matlab. Or at least has not public availability. Maybe someone has written its own code but i don't think so because matlab would strongly slow down the solution process and this is not feasible today for any panel code.
For wings only a steady code is available from the Prof. Davenport at Virginia Tech: http://www.aoe.vt.edu/~devenpor/aoe5104/ Also several similar codes (some of which are in matlab) are available from the Prof. Mason http://www.aoe.vt.edu/people/faculty.php?fac_id=whmason But, the most simply available and complete 3D Panel Code is PanAir (obviously in fortran) from: http://www.pdas.com/ for a very little fee. Obviously you will not get any support for any of theese codes. |
|
September 5, 2008, 18:59 |
Re: 3D panel code
|
#9 |
Guest
Posts: n/a
|
Just a word of warning here. Perhaps because panel codes generally represent an earlier era in computational aerodynamics, a misconception exists that they are a cheap and easy option. In experienced hands, the right 3D panel code is an amazingly fast design-level analysis tool. However, in particular because you have to specify wakes, and keep track of topology and connectivity issues, these codes are far from simple to use correctly. You really do need to know what you are doing if you want to use them. For example, I take exception to the solution described in http://www.symscape.com/examples/panel/dlr_f4 . That is just wrong!
|
|
September 6, 2008, 00:01 |
Re: 3D panel code
|
#10 |
Guest
Posts: n/a
|
lol..I especially like the fact that they chose the angle of attack of the simulation to best match the experiment...
|
|
September 6, 2008, 10:24 |
Re: 3D panel code
|
#11 |
Guest
Posts: n/a
|
What angle of attack do you suggest?
Given that the experiment didn't quote an angle, it just provided the overall lift and drag. Point noted - you do need to know the limitations of panel methods to get best value from them: http://www.symscape.com/blog/why_use_panel_method I presume anyone looking for a panel method is willing to accept its limitations. |
|
September 6, 2008, 11:38 |
Re: 3D panel code
|
#12 |
Guest
Posts: n/a
|
I suggest if you want to compare to experimental data then you should pick a case where you know the relevant important parameters...
|
|
September 6, 2008, 12:16 |
Re: 3D panel code
|
#13 |
Guest
Posts: n/a
|
"I suggest if you want to compare to experimental data then you should pick a case where you know the relevant important parameters..."
I agree, I would prefer a better defined case. I was after a relatively complex 3D configuration, with easily accessible geometry (public domain iges, step) and fully subsonic - the DLR F-4 was the best I could find. I'd welcome suggestions for other cases that fit these requirements. I ran a simulation for a 2D multi-element airfoil (NLR 7301) that you might find more interesting: http://www.symscape.com/examples/panel/nlr7301 |
|
September 6, 2008, 12:25 |
Re: 3D panel code
|
#14 |
Guest
Posts: n/a
|
I'm not doubting the ability of the code...I am sure it is fine. I just think it is not good practice to compare to experiment when you don't even have the angle of attack that the experiment was run at.
|
|
September 7, 2008, 05:45 |
Re: 3D panel code
|
#15 |
Guest
Posts: n/a
|
The thing with this particular test case is that it was used for the drag prediction workshop, where the objective obviously was to compare the abilities of various codes to calculate drag accurately. As we all know, induced drag scales with the square of the lift, so I think the decision was made to allow the participants to run their submissions at the angle of attack that was required to reach the target lift coefficient, thus effectively normalizing everybody's submissions. It's an unusual approach, but I believe that it was done this way to compensate partly for any inaccuracy in the tunnel angle of attack measurement, due to deflection of the model, balance an support. In fact, the supplied geometry was already partially modified to account for the flexing of the wing, which highlights the organisers' concern about deflections.
Now back to gocarts' solution on the web page .... what I don't like is the treatment of the inboard edge of the wake. This is one of the trickiest areas with lifting panel codes, and there is no simple solution. However, arbitrarily terminating the wake well short of the wing root just can't be right, as it effectively means that there can't be any lift produced at the wing root. We know that is not right. I've seen two approaches used - one is to run the leading edge of the wake down the side of the fuselage, joining up with the plane of symmetry at the back. PMARC works like this. This obviously does not work well with long fuselages, or ones that don't taper to the back. The other approach is to extend the wake into the body, joining up there, the so-called "extra strip" method, which I think is used in DacVine. This method seems to produce a very realistic distribution of lift. |
|
September 7, 2008, 12:32 |
Re: 3D panel code
|
#16 |
Guest
Posts: n/a
|
As you point out - not extending the wake into the wing-body root is an issue. This reflects a limitation in our current force-free wake model - which doesn't limit collisions between wakes and geometry.
Also as you said earlier Panel Methods aren't a general solution for aerodynamic analysis, especially given their constraints in terms of physics and wake specification. With this in mind we are currently working on an OpenFOAM integration for more general aerodynamic analysis: http://www.symscape.com/newsletters/june-2008 With such a toolbox of techniques I think the DLR-F4 in the drag prediction workshop would make a good case study. I imagine you could use the panel method (even with its limited wake model) to get an estimate of the incidence that best matches the pressure coefficient profiles and then use the full RANS (OpenFOAM) CFD solver to perform the drag prediction simulation. I believe the overall turnaround time would be significantly faster than just using a RANS CFD solver in trial and error mode to determine the incidence. |
|
September 5, 2018, 11:30 |
|
#17 |
New Member
Shahrukh
Join Date: Sep 2018
Posts: 1
Rep Power: 0 |
so did you find 3d panel code in matlab?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem building 3D Panel Method | Daniel | Main CFD Forum | 0 | September 15, 2006 08:51 |
A problem of panel mathod code. | lily | Main CFD Forum | 7 | June 21, 2001 02:01 |
Design Integration with CFD? | John C. Chien | Main CFD Forum | 19 | May 17, 2001 16:56 |
own Code vs. commercial code | Bernhard Mueck | Main CFD Forum | 10 | February 16, 2000 11:07 |
public CFD Code development | Heinz Wilkening | Main CFD Forum | 38 | March 5, 1999 12:44 |