REG NASA-TM-4741-1996 Computer Program to Obtain Ordinates for NACA Airfoils.pdf
《REG NASA-TM-4741-1996 Computer Program to Obtain Ordinates for NACA Airfoils.pdf》由会员分享,可在线阅读,更多相关《REG NASA-TM-4741-1996 Computer Program to Obtain Ordinates for NACA Airfoils.pdf(28页珍藏版)》请在麦多课文档分享上搜索。
1、National Aeronautics and Space AdministrationLangley Research Center Hampton, Virginia 23681-0001NASA Technical Memorandum 4741Computer Program To Obtain Ordinates forNACA AirfoilsCharles L. Ladson, Cuyler W. Brooks, Jr., and Acquilla S. HillLangley Research Center Hampton, VirginiaDarrell W. Sprole
2、sComputer Sciences Corporation Hampton, VirginiaDecember 1996Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-Printed copies available from the following:NASA Center for AeroSpace Information National Technical Information Service (NTIS)800 Elkridge L
3、anding Road 5285 Port Royal RoadLinthicum Heights, MD 21090-2934 Springfield, VA 22161-2171(301) 621-0390 (703) 487-4650The use of trademarks or names of manufacturers in this report is foraccurate reporting and does not constitute an official endorsement,either expressed or implied, of such product
4、s or manufacturers by theNational Aeronautics and Space Administration.Available electronically at the following URL address: http:/techreports.larc.nasa.gov/ltrs/ltrs.htmlComputer program is available electronically from the Langley Software ServerProvided by IHSNot for ResaleNo reproduction or net
5、working permitted without license from IHS-,-,-IntroductionAlthough modern high-speed aircraft generally makeuse of advanced NASA supercritical airfoil sections,there is still a demand for information on the NACAseries of airfoil sections, which were developed over50 years ago. Computer programs wer
6、e developed in theearly 1970s to produce the ordinates for airfoils of anythickness, thickness distribution, or camber in the NACAairfoil series. These programs are published in refer-ences 1 and 2. These programs, however, were written inthe Langley Research Center version of FORTRAN IVand are not
7、easily portable to other computers. The pur-pose of this paper is to describe an updated version ofthese programs. The goal was to combine both programsinto a single program that could be executed on a widevariety of personal computers and workstations as wellas mainframes. The analytical design equ
8、ations for bothsymmetrical and cambered airfoils in the NACA 4-digit-series, 4-digit-modified-series, 5-digit-series, 5-digit-modified-series, 16-series, 6-series, and 6A-series airfoilfamilies have been implemented. The camber-line desig-nations available are the 2-digit, 3-digit, 3-digit-reflex,6-
9、series, and 6A-series. The program achieves portabilityby limiting machine-specific code. An effort was madeto make all inputs to the program as simple as possible touse and to lead the user through the process by means ofa menu.SymbolsThe symbols in parentheses are the ones used in thecomputer prog
10、ram and in the computer-generated listings(.rpt file).A camber-line designation, fraction ofchord from leading edge over whichdesign load is uniformaiconstants in airfoil equation, i = 0, 1, ., 4biconstants in camber-line equation, i = 0,1, 2c (C, CHD) airfoil chordcl,i(CLI) design section lift coef
11、ficientdiconstants in airfoil equation, i = 0, 1, 2, 3dx derivative of x; also basic selectableinterval in profile generationd(x/c), dy, d derivatives of x/c, y, and I leading-edge radius index numberk1, k2constantsm chordwise location for maximum ordi-nate of airfoil or camber linep maximum ordinat
12、e of 2-digit camber lineR radius of curvatureRle(RLE) leading-edge radiusr chordwise location for zero value of sec-ond derivative of 3-digit or 3-digit-reflexcamber-line equationt thicknessx (X) distance along chordy (Y) airfoil ordinate normal to chord, positiveabove chordz complex variable in cir
13、cle planez complex variable in near-circle plane local inclination of camber line airfoil parameter, complex variable in airfoil plane angular coordinate of z angular coordinate of z airfoil parameter determining radial coor-dinate of zAbstractComputer programs to produce the ordinates for airfoils
14、of any thickness, thick-ness distribution, or camber in the NACA airfoil series were developed in the early1970s and are published as NASA TM X-3069 and TM X-3284. For analytic airfoils,the ordinates are exact. For the 6-series and all but the leading edge of the 6A-seriesairfoils, agreement between
15、 the ordinates obtained from the program and previouslypublished ordinates is generally within 5 105chord. Since the publication of theseprograms, the use of personal computers and individual workstations has prolifer-ated. This report describes a computer program that combines the capabilities of t
16、hepreviously published versions. This program is written in ANSI FORTRAN 77 and canbe compiled to run on DOS, UNIX, and VMS based personal computers and work-stations as well as mainframes. An effort was made to make all inputs to the programas simple as possible to use and to lead the user through
17、the process by means of amenu.Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-20average value of ,Subscripts:cam camberedl (L) lower surfaceN forward portion of camber lineT aft portion of camber linet thicknessu (U) upper surfacex derivative with re
18、spect to xComputer Listing SymbolsFor reasons having to do with code portability, thecomputer-generated listing (.rpt file) will always havethe alphabetic characters in upper case. The followinglist is intended to eliminate any confusion.A camber-line designation, fraction of chordfrom leading edge
19、over which design loadis uniformA0,.,A4 constants in airfoil equationCHD, C airfoil chordCLI design section lift coefficientCMB maximum camber in chord length,CMBNMR number of camber lines to be combined in6- and 6A-series multiple camber-lineoptionCMY m, location of maximum camberCRAT cumulative sc
20、aling of EPS, PSI,D0,.,D3 constants in airfoil equationDX basic selectable interval in profilegenerationDY/DX first derivative of y with respect to x,D2Y/DX2 second derivative of y with respect to x,EPS airfoil parameter, = IT number of iterations to converge 6-seriesprofileK1, K2 3-digit-reflex cam
21、ber parameters, k1and k2PHI , angular coordinate of zPSI , airfoil parameter determining radialcoordinate of zRAT(I) ith iterative scaling of , RC radius of curvature at maximum thicknessfor 4-digit modified profileRK2OK1 3-digit reflex camber parameter ratio,RLE leading-edge radiusRNP radius of cur
22、vature at originSF ratio of input t/c to converged t/c afterscalingTOC thickness-chord ratioX distance along chordXMT m, location of maximum thickness for4-digit modified profileXT(12), location and slope of ellipse nose fairingYT(12), for 6- and 6A-series thicknessYTP(12) profilesXU, XL upper and l
23、ower surface locations of xXTP x/c location of slope sign change for6- and 6A-series thickness profileXYM m, location of maximum thickness for6- and 6A-series profiles or chordwiselocation for maximum ordinate of airfoilor camber lineY airfoil ordinate normal to chord, positiveabove chordYM y/c loca
24、tion of slope sign change for 6- and6A-series thickness profileYMAX y(m), maximum ordinate of thicknessdistributionYU, YL upper and lower surface y ordinateAnalysisThickness Distribution Equations for AnalyticAirfoilsThe design equations for the analytic NACA airfoilsand camber lines have been prese
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- REGNASATM47411996COMPUTERPROGRAMTOOBTAINORDINATESFORNACAAIRFOILSPDF

链接地址:http://www.mydoc123.com/p-1019577.html