中国高校课件下载中心 》 教学资源 》 大学文库

上海交通大学:《飞机设计 Aircraft Design》课程教学资源_参考资料_44_a system for aerodynamic design and analysis of supersonic aircraft part 2 users manual

文档信息
资源类别:文库
文档格式:PDF
文档页数:128
文件大小:3.75MB
团购合买:点击进入团购
内容简介
上海交通大学:《飞机设计 Aircraft Design》课程教学资源_参考资料_44_a system for aerodynamic design and analysis of supersonic aircraft part 2 users manual
刷新页面文档预览

NASA Contractor Report 3352 A System for Aerodynamic Design and Analysis of Supersonic Aircraft Part 2 User's Manual W.D.Middleton,J.L.Lundry, and R.G.Coleman Boeing Commercial Airplane Company Seattle,Washington Prepared for Langley Research Center under Contract NAS1-15534 NASA National Aeronautics and Space Administration Scientific and Technical Information Branch 1980

NASA Contractor Report 3352 A System for Aerodynamic Design and Analysis of Supersonic Aircraft Part 2 User's Manual W. D. Middleton, J. L. Lundry, and R. G. Coleman Boeing Commercial Airplane Company Seattle, Washington Prepared for Langley Research Center under Contract NAS1-15534 N/ A National Aeronautics and Space Administration Scientific and Technical Information Branch 1980

-

CONTENTS Page 1.0 SUMMARY 1 2.0 INTRODUCTION 3 3.0 DISCUSSION 3.1 Systems Communications 3.2 Geometry Module 。 3.3 Plot· 55991 3.4 Skin Friction 3.5 Far-Field Wave Drag Program 1 3.6 Near-Field Wave Drag 3.7 Wing Design and Lift Analysis 3.8 474 Wing Pressure Summary 4.0 INPUT FORMAT 4.1 Executive Control Card Summary 4.2 Geometry Program.··· 4.3 Plot Program· 4.4 Skin Friction Program 4.5 Far-Field Wave Drag Program ◆ 4.6 Near-Field Wave Drag Program 4.7 Wing Design Program 556981570916 4.8 Lift Analysis Program 4.9 Wing Pressure Summary Program APPENDIX Interactive Graphics 109 REFERENCES 121 讲

1.0 SUGARY CONTENTS Page i 2.0 INTRODUCTION 3.0 DISCUSSION ..... 3.1 Systems Communications 3.2 Geometry Module . 3.3 Plot ...... . 3.4 Skin Friction 3.5 Far-Field Wave Drag Program 3.6 Near-Field Wave Drag . . . 3.7 Wing Design and Lift Analysis 3.8 Wing Pressure Summary 5 5 9 9 11 11 14 17 54 4.0 INPUT FORMAT ..... 4.1 Executive Control Card Summary 4.2 Geometry Program . . 4.3 Plot Program ...... 4.4 Skin Friction Program 4.5 Far-Field Wave Drag Program . . 4.6 Near-Field Wave Drag Program . . 4.7 Wing Design Program 4.8 Lift Analysis Program 4.9 Wing Pressure Summary Program . 57 57 59 68 71 75 77 8O 95 106 APPENDIX - Interactive Graphics • 109 REFERENCES 121 o,, 111

1.0 SUMMARY An integrated system of computer programs has been developed for the design and analysis of supersonic configurations. The system consists of an executive driver and eight basic computer programs including a plot module,which are used to build up the force coefficients of a selected configuration.Documentation of the system has been broken into four parts: Part 1 -General Description and Theoretical Development (CR-3351) Part 2 User's Manual (CR-3352) Part 3 -Computer Program Description (CR-3353) Part 4 Test Cases (CR-3354). This part,the user's manual,contains a description of the system,an explanation of its usage,and the input definition. These four documents supersede NASA contractor reports CR-2715,CR-2716,and CR-2717,which described an earlier version of the system. Interactive graphics for use with the system are optional,employing the NASA-LRC CRT display and associated software.A description of the inter- active graphics portion of the system is given in the Appendix. The computer program is written in FORTRAN IV for a NOS operating system and library file.It is designed for the CDC 6000 series of computers and is overlay-structured.The system requires approximately 135000g central memory words and uses eight peripheral disk files in addition to the input and output files

1.0 SUMMARY An integrated system of computer programs has been developed for the design and analysis of supersonic configurations. The system consists of an executive driver and eight basic computer programs including a plot module, which are used to build up the force coefficients of a selected configuration. Documentation of the system has been broken into four parts: Part 1 - General Description and Theoretical Development (CR-3351) Part 2 - User's Manual (CR-3352) Part 3 - Computer Program Description (CR-3353) Part 4 - Test Cases (CR-3354). This part, the user's manual, contains a description of the system, an explanation of its usage, and the input definition. These four documents supersede NASA contractor reports CR-2715, CR-2716, and CR-2717, which described an earlier version of the system. Interactive graphics for use with the system are optional, employing the NASA-LRC CRT display and associated software. A description of the inter￾active graphics portion of the system is given in the Appendix. The computer program is written in FORTRAN IV for a NOS operating system and library file. It is designed for the CDC 6000 series of computers and is overlay-structured. The system requires approximately 1350008 central memory words and uses eight peripheral disk files in addition to the input and output files

