已阅读5页,还剩11页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
CFD simulation in Laval nozzleSIAE 090441313AbstractWe aim to simulate the quasi one dimension flow in the Laval nozzle based on CFD computation in this paper .We consider the change of the temperature ,the pressure ,the density and the speed of the flow to study the flow.The analytic solution of the flow in the Laval nozzle is provided when the input velocity is supersonic.We use the Mac-Cormack Explicit Difference Scheme to slove the question.Key words :Laval nozzle ,CFD,throat narrow.Contents Abstract .1Introduction .2Simulation of one-dimensional steady flow.3 Basis equations .3Dimensionless .10Mac -Cormack Explicit Difference Scheme.11Boundary conditions .13Reference .13Annex .14IntroductionLaval nozzle is the most commonly used components of rocket engines and aero-engine, constituted by two tapered tube, one shrink tube, another expansion tube.Laval nozzle is an important part of the thrust chamber. The first half of the nozzle from large to small contraction to a narrow throat to the middle. Narrow throat and then expand outwards from small to big to the end. The gas in the rocket body by the front half of the high pressure into the nozzle, through the narrow throat to escape by the rear half. This architecture allows the speed of the air flow changes due to changes in the jet cross-sectional area, the airflow from subsonic to the speed of sound, until accelerated to transonic. So, people flared nozzle called transonic nozzle. Since it was invented by the Swedish Laval, also known as Laval nozzle. Analysis of the principle of the Laval nozzle. The rocket engines of the gas flow in the combustion chamber under pressure, after the backward movement of the nozzle into the nozzle . At this stage, the gas movement follow the principle of the fluid moves in the tube , the small cross-section at the flow rate large sectional large flow velocity, thus accelerating airflow.Laval nozzle When you reach the narrow throat, the flow rate has exceeded the speed of sound. Transonic fluid movement they no longer follow the principle of cross-section at small velocity, at a flow rate of small cross-section large, but on the contrary the larger cross-sectional flow faster. The gas flow speed is further accelerated to 2-3 km / sec,equivalent to 7-8 times the speed of sound, thus creating a great thrust. The Laval nozzle fact played the role of a flow rate Enlargement Device. In fact, not just rocket engines, missile nozzle is this horn shape, so the Laval nozzle weapons has a very wide range of applications.Simulation of one-dimensional steady flow1.Basis equationsAs we know,Laval nozzle is a zooming nozzle flow channel to narrow further expansion.Allows the airflow to further accelerate to reach the speed of sound at the throat into a supersonic flow.Now,we want to simulate the quasi one-dimension flowing.Firstly,we will analysis on theory.The flow is isentropic,so we can apply the following equations.(1)Continuity equation:In the flow, we need to consider the following physical quantities.The pression ,the temperature ,the speed of the fluid and the cross-section .They are respectively represented by P,T,u,A. We apply the conservation of the mass.we will obtain this equation.And then we get(2)Equation of momentum(in the direction of the axis)According to the theory of momentum:The simplification of this equation is (3)Energy equationIdeal gas equation of stateR is ideal gas constant,R=8.314J/g/K.M is the masse per mole.(4)The equation of ThermodynamicsBecause the flow is isentropic,so dS=0And we use the equation of momentum,we haveCombine with others equations,we result withWe called u the speed of sound,we noted a. We apply the continuity equationWe defined the Mach number If we have the relation as We have the figure So M1,supersonicIf dA0.If dA0,we have du0.M1,subsonicIf dA0.If dA0,we have du0.This is the reason why this architecture allows the speed of the air flow changes due to changes in the jet cross-sectional area, the airflow from subsonic to the speed of sound, until accelerated to transonic.We have the consequence as followsThen we replace P and T in this equation.The consequence will becomeTo simplifyIn this equation,the variable is the much number,as the speed of the flow is from subsonic to supersonic ,so we can suppose that there exist a critical section where M equal to 1.ThenFigure This section is called narrow throat.The same method,we can obtainFigure We know the section in narrow throat is minimum.we can judge that the function attains the maximum or not 2 Dimensionless Combining CFD with one-dimension flow theory,we make the variables dimensionless.According to the condition initial which is given .We note We use the variable dimensionless to represent the equations.And the equations have the following changes (1)Continuity equation(2)Equation of momentum(3)Energy equation3.Mac-Cormack Explicit Difference SchemeThen we use the Mac-Cormack Explicit Difference Scheme,the principal of this theory is using the surrounding points to present differential parts of a point and we consider the question with one dimension.The distance between two points is h.So we can use two points adjacent to present the differential parts.Using this method,we make an estimation and correct the error.Estimationcorrect the error Intermediate value Then the equation has the following changeAt the moment t ,we will know the value in the whole plan .And we define 4. Boundary conditions Hyperbola equation has two characteristics lines.When one of the characteristics lines enter the flow zone .We admit a parameter to be fixed ,otherwise when one of the characteristics go out the flow zone ,we admit a parameter to be a variable depends the time.Applying this theory ,we can determine the boundary conditions.Reference :1章利特,高铁瑜,夏庆锋,徐廷相.拉瓦尔喷管内的准一维定常流动.中国科技论文在线。2王平,李昌平,陈柏松.基于CFD数值模拟的拉瓦尔喷管流场分析.航空计算技术2012年7月第42卷第4期。3王如根,赵瑞贤,李全通.基于实际发动机拉瓦尔喷管的流场分析.99学术会议空军工程学院飞机推进系统实验室。4周文祥,黄金泉,周人治.拉瓦尔喷管计算模型的改进及其整机仿真验证.航空动力学报2009年11月第24卷第11期。5王克印,韩星星,张晓涛,刘耀鹏,陈吉潮.缩扩型超音速喷管的设计与仿真.中国工程机械学报2011年9月第9卷第3期。Annex 1:Figure 1程序:x=0:0.1:5;a=1.398+0.374*tanh(0.8*x-4);plot(x,a)Figure 2程序:gama=1.33;M=0:0.01:2;A=(1./M).*(1+(gama-1).*M.2./2)./(gama+1)./2).(gama+1)./(2.*(gama-1);Xlabel(variable M);ylabel(variable A);Plot(M,A)Figure 3程序:gama=1.33;M=0:0.01:2;T=(gama+1)./2)./(1+(gama-1.).*M.2./2);P=(gama+1)./2)./(1+(gama-1).*M.2./2).(1./(gama-1);rho=(P./T).*(gama-1)./2)./(1+(gama-1).*M.2./2).(gama./(gama-1);x=T;P;rho;y=M;M;plot(M,T,M,P,M,rho);subplot(221);plot(M,T);xlabel(variable M);ylabel(variable T);subplot(222);plot(M,P);xlabel(variable M);ylabel(variable P);subplot(2,2,3:4);plot(M,rho);xlabel(variable M);ylabel(variable rho);模拟程序(未完成):M1=1.5;%input(来流马赫数M1=);P1=47892.4;%input(来流气体压强P1=);rho1=1.222;%input(来流气体密度rho1=);gama=1.4;%input(比热比gama=);R=8.314;%input(气体常量R=);C=1.5;%input(科朗数C=);T1=293;%input(来流气体温度T1=);a1=sqrt(gama*R*T1);V1=M1*a1;L=10; %input(喷管长度L=);I=300;%input(等分步数I=);N=1000;%input(时间步数N=);d_t=0;e=0;delta_x=1/(I-1);A1=1.398-0.347*tanh(4);A=zeros(I,1);V=zeros(I,N);rho=zeros(I,N);T=zeros(I,N);ahead_V=zeros(I,N);ahead_rho=zeros(I,N);ahead_T=zeros(I,N);ahead_der_V=zeros(I,N);ahead_der_rho=zeros(I,N);ahead_der_T=zeros(I,N);der_V=zeros(I,N);der_rho=zeros(I,N);der_T=zeros(I,N);ave_der_V=zeros(I,N);ave_der_rho=zeros(I,N);ave_der_T=zeros(I,N);delta_t=zeros(I,N);a=zeros(I,N);e=zeros(I,N); for n=1:N ahead_V(1,n)=M1; ahead_rho(1,n)=1; ahead_T(1,n)=1; V(1,n)=M1; rho(1,n)=1; T(1,n)=1;endfor i=1:I V(i,1)=(1.5+1.09*i*delta_x)*sqrt(T(i,1); rho(i,1)=1-0.3146*i*delta_x; T(i,1)=1-0.2314*i*delta_x; A(i,1)=(1.398+0.347*tanh(0.8*(i-1)*delta_x*L-4);endfor n=1:N for i=2:(I-1) der_V(i,n)=-V(i,n)*(V(i+1,n)-V(i,n)/delta_x-1/gama*(T(i+1,n)-T(i,n)/delta_x+T(i,n)/rho(i,n)*(rho(i+1,n)-rho(i,n)/delta_x); der_rho(i,n)=-rho(i,n)*(V(i+1,n)-V(i,n)/delta_x-V(i,n)*(rho(i+1,n)-rho(i,n)/delta_x-rho(i,n)*V(i,n)*(log(A(i+1,1)-log(A(i,1)/delta_x; der_T(i,n)=-V(i,n)*(T(i+1,n)-T(i,n)/delta_x-(gama-1)*T(i,n)*(V(i+1,n)-V(i,n)/delta_x+V(i,n)*(log(A(i+1,1)-log(A(i,1)/delta_x); a(i,n)=sqrt(gama*R*T(i,n)/a1; delta_t(i,n)=C*delta_x/(V(i,n)+a(i,n); end d_t=min(delta_t(i,n); for i=2:1:(I-1) ahead_V(i,n+1)=V(i,n)+der_V(i,n)*d_t; ahead_rho(i,n+1)=rho(i,n)+der_rho(i,n)*d_t; ahead_T(i,n+1)=T(i,n)+der_T(i,n)*d_t; ahead_der_V(i,n)=-ahead_V(i,n+1)*(ahead_V(i,n+1)-ahead_V(i-1,n+1)/delta_x-1/gama*(ahead_T(i,n+1)-a
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 快乐时光:多彩的校园生活小学主题班会课件
- 城市桥梁建设施工方案
- 2026员工福利调整通知函(4篇范文)
- 科学探索:揭秘科技的秘密小学主题班会课件
- 第8讲《搭配问题》(排列组合基础)暑假衔接学案-人教版三升四数学(2026新教材适配)
- 抵制不良风气营造健康氛围小学主题班会课件
- 对未按时提交项目报告的催办函4篇范文
- 普通螺栓及地脚锚栓施工方案
- 小水电站自动化改造施工方案及技术措施
- 文化艺术魅力无穷小学主题班会课件
- 湖北省武汉市江汉区北湖小学2025年数学三下期末质量检测模拟试题含解析
- (2026年)手术安全核查与风险评估课件
- 2025北京市朝阳区太阳宫乡社区工作者招聘考试真题及答案
- 2026版中央安全生产考核巡查明查暗访应知应会
- 肥西反邪教协会工作制度
- 2026年慢性阻塞性肺疾病基层规范化诊疗指南解读
- TSG08-2026《特种设备使用管理规则》全面解读课件
- 钦州市灵山县三隆镇横岗岭村玻璃用砂岩环评报告
- 探秘脂环族环氧树脂热阳离子聚合反应:原理、影响与应用
- 网络安全漏洞扫描与修复记录表
- 全国农产品质量安全检测技能竞赛理论知识考试试题题库2025年附答案
评论
0/150
提交评论