對(duì)分發(fā),迭代法,牛頓法RK,SRK方程_第1頁
對(duì)分發(fā),迭代法,牛頓法RK,SRK方程_第2頁
對(duì)分發(fā),迭代法,牛頓法RK,SRK方程_第3頁
對(duì)分發(fā),迭代法,牛頓法RK,SRK方程_第4頁
對(duì)分發(fā),迭代法,牛頓法RK,SRK方程_第5頁
已閱讀5頁,還剩11頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、對(duì)分法SRK方程#in clude#in clude#define R 8.314float fun( float A, float B, float Z)float fz;fz=pow( Z,3)-pow(乙 2)+(ABB*B)*ZA*B; return fz;main()int i=l;float p0,t0,w,pl,tl,h,Z0,Zl,Z2;float a,b,m,A,B,t2,at,y,yl,y2;a=b=0.0;printf(請(qǐng)輸入臨界參數(shù):n p0=);scanf(”化&p0);printf(請(qǐng)輸入臨界參數(shù):n t0=);scanf(”化&t0);printf(請(qǐng)輸入偏心因子

2、:n w=);scanfCf, &w);printfj請(qǐng)輸入實(shí)際溫度:n tl=);scanf(“化&tl);printf(“請(qǐng)輸入實(shí)際壓力:n pl=n);scanfCf,&pl);m=0.480+1.574*w-0.176*w*w;t2=tl/t0;at=(l+m*(l-sqrt(t2)*(l+m*(l-sqrt(t2);a=0.42748*R*R*pow(t0,2)/p0*at;b=0.08664*R*t0/p0;A=a*pl/(R*R*pow(tl,2);B=b*pl/(R*tl);Z1=O.O;Z2=3.O;yl=fun(A,B,Zl);y2=fun(A,B,Z2);Zl=%.5fp

3、rintf(第 0 次計(jì)算結(jié)果 yl=%.6fy2=%.6fZ2=%.5fn,yl,y2,Zl,Z2);doZ0=(Zl+Z2)/2;y=fun(A,B,Z0);if(yo)y2=y;Z2=Z0;if(V0.0001);printfCXn);printf(“共經(jīng)過d次計(jì)算,求得壓縮因子為Z=%.5f n,-i,Zl);對(duì)分法RK方程1#in clude#in clude#define R 8.314# define tO 126.2# define pO 3394000.0# define w 0.04float fun( float A, float B, float Z)float fz;

4、fz=pow(乙 3)pow(乙 2)+(ABB*B)*ZA*B; return fz;main()int i=l;float pl,tl,Z0,Zl,Z2;float a,b,A,B,t2,y,yl,y2;a=b=0.0;printf(氨的臨界壓力 p0=%.lfn,p0);printf(M的臨界溫度 tO=%.lfn/tO);printf(氨的偏心因子 w=%.2fn,w);printf(請(qǐng)輸入實(shí)際溫度:n tl=n);scanf(n%f,&tl);printfCi#輸入實(shí)際壓力:n pl=);scanf(n%f,&pl);a=0.42748*R*R*pow(t0,2)/p0;b=0.08

5、664*R*t0/p0;A=a*pl/(R*R*pow(tl,2);B=b*pl/(R*tl);Z1=O.O;Z2=3.O;yl=fun(A,B,Zl);y2=fun(A,B,Z2);Zl=%.5fprintf(第 0 次計(jì)算結(jié)果 yl=%.6fy2=%.6fZ2=%.5fn,yl,y2,Zl,Z2);doZ0=(Zl+Z2)/2;y=fun(A,B,ZO);if(y0)y2=y;Z2=Z0;if(V0.0001);printfCXn);printf(哄經(jīng)過d次計(jì)算,求得壓縮因子為Z=%.5f n,-i,Zl);對(duì)分法RK方程2#in clude #in clude#define R8.324

6、# define tO 126.2# define pO 3394000.0it define w 0.04float fun( float A, float B, float Z)float fz;fz=pow( Z,3)-pow(乙 2)+(ABB*B)*ZA*B; return fz;main()int i=l;float pl,tl,h,Z0,Zl,Z2;float a,b,m,A,B,t2,at,y,yl,y2;a=b=0.0;printf(”氨的臨界壓力 p0=%.lfn,p0); printf(M的臨界溫度 tO=%.lfnztO); printf(氨的偏心因子 w=%.2fn?

7、w);printf(“請(qǐng)輸入實(shí)際溫度:n tl=);scanf(n%f,&tl);printf(請(qǐng)輸入實(shí)際壓力:n pl=H);scanf(n%f,&pl);m=0.480+1.574*w-0.176*w*w;t2=tl/t0;at=(l+m*(l-sqrt(t2)*(l+m*(l-sqrt(t2);a=0.42748*R*R*pow(t0,2)/p0*at;b=0.08664*R*t0/p0;A=a*pl/(R*R*pow(tl,2);B=b*pl/(R*tl);Z1=O.O;Z2=3.O;yl=fun(A,B,Zl);y2=fun(A,B,Z2);Zl=%.5fprintf(第 0 次計(jì)算

8、結(jié)果 yl=%.6fy2=%.6fZ2=%.5fn,yl,y2,Zl,Z2);doZ0=(Zl+Z2)/2;y=fun(A,B,Z0);if(yo)y2=y;Z2=Z0;if(V0.0001);printfCXn);printf(“共經(jīng)過d次計(jì)算,求得壓縮因子為Z=%.5fn,-i,Zl);迭代法RK方程#in clude#in clude# define R 8314float fun( float A, float B, float h)float Z;Z=1.0/(l-h)-A/B*(h/(l+h);return Z;main()int i=l;float pO,tO,w,pl,tlhZ

9、O;float a,bABZa=b=0.0;printf(請(qǐng)輸入臨界參數(shù):n p0= ”); scanf(%f”,&p0);printf(請(qǐng)輸入臨界參數(shù):n t0=); scanf(%f”,&tO);printf(請(qǐng)輸入偏心因子:n w=); scanf(%f”,&w);printf(請(qǐng)輸入實(shí)際溫度:n tl=H); scanf(%f”,&tl);printf(請(qǐng)輸入實(shí)際壓力:n pl=); scanf(%f”,&pl);a=0.42748*R*R*pow(t0,2.5)/p0;b=0.08664*R*t0/p0;A=a*pl/(R*R*pow(tl,2.5);B=b*pl/(R*tl);pr

10、intf(請(qǐng)輸入Z的迭代初值:n Z=“);scanf(“f”,&Z);dozo=z;h=B/ZO;Z=fun(A,B,h);printfC第4 次迭代 %f %fn”,i,Z,h);i+;while(fabs(Z-Z0)0.0001);printf(” n“);printf(”共經(jīng)過d次迭代,求得壓縮因子為w=%f n”廠i,Z);迭代法SRK方程#in clude#in clude# define R 8.314float fun( float A, float B, float h)float Z;Z=1.0/(l-h)-A/B*(h/(l+h);return Z;main()int i

11、=l;float pO,tO,w,pl,tlhZO;float abmABZt2,ft;a=b=0.0;printf(請(qǐng)輸入臨界參數(shù):n p0= “); scanf(”f”,&p0);printf(請(qǐng)輸入臨界參數(shù):n t0=); scanf(”f”,&tO);printf(請(qǐng)輸入偏心因子:n w=); scanf(”f”,&w);printf(請(qǐng)輸入實(shí)際溫度:n tl=H); scanf(”f”,&tl);printf(請(qǐng)輸入實(shí)際壓力:n pl=); scanf(”f”,&pl);m=0.480+1.574*w-0.176*w*w;t2=tl/tO;ft=(l+m*(l-sqrt(t2)*(l

12、+m*(l-sqrt(t2); a=0.42748*R*R*pow(t0,2)/p0*ft;b=0.08664*R*t0/p0;A=a*pl/(R*R*pow(tl,2); B=b*pl/(R*tl);printf(請(qǐng)輸入Z的迭代初值:n Z=H); scanf(%f”,&Z);h=B/Z;printf(第 0 次迭代 %.4f %.5fn,Z,h); dozo=z;Z=fun(A,B,h);h=B/Z;printf(M%d 次迭代 %.4f %.5fnHJzZ,h);i+;while(fabs(Z-Z0)0.0001);printf(n);printfC1共經(jīng)過d次迭代,求得壓縮因子為w=%

13、4fn:7Z);牛頓迭代法RK方程#in clude#in clude# define R 8.314# define tO 126.2# define pO 3394000.0# define w 0.04float fun( float A, float B, float Z)float fz;fz=pow(乙 3)pow( Z,2)+(A-B-B*B)*Z-A*B; return fz;float funl( float A, float B, float Z)float fzl;fzl=3*pow(Z,2)-2*Z+(A-B-B*B);return fzl;main()int i=l;

14、float plAl/ZOl;float abABt2“yl,y2;a=b=0.0;printfC氨的臨界壓力 pO=%.lfnH/PO); printff氨的臨界溫度 tO=%.lfn/tO); printf(”氨的偏 41、因子 w=%.2fn,w);printfC請(qǐng)輸入實(shí)際溫度:n tl=); scanf(“f”,&tl);printf(請(qǐng)輸入實(shí)際壓力:n pl=); scanf(“f”,&pl);printf(請(qǐng)輸入牛頓迭代初值:n Zl=); scanf(“f”, &Z1);a=0.42748*R*R*pow(t0,2.5)/p0; b=0.08664*R*t0/p0;A=a*pl/

15、(R*R*pow(tl,2.5); B=b*pl/(R*tl);ZO=Z1;doZ1=ZO;ZO 二 Zlfun(ABZl)/funl(ABZl);printf(”第d 次牛頓迭代 ZO=%f Zl=%fn,i/ZO,Zl); i+;while( fabs(Zl-ZO)O.OOOl);printfC經(jīng)過第d 次牛頓迭代/Z=%fn,/-i,ZO);牛頓迭代法SRK方程#in clude#in cludeit define R 8.314# define tO 126.2# define pO 3394000.0# define w 0.04float fun( float A, float B

16、, float Z)float fz;fz=pow(乙 3)pow( Z,2)+(A-B-B*B)*Z-A*B; return fz;float funl( float A, float Bz float Z)float fzl;fzl=3*pow(Z,2)-2*Z+(A-B-B*B); return fzl;main()int i=l;float plAl/ZOl;float abn%Abt2,ft“y:Ly2;a=b=0.0;printffM的臨界壓力 pO=%.lfn,pO); printffM的臨界溫度 tO=%.lfn,/tO); printf(M 的偏心因子 w=%.2fn,/w)

17、;printf(請(qǐng)輸入實(shí)際溫度:n tl=H); scanf(”f”,&tl);printf(請(qǐng)輸入實(shí)際壓力:n pl=); scanf(”f”,&pl);printf(請(qǐng)輸入牛頓迭代初值:n Zl=); scanf(”f”,&Z1);m=0.480+1.574*w-0.176*w*w; t2=tl/tO;拿 sqrt(t2)r(l+m未 sqrt(t2); a=0.42748* R*R*pow(tO/2.5)/pO*ft; b=0.08664*R*t0/p0;A=a*pl/(R*R*pow(tlz2-5);B=b*pl/(R*tl);ZO=Z1;doZl=Z0;Z0 二 Zlfun(ABZl

18、)/funl(ABZl);printf(N第4 次牛頓迭代 ZO=%f Z*%fn” jZ0,Zl);i+;while( fabs(Zl-Z0)0.0001);printf(n經(jīng)過第d 次牛頓迭代/Z=%fn,/-i/ZO);公式法SRK方程#in clude#in clude# define R 8314# define tO 126.2# define pO 3394000.0# define w 0.04# define I (float) 1/3main()int i=l;float pbtlQUMZhg;float a,b,m,A,B,t2,at,q,p;a=b=0.0;printf

19、(氨的臨界壓力 pO=%.lfn,pO); printf(氨的臨界溫度 tO=%.lfnH,tO); printf(M 的偏心因子 w=%.2fn,w);printf(請(qǐng)輸入實(shí)際溫度:n tl=H); scanf(”f”,&tl);printf(請(qǐng)輸入實(shí)際壓力:n pl=); scanf(”f”,&pl);m=0.480+1.574*w-0.176*w*w; t2=tl/tO;at=(l+m*(l-sqrt(t2)*(l+m*(l-sqrt(t2); a=0.42748*R*R*pow(t0z2)/p0*at;b=0.08664*R*t0/p0;A=a*pl/(R*R*pow(tlz2); B=b*pl/(R*tl);p=(3*(A-B-B*B)-l)/3; q=(9*(A-B-B*B)-2-27*A*B)/27;D=sqrt(q*q/4+p*p*p/27);h=D-q/2;g=-D-q/2;U=pow(hJ);V=pow(gJ);Z=U+V;printf(H解出 Z=%fn/Z);公式法SR方程#in clude#in clud

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

評(píng)論

0/150

提交評(píng)論