2.0 INTRODUCTION A series of individual computer programs for design or analysis of supersonic configurations has been linked together into a single system.The system, because of built-in communication between the programs,is substantially simpler to input and use than the individual programs operating in a stand-alone mode.In addition,a common geometry format,based on the NASA-LRC configuration plotting program,has been adopted to standardize the input requirements of the basic programs. Interactive graphics have been included in the system,to display or edit input and to permit monitoring and readout of program results.The graphics arrangement is tailored specifically to the NASA-LRC CDC 250 cathode ray tube and associated software.However,all graphics applications have been sub- routined to the main programs and could be readily converted to a different graphics setup. Because the segment of the computer program which calculates skin friction drag (page 71)requires input of altitude in thousands of feet and Reynolds number in millions per foot,SI units have not been used. 3

2.0 INTRODUCTION A series of individual computer programsfor design or analysis of supersonic configurations has been linked together into a single system. The system, because of built-in communication between the programs, is substantially simpler to input and use than the individual programs operating in a stand-alone mode. In addition, a commongeometry format, based on the NASA-LRCconfiguration plotting program, has been adopted to standardize the input requirements of the basic programs. Interactive graphics have been included in the system, to display or edit input and to permit monitoring and readQut of program results. The graphics arrangement is tailored specifically to the NASA-LRCCDC250 cathode ray tube and associated software. However, all graphics applications have been sub￾routined to the main programs and could be readily converted to a different graphics setup. Becausethe segment of the computer program which calculates skin friction drag (page 71) requires input of altitude in thousands of feet and Reynolds number in millions per foot, SI units have not been used

3.0 DISCUSSION A schematic of the design and analysis system is shown in figure 3.0-1.The system consists of an executive "driver"and eight basic computer programs including a plot program and a geometry input module,which are used to build up the force coefficients of a selected configuration as shown in figure 3.0-2.The system may be used with or without interactive graphics. The complete design and analysis system is a single overlaid computer program, with the executive driver as the main overlay and the basic programs as pri- mary overlays.The basic programs manipulate input (geometry module),draw a picture of the configuration (plot module),or perform design or analysis calculations. Aerodynamic force coefficients for a selected configuration are built up through superposition.The individual modules of the system provide data for the force coefficient buildup as follows: Skin friction is computed using flat plate turbulent theory. ● Wave drag is calculated from either near-field (surface pressure integration)or far-field (supersonic area rule)methods.The near-field method is used primarily as an analysis tool,where detailed pressure distributions are of interest.The far-field method is used for wave drag coefficient calculations and for fuselage optimization according to area rule concepts. ● Drag-due-to-lift is computed from the lift analysis program,which breaks arbitrary wing/fuselage/canard/nacelles/horizontal tail configurations into a mosaic of "Mach-box"rectilinear elements which are employed in linear theory solutions.A complementary wing design and optimization program,also using the Mach-box approach,solves for the wing shape required to support an optimized pressure distribution at a specified flight condition. 3.1 System Communications Communication between the executive and the different basic modules is performed by disk files and limited common block storage. 1) Input A11 input to the basic modules is handled through the common geometry module and its associated interfaces.A fundamental consideration in the setup of the system has been that input to the basic modules would not be changed by their incorporation into the overall system. However,to minimize and simplify system input requirements,a special geometry module has been created to read all input,and then sort and structure the input needs of the basic programs. 5

3.0 DISCUSSION A schematic of the design and analysis system is shown in figure 3.0-1. The system consists of an executive "driver" and eight basic computer programs including a plot program and a geometry input module, which are used to build up the force coefficients of a selected configuration as shown in figure 3.0-2. The system may be used with or without interactive graphics. The complete design and analysis system is a single overlaid computer program, with the executive driver as the main overlay and the basic programs as pri￾mary overlays. The basic programs manipulate input (geometry module), draw a picture of the configuration (plot module), or perform design or analysis calculations. Aerodynamic force coefficients for a selected configuration are built up through superposition. The individual modules of the system provide data for the force coefficient buildup as follows: m Skin friction is computed using flat plate turbulent theory. Wave drag is calculated from either near-field (surface pressure integration) or far-field (supersonic area rule) methods. The near-field method is used primarily as an analysis tool, where detailed pressure distributions are of interest. The far-field method is used for wave drag coefficient calculations and for fuselage optimization according to area rule concepts. Drag-due-to-lift is computed from the lift analysis program, which breaks arbitrary wing/fuselage/canard/nacelles/horizontal tail configurations into a mosaic of "Mach-box" rectilinear elements which are employed in linear theory solutions. A complementary wing design and optimization program, also using the Mach-box approach, solves for the wing shape required to support an optimized pressure distribution at a specified flight condition. 3.1 System Communications Communication between the executive and the different basic modules is performed by disk files and limited common block storage. 1) Input All input to the basic modules is handled through the common geometry module and its associated interfaces. A fundamental consideration in the setup of the system has been that input to the basic modules would not be changed by their incorporation into the overall system. However, to minimize and simplify system input requirements, a special geometry module has been created to read all input, and then sort and structure the input needs of the basic programs

Aewwns 苦 sIsAjeue 2615ad pue (a]nu eaje ainpow 6

,_>X UJ ,_ E mm_mm I ' I - I I _ I I_I°° I _ _ ; __1_ I a _Q I I _mm !° _ 2 III : =_ I ::,_.__ I I I...... IIIII I_' QbqqeI u.l

刷新页面下载完整文档
VIP每日下载上限内不扣除下载券和下载次数;
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
相关文档