A aviation & planes forum. AviationBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » AviationBanter forum » rec.aviation newsgroups » Soaring
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Gottingen 549 Airfoil Experimental Data?



 
 
Thread Tools Display Modes
  #1  
Old January 21st 08, 10:39 PM posted to rec.aviation.soaring
[email protected]
external usenet poster
 
Posts: 351
Default Gottingen 549 Airfoil Experimental Data?

The Gottingen 549 Airfoil is used on many sailplanes, including my
Cherokee II. For my aerodynamics class, I am developing a FORTRAN
program to use the panel method to determine aerodynamic coefficients
for an airfoil. Part of the exercise is to first pick an airfoil with
known coordinates and with available wind tunnel or other experimental
data so that we have something to compare our final answer. I would
obviously enjoy using the Cherokee's airfoil for the project, but can
not find any experimental data out there for it. Any suggestions?
Thanks!
  #2  
Old January 21st 08, 11:43 PM posted to rec.aviation.soaring
Craig[_2_]
external usenet poster
 
Posts: 144
Default Gottingen 549 Airfoil Experimental Data?

On Jan 21, 2:39 pm, wrote:
The Gottingen 549 Airfoil is used on many sailplanes, including my
Cherokee II. For my aerodynamics class, I am developing a FORTRAN
program to use the panel method to determine aerodynamic coefficients
for an airfoil. Part of the exercise is to first pick an airfoil with
known coordinates and with available wind tunnel or other experimental
data so that we have something to compare our final answer. I would
obviously enjoy using the Cherokee's airfoil for the project, but can
not find any experimental data out there for it. Any suggestions?
Thanks!


No luck so far with the Goe 549. Michael Selig and his group have
data on their site for the Goe-417a
http://www.ae.uiuc.edu/m-selig/pub/LSATs/vol3/
Lots of other interesting data for other airfoils also.

Good luck with your project,
Craig
  #3  
Old January 21st 08, 11:54 PM posted to rec.aviation.soaring
[email protected]
external usenet poster
 
Posts: 351
Default Gottingen 549 Airfoil Experimental Data?

On Jan 21, 5:43 pm, Craig wrote:
On Jan 21, 2:39 pm, wrote:

The Gottingen 549 Airfoil is used on many sailplanes, including my
Cherokee II. For my aerodynamics class, I am developing a FORTRAN
program to use the panel method to determine aerodynamic coefficients
for an airfoil. Part of the exercise is to first pick an airfoil with
known coordinates and with available wind tunnel or other experimental
data so that we have something to compare our final answer. I would
obviously enjoy using the Cherokee's airfoil for the project, but can
not find any experimental data out there for it. Any suggestions?
Thanks!


No luck so far with the Goe 549. Michael Selig and his group have
data on their site for the Goe-417ahttp://www.ae.uiuc.edu/m-selig/pub/LSATs/vol3/
Lots of other interesting data for other airfoils also.

Good luck with your project,
Craig


Craig,

thanks I had come across UIUC's website. Let me know if you find
anything out there!

Tony
  #4  
Old January 22nd 08, 04:14 PM posted to rec.aviation.soaring
Martin Gregorie[_1_]
external usenet poster
 
Posts: 276
Default Gottingen 549 Airfoil Experimental Data?

wrote:
On Jan 21, 5:43 pm, Craig wrote:
On Jan 21, 2:39 pm, wrote:

The Gottingen 549 Airfoil is used on many sailplanes, including my
Cherokee II. For my aerodynamics class, I am developing a FORTRAN
program to use the panel method to determine aerodynamic coefficients
for an airfoil. Part of the exercise is to first pick an airfoil with
known coordinates and with available wind tunnel or other experimental
data so that we have something to compare our final answer. I would
obviously enjoy using the Cherokee's airfoil for the project, but can
not find any experimental data out there for it. Any suggestions?
Thanks!

No luck so far with the Goe 549. Michael Selig and his group have
data on their site for the Goe-417ahttp://www.ae.uiuc.edu/m-selig/pub/LSATs/vol3/
Lots of other interesting data for other airfoils also.

Good luck with your project,
Craig


Craig,

thanks I had come across UIUC's website. Let me know if you find
anything out there!

Have you considered using Mark Drela's XFOIL instead of writing your own
analysis program?

http://raphael.mit.edu/xfoil/

If you have a good set of section co-ordinates for the Go 549 and can
approximate the RN you operate at, then XFOIL can generate the polars,
etc. from it.

If you're running 32 bit Windows you can download the executable. For
anything else that has the GNU C/C++ compiler and the Fortran 77
preprocessor (f77) installed, just download the source files and compile
it.


--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |
  #5  
Old January 22nd 08, 08:13 PM posted to rec.aviation.soaring
[email protected]
external usenet poster
 
Posts: 351
Default Gottingen 549 Airfoil Experimental Data?

On Jan 22, 10:14 am, Martin Gregorie
wrote:
wrote:
On Jan 21, 5:43 pm, Craig wrote:
On Jan 21, 2:39 pm, wrote:


The Gottingen 549 Airfoil is used on many sailplanes, including my
Cherokee II. For my aerodynamics class, I am developing a FORTRAN
program to use the panel method to determine aerodynamic coefficients
for an airfoil. Part of the exercise is to first pick an airfoil with
known coordinates and with available wind tunnel or other experimental
data so that we have something to compare our final answer. I would
obviously enjoy using the Cherokee's airfoil for the project, but can
not find any experimental data out there for it. Any suggestions?
Thanks!
No luck so far with the Goe 549. Michael Selig and his group have
data on their site for the Goe-417ahttp://www.ae.uiuc.edu/m-selig/pub/LSATs/vol3/
Lots of other interesting data for other airfoils also.


Good luck with your project,
Craig


Craig,


thanks I had come across UIUC's website. Let me know if you find
anything out there!


Have you considered using Mark Drela's XFOIL instead of writing your own
analysis program?

http://raphael.mit.edu/xfoil/

If you have a good set of section co-ordinates for the Go 549 and can
approximate the RN you operate at, then XFOIL can generate the polars,
etc. from it.

If you're running 32 bit Windows you can download the executable. For
anything else that has the GNU C/C++ compiler and the Fortran 77
preprocessor (f77) installed, just download the source files and compile
it.

--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |


That would, and does, work very well for getting the aerodynamic
characteristics of an airfoil.
The assignment is to find an airfoil that has known experimental data,
such as wind tunnel testing. Then we write our own FORTRAN code and
check our results against the experimental data. Sadly, I dont think
running the shape in XFOIL would satisfy the "experimental data"
requirement.
  #6  
Old January 22nd 08, 09:41 PM posted to rec.aviation.soaring
Steve
external usenet poster
 
Posts: 1
Default Gottingen 549 Airfoil Experimental Data?

On Jan 21, 3:39*pm, wrote:
The Gottingen 549 Airfoil is used on many sailplanes, including my
Cherokee II. *For my aerodynamics class, I am developing a FORTRAN
program to use the panel method to determine aerodynamic coefficients
for an airfoil. *Part of the exercise is to first pick an airfoil with
known coordinates and with available wind tunnel or other experimental
data so that we have something to compare our final answer. *I would
obviously enjoy using the Cherokee's airfoil for the project, but can
not find any experimental data out there for it. *Any suggestions?
Thanks!


Coodinates and wind tunnel data for the Gottingen 549 airfoil is
included in "Comprehensive Reference Guide to Airfoil Sections for
Light Aircraft (c) 1982 by Aviation Publications, Appleton, WI
Good Luck
  #7  
Old January 22nd 08, 09:59 PM posted to rec.aviation.soaring
Martin Gregorie[_1_]
external usenet poster
 
Posts: 276
Default Gottingen 549 Airfoil Experimental Data?

wrote:
On Jan 22, 10:14 am, Martin Gregorie
wrote:
wrote:
On Jan 21, 5:43 pm, Craig wrote:
On Jan 21, 2:39 pm, wrote:
The Gottingen 549 Airfoil is used on many sailplanes, including my
Cherokee II. For my aerodynamics class, I am developing a FORTRAN
program to use the panel method to determine aerodynamic coefficients
for an airfoil. Part of the exercise is to first pick an airfoil with
known coordinates and with available wind tunnel or other experimental
data so that we have something to compare our final answer. I would
obviously enjoy using the Cherokee's airfoil for the project, but can
not find any experimental data out there for it. Any suggestions?
Thanks!
No luck so far with the Goe 549. Michael Selig and his group have
data on their site for the Goe-417ahttp://www.ae.uiuc.edu/m-selig/pub/LSATs/vol3/
Lots of other interesting data for other airfoils also.
Good luck with your project,
Craig
Craig,
thanks I had come across UIUC's website. Let me know if you find
anything out there!

Have you considered using Mark Drela's XFOIL instead of writing your own
analysis program?

http://raphael.mit.edu/xfoil/

If you have a good set of section co-ordinates for the Go 549 and can
approximate the RN you operate at, then XFOIL can generate the polars,
etc. from it.

If you're running 32 bit Windows you can download the executable. For
anything else that has the GNU C/C++ compiler and the Fortran 77
preprocessor (f77) installed, just download the source files and compile
it.

--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |


That would, and does, work very well for getting the aerodynamic
characteristics of an airfoil.
The assignment is to find an airfoil that has known experimental data,
such as wind tunnel testing. Then we write our own FORTRAN code and
check our results against the experimental data. Sadly, I dont think
running the shape in XFOIL would satisfy the "experimental data"
requirement.

OK. Just me not reading carefully enough.

Have you tried any model flying sources? An e-mail to the National Free
Flight Society, http://freeflight.org/ might get you a lead.


--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |
  #8  
Old January 23rd 08, 03:40 AM posted to rec.aviation.soaring
[email protected]
external usenet poster
 
Posts: 351
Default Gottingen 549 Airfoil Experimental Data?

On Jan 22, 3:41 pm, Steve wrote:
On Jan 21, 3:39 pm, wrote:

The Gottingen 549 Airfoil is used on many sailplanes, including my
Cherokee II. For my aerodynamics class, I am developing a FORTRAN
program to use the panel method to determine aerodynamic coefficients
for an airfoil. Part of the exercise is to first pick an airfoil with
known coordinates and with available wind tunnel or other experimental
data so that we have something to compare our final answer. I would
obviously enjoy using the Cherokee's airfoil for the project, but can
not find any experimental data out there for it. Any suggestions?
Thanks!


Coodinates and wind tunnel data for the Gottingen 549 airfoil is
included in "Comprehensive Reference Guide to Airfoil Sections for
Light Aircraft (c) 1982 by Aviation Publications, Appleton, WI
Good Luck


Steve - THANK YOU!
  #9  
Old January 23rd 08, 09:12 AM posted to rec.aviation.soaring
jth[_2_]
external usenet poster
 
Posts: 1
Default Gottingen 549 Airfoil Experimental Data?


GOE 549 is shown also in the Profili 2 airfoil program.


  #10  
Old January 29th 08, 03:36 AM posted to rec.aviation.soaring
[email protected]
external usenet poster
 
Posts: 351
Default Gottingen 549 Airfoil Experimental Data?

On Jan 22, 10:40 pm, wrote:
On Jan 22, 3:41 pm, Steve wrote:



On Jan 21, 3:39 pm, wrote:


The Gottingen 549 Airfoil is used on many sailplanes, including my
Cherokee II. For my aerodynamics class, I am developing a FORTRAN
program to use the panel method to determine aerodynamic coefficients
for an airfoil. Part of the exercise is to first pick an airfoil with
known coordinates and with available wind tunnel or other experimental
data so that we have something to compare our final answer. I would
obviously enjoy using the Cherokee's airfoil for the project, but can
not find any experimental data out there for it. Any suggestions?
Thanks!


Coodinates and wind tunnel data for the Gottingen 549 airfoil is
included in "Comprehensive Reference Guide to Airfoil Sections for
Light Aircraft (c) 1982 by Aviation Publications, Appleton, WI
Good Luck


Steve - THANK YOU!


Got the book today. Interesting that the wind tunnel data is from
1926!
 




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Digital airspace data question -- any FAA data gurus out there? Tuno Piloting 2 December 27th 07 05:06 PM
airfoil [email protected] Soaring 0 July 2nd 07 11:57 PM
Under Entirely New Management, pt 4 - LWp47-gottingen.jpg (1/1) Mitchell Holman Aviation Photos 0 November 10th 06 12:32 PM
GA 35-A-415 airfoil [email protected] Home Built 0 November 1st 05 02:56 AM
S-18 airfoil JDKAHN Home Built 0 October 30th 04 04:35 AM


All times are GMT +1. The time now is 02:30 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 AviationBanter.
The comments are property of their posters.