CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

3D panel code

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 3, 2008, 11:45
Default 3D panel code
  #1
yaaw
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
  Reply With Quote

Old   September 4, 2008, 03:58
Default Re: 3D panel code
  #2
LBRS
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
  Reply With Quote

Old   September 4, 2008, 04:58
Default Re: 3D panel code
  #3
Ahmed
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
  Reply With Quote

Old   September 4, 2008, 05:27
Default Re: 3D panel code
  #4
yaaw
Guest
 
Posts: n/a
thanks for your help,many codes written in matlab for 3D,i want any one
  Reply With Quote

Old   September 4, 2008, 05:29
Default Re: 3D panel code
  #5
yaaw
Guest
 
Posts: n/a
thank you,it not a matter,if not free i will buy
  Reply With Quote

Old   September 4, 2008, 09:22
Default Re: 3D panel code
  #6
gocarts
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.
  Reply With Quote

Old   September 4, 2008, 10:30
Default Re: 3D panel code
  #7
Praveen. C
Guest
 
Posts: n/a
No idea about matlab code, there is one in fortran here

http://web.mit.edu/drela/Public/web/avl/
  Reply With Quote

Old   September 5, 2008, 09:28
Default Re: 3D panel code
  #8
Paolo Lampitella
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.
  Reply With Quote

Old   September 5, 2008, 17:59
Default Re: 3D panel code
  #9
Charles
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!

  Reply With Quote

Old   September 5, 2008, 23:01
Default Re: 3D panel code
  #10
Peter Attar
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...
  Reply With Quote

Old   September 6, 2008, 09:24
Default Re: 3D panel code
  #11
gocarts
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.
  Reply With Quote

Old   September 6, 2008, 10:38
Default Re: 3D panel code
  #12
Peter Attar
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...
  Reply With Quote

Old   September 6, 2008, 11:16
Default Re: 3D panel code
  #13
gocarts
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

  Reply With Quote

Old   September 6, 2008, 11:25
Default Re: 3D panel code
  #14
Peter Attar
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.
  Reply With Quote

Old   September 7, 2008, 04:45
Default Re: 3D panel code
  #15
Charles
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.

  Reply With Quote

Old   September 7, 2008, 11:32
Default Re: 3D panel code
  #16
gocarts
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.
  Reply With Quote

Old   September 5, 2018, 10:30
Default
  #17
New Member
 
Shahrukh
Join Date: Sep 2018
Posts: 1
Rep Power: 0
shahrukh is on a distinguished road
so did you find 3d panel code in matlab?
shahrukh is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem building 3D Panel Method Daniel Main CFD Forum 0 September 15, 2006 07:51
A problem of panel mathod code. lily Main CFD Forum 7 June 21, 2001 01:01
Design Integration with CFD? John C. Chien Main CFD Forum 19 May 17, 2001 15:56
own Code vs. commercial code Bernhard Mueck Main CFD Forum 10 February 16, 2000 10:07
public CFD Code development Heinz Wilkening Main CFD Forum 38 March 5, 1999 11:44


All times are GMT -4. The time now is 05:33.