summaryrefslogtreecommitdiff
path: root/3516/CH11
diff options
context:
space:
mode:
Diffstat (limited to '3516/CH11')
-rw-r--r--3516/CH11/EX11.1/Ex11_1.sce125
-rw-r--r--3516/CH11/EX11.2/Ex11_2.sce135
-rw-r--r--3516/CH11/EX11.3/Ex11_3.sce128
-rw-r--r--3516/CH11/EX11.4/Ex11_4.sce112
-rw-r--r--3516/CH11/EX11.5/Ex11_5.sce138
5 files changed, 638 insertions, 0 deletions
diff --git a/3516/CH11/EX11.1/Ex11_1.sce b/3516/CH11/EX11.1/Ex11_1.sce
new file mode 100644
index 000000000..b4f325cc0
--- /dev/null
+++ b/3516/CH11/EX11.1/Ex11_1.sce
@@ -0,0 +1,125 @@
+printf("\t example 11.1 \n");
+printf("\t approximate values are mentioned in the book \n");
+T1=340; // inlet hot fluid,F
+T2=240; // outlet hot fluid,F
+t1=200; // inlet cold fluid,F
+t2=230; // outlet cold fluid,F
+W=29800; // lb/hr
+w=103000; // lb/hr
+printf("\t 1.for heat balance \n");
+printf("\t for straw oil \n");
+c=0.58; // Btu/(lb)*(F)
+Q=((W)*(c)*(T1-T2)); // Btu/hr
+printf("\t total heat required for straw oil is : %.2e Btu/hr \n",Q);
+printf("\t for naphtha \n");
+c=0.56; // Btu/(lb)*(F)
+Q=((w)*(c)*(t2-t1)); // Btu/hr
+printf("\t total heat required for naphtha is : %.2e Btu/hr \n",Q);
+delt1=T2-t1; //F
+delt2=T1-t2; // F
+printf("\t delt1 is : %.0f F \n",delt1);
+printf("\t delt2 is : %.0f F \n",delt2);
+LMTD=((delt2-delt1)/((2.3)*(log10(delt2/delt1))));
+printf("\t LMTD is :%.1f F \n",LMTD);
+R=((T1-T2)/(t2-t1));
+printf("\t R is : %.1f \n",R);
+S=((t2-t1)/(T1-t1));
+printf("\t S is : %.3f \n",S);
+printf("\t FT is 0.885 \n"); // from fig 18
+delt=(0.885*LMTD); // F
+printf("\t delt is : %.1f F \n",delt);
+X=((delt1)/(delt2));
+printf("\t ratio of two local temperature difference is : %.3f \n",X);
+L=16;
+Fc=0.405; // from fig.17
+Kc=0.23; // crude oil controlling
+Tc=((T2)+((Fc)*(T1-T2))); // caloric temperature of hot fluid,F
+printf("\t caloric temperature of hot fluid is : %.1f F \n",Tc);
+tc=((t1)+((Fc)*(t2-t1))); // caloric temperature of cold fluid,F
+printf("\t caloric temperature of cold fluid is : %.0f F \n",tc);
+UD1=70; // assume, from table 8a
+A1=((Q)/((UD1)*(delt)));
+printf("\t A1 is : %.0f ft^2 \n",A1);
+a1=0.1963; // ft^2/lin ft
+N1=(A1/(16*a1));
+printf("\t number of tubes are : %.0f \n",N1);
+N2=124; // assuming two tube passes, from table 9
+A2=(N2*L*a1); // ft^2
+printf("\t total surface area is : %.1e ft^2 \n",A2);
+UD=((Q)/((A2)*(delt)));
+printf("\t correct design overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UD);
+printf("\t hot fluid:shell side,straw oil \n");
+ID=15.25; // in
+C=0.25; // clearance
+B=3.5; // minimum baffle spacing,from eq 11.4,in
+PT=1;
+as=((ID*C*B)/(144*PT)); // flow area,from eq 7.1,ft^2
+printf("\t flow area is : %.4f ft^2 \n",as);
+Gs=(W/as); // mass velocity,from eq 7.2,lb/(hr)*(ft^2)
+printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gs);
+mu1=3.63; // at 280.5F,lb/(ft)*(hr), from fig.14
+De=0.95/12; // from fig.28,ft
+Res=((De)*(Gs)/mu1); // reynolds number
+printf("\t reynolds number is : %.0e \n",Res);
+jH=46; // from fig.28
+Z=0.224; // Z=(K*(c*mu3/k)^(1/3)),Btu/(hr)(ft^2)(F/ft), at mu3=1.5cp and 35 API
+Ho=((jH)*(1/De)*(Z)); // H0=(h0/phya),using eq.6.15,Btu/(hr)*(ft^2)*(F)
+printf("\t individual heat transfer coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",Ho);
+phys=1;
+ho=(Ho)*(phys); // from eq.6.36
+printf("\t Correct h0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",ho);
+printf("\t cold fluid:inner tube side,naphtha \n");
+Nt=124;
+n=2; // number of passes
+L=16; //ft
+at1=0.302; // flow area, in^2
+at=((Nt*at1)/(144*n)); // total area,ft^2,from eq.7.48
+printf("\t flow area is : %.3f ft^2 \n",at);
+Gt=(w/(at)); // mass velocity,lb/(hr)*(ft^2)
+printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gt);
+mu2=1.31; // at 212F,lb/(ft)*(hr)
+D=0.0517; // ft
+Ret=((D)*(Gt)/mu2); // reynolds number
+printf("\t reynolds number is : %.2e \n",Ret);
+jH=102; // from fig.24
+Z=0.167; // Z=(K*(c*mu3/k)^(1/3)),Btu/(hr)(ft^2)(F/ft), at mu4=0.54cp and 48 API
+Hi=((jH)*(1/D)*(Z)); //Hi=(hi/phyp),using eq.6.15a,Btu/(hr)*(ft^2)*(F)
+printf("\t Hi is : %.0f Btu/(hr)*(ft^2)*(F) \n",Hi);
+ID=0.62; // ft
+OD=0.75; //ft
+Hio=((Hi)*(ID/OD)); //Hio=(hio/phyp), using eq.6.5
+printf("\t Correct Hi0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",Hio);
+phyt=1;
+hio=(Hio)*(phyt); // from eq.6.37
+printf("\t Correct hi0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",hio);
+printf("\t pressure drop for annulus \n");
+f=0.00225; // friction factor for reynolds number 7000, using fig.29
+s=0.76; // for reynolds number 7000,using fig.6
+Ds=15.25/12; // ft
+N=(12*L/B); // number of crosses,using eq.7.43
+printf("\t number of crosses are : %.0f \n",N);
+delPs=((f*(Gs^2)*(Ds)*(N))/(5.22*(10^10)*(De)*(s)*(phys))); // using eq.7.44,psi
+printf("\t delPs is : %.1f psi \n",delPs);
+printf("\t pressure drop for inner pipe \n");
+f=0.0002; // friction factor for reynolds number 31300, using fig.26
+s=0.72;
+delPt=((f*(Gt^2)*(L)*(n))/(5.22*(10^10)*(D)*(s)*(phyt))); // using eq.7.45,psi
+printf("\t delPt is : %.1f psi \n",delPt);
+Uc=((hio)*(ho)/(hio+ho)); // clean overall coefficient,Btu/(hr)*(ft^2)*(F)
+printf("\t clean overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",Uc);
+Rd=((Uc-UD)/((UD)*(Uc))); // (hr)*(ft^2)*(F)/Btu
+printf("\t actual Rd is : %.4f (hr)*(ft^2)*(F)/Btu \n",Rd);
+printf("\t The first trial is disqualified because of failure to meet the required dirt factor \n");
+printf("\t Proceeding as above and carrying the viscosity correction and pressure drops to completion the new summary is given using a 17.25in. ID shell with 166 tubes on two passes and a 3.5in. baffle space \n");
+UD1=60; // assumption for 2 tube passes,3.5 baffle spacing and 17.25in ID
+UC1=74.8;
+printf("\t clean overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UC1);
+UD2=54.2;
+printf("\t correct design overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UD2);
+Rd1=0.005;
+printf("\t actual Rd is : %.3f (hr)*(ft^2)*(F)/Btu \n",Rd1);
+delPs1=4.7;
+printf("\t delPs is : %.1f psi \n",delPs1);
+delPt1=2.1;
+printf("\t delPt is : %.1f psi \n",delPt1);
+//end
diff --git a/3516/CH11/EX11.2/Ex11_2.sce b/3516/CH11/EX11.2/Ex11_2.sce
new file mode 100644
index 000000000..5ce967d25
--- /dev/null
+++ b/3516/CH11/EX11.2/Ex11_2.sce
@@ -0,0 +1,135 @@
+printf("\t example 11.2 \n");
+printf("\t approximate values are mentioned in the book \n");
+T1=350; // inlet hot fluid,F
+T2=160; // outlet hot fluid,F
+t1=100; // inlet cold fluid,F
+t2=295; // outlet cold fluid,F
+W=84438; // lb/hr
+w=86357; // lb/hr
+printf("\t 1.for heat balance \n");
+printf("\t for lean oil \n");
+c=0.56; // Btu/(lb)*(F)
+Qh=((W)*(c)*(T1-T2)); // Btu/hr
+printf("\t total heat required for lean oil is : %.2e Btu/hr \n",Qh);
+printf("\t for rich oil \n");
+c=0.53; // Btu/(lb)*(F)
+Qc=((w)*(c)*(t2-t1)); // Btu/hr
+printf("\t total heat required for rich oil is : %.2e Btu/hr \n",Qc);
+Q=(Qh+Qc)/(2);
+printf("\t Q is : %.2e V \n",Q);
+delt1=T2-t1; //F
+delt2=T1-t2; // F
+printf("\t delt1 is : %.0f F \n",delt1);
+printf("\t delt2 is : %.0f F \n",delt2);
+LMTD=((delt2-delt1)/((2.3)*(log10(delt2/delt1))));
+printf("\t LMTD is :%.1f F \n",LMTD);
+R=((T1-T2)/(t2-t1));
+printf("\t R is : %.3f \n",R);
+S=((t2-t1)/(T1-t1));
+printf("\t S is : %.2f \n",S);
+printf("\t FT is 0.875 \n"); // for 4-8 exchanger,from fig 21
+delt=(0.875*LMTD); // F
+printf("\t delt is : %.1f F \n",delt);
+X=((delt1)/(delt2));
+printf("\t ratio of two local temperature difference is : %.2f \n",X);
+Fc=0.48; // from fig.17
+Kc=0.32; // crude oil controlling
+Tc=((T2)+((Fc)*(T1-T2))); // caloric temperature of hot fluid,F
+printf("\t caloric temperature of hot fluid is : %.0f F \n",Tc);
+tc=((t1)+((Fc)*(t2-t1))); // caloric temperature of cold fluid,F
+printf("\t caloric temperature of cold fluid is : %.1f \n",tc);
+UD1=50; // assume, from table 8a
+A1=((Q)/((UD1)*(delt)));
+printf("\t A1 is : %.2e ft^2 \n",A1);
+a1=0.1963; // ft^2/lin ft
+N1=(A1/(16*a1*2)); // 2-4 exchanger in series
+printf("\t number of tubes are : %.0f \n",N1);
+N2=580; // assuming six tube passes,31in ID, from table 9
+A2=(N2*16*a1*2); // ft^2
+printf("\t total surface area is : %.2e ft^2 \n",A2);
+UD=((Q)/((A2)*(delt)));
+printf("\t correct design overall coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",UD);
+printf("\t hot fluid:inner tube side,lean oil \n");
+Nt=580;
+n=6; // number of passes
+L=16; //ft
+at1=0.302; // flow area, in^2
+at=((Nt*at1)/(144*n)); // total area,ft^2,from eq.7.48
+printf("\t flow area is : %.3f ft^2 \n",at);
+Gt=(W/(at)); // mass velocity,lb/(hr)*(ft^2)
+printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gt);
+mu2=2.13; // at 212F,lb/(ft)*(hr)
+D=0.0517; // ft
+Ret=((D)*(Gt)/mu2); // reynolds number
+printf("\t reynolds number is : %.2e \n",Ret);
+jH=36.5; // from fig.24
+Z=0.185; // Z=(K*(c*mu3/k)^(1/3)),Btu/(hr)(ft^2)(F/ft), at mu4=0.88cp and 35 API
+Hi=((jH)*(1/D)*(Z)); //Hi=(hi/phyp),using eq.6.15a,Btu/(hr)*(ft^2)*(F)
+printf("\t Hi is : %.0f Btu/(hr)*(ft^2)*(F) \n",Hi);
+ID=0.62; // ft
+OD=0.75; //ft
+Hio=((Hi)*(ID/OD)); //Hio=(hio/phyp), using eq.6.5
+printf("\t Correct Hi0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",Hio);
+phyt=1;
+hio=(Hio)*(phyt); // from eq.6.37
+printf("\t Correct hi0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",hio);
+printf("\t cold fluid:shell side,rich oil \n");
+ID=31; // in
+C=0.25; // clearance
+B=12; // minimum baffle spacing,from eq 11.4,in
+PT=1;
+as=((ID*C*B)/(144*PT))/(2); // flow area,from eq 7.1,ft^2
+printf("\t flow area is : %.3f ft^2 \n",as);
+Gs=(w/as); // mass velocity,from eq 7.2,lb/(hr)*(ft^2)
+printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gs);
+mu1=3.15; // at 193.5F,lb/(ft)*(hr), from fig.14
+De=0.95/12; // from fig.28,ft
+Res=((De)*(Gs)/mu1); // reynolds number
+printf("\t reynolds number is : %.2e \n",Res);
+jH=45; // from fig.28
+Z=0.213; // Z=(K*(c*mu3/k)^(1/3)),Btu/(hr)(ft^2)(F/ft), at mu3=1.3cp and 35 API
+Ho=((jH)*(1/De)*(Z)); // H0=(h0/phya),using eq.6.15,Btu/(hr)*(ft^2)*(F)
+printf("\t individual heat transfer coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",Ho);
+phys=1;
+ho=(Ho)*(phys); // from eq.6.36
+printf("\t Correct h0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",ho);
+printf("\t pressure drop for inner pipe \n");
+f=0.00027; // friction factor for reynolds number 10100, using fig.26
+s=0.77;
+delPt=((2*f*(Gt^2)*(L)*(n))/(5.22*(10^10)*(D)*(s)*(phyt))); // using eq.7.45,psi
+printf("\t delPt is : %.1f psi \n",delPt);
+X1=0.024; // X1=((V^2)/(2*g)), for Gt 1060000,using fig.27
+delPr=((4*2*n*X1)/(s)); // using eq.7.46,psi
+printf("\t delPr is : %.1f psi \n",delPr);
+delPT=delPt+delPr; // using eq.7.47,psi
+printf("\t delPT is : %.1f psi \n",delPT);
+printf("\t allowable delPT is 10 psi \n");
+printf("\t pressure drop for annulus \n");
+f=0.0023; // friction factor for reynolds number 6720, using fig.29
+s=0.79; // for reynolds number 6720,using fig.6
+Ds=31/12; // ft
+De=0.0792;
+N=(4*12*L/B); // number of crosses,using eq.7.43
+printf("\t number of crosses are : %.0f \n",N);
+delPs=((f*(Gs^2)*(Ds)*(N))/(5.22*(10^10)*(De)*(s)*(phys))); // using eq.7.44,psi
+printf("\t delPs is : %.1f psi \n",delPs);
+printf("\t allowable delPa is 10 psi \n");
+Uc=((hio)*(ho)/(hio+ho)); // clean overall coefficient,Btu/(hr)*(ft^2)*(F)
+printf("\t clean overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",Uc);
+Rd=((Uc-UD)/((UD)*(Uc))); // (hr)*(ft^2)*(F)/Btu
+printf("\t actual Rd is : %.4f (hr)*(ft^2)*(F)/Btu \n",Rd);
+printf("\t The initial assumptions have provided an exchanger which very nearly meets all the requirements. Eight-pass units would meet the heat-transfer requirement but would give a tube-side pressure drop of 14 psi. The trial exchanger will be somewhat less suitable when the value of Q, is also taken into account. If the minimum dirt factor of 0.0040 is to be taken literally, it will be necessary to try the next size shell \n");
+printf("\t Assume a 33 in. ID shell with six1 tube passes and baffies spaced 12-in. apart, since the pressure drop increases with the diameter of the shell for a given mass velocity. \n");
+UC1=52.3;
+printf("\t clean overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UC1);
+UD2=42;
+printf("\t correct design overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UD2);
+Rd1=0.0047;
+printf("\t calculated Rd is : %.4f (hr)*(ft^2)*(F)/Btu \n",Rd1);
+Rd2=0.004;
+printf("\t actual Rd is : %.3f (hr)*(ft^2)*(F)/Btu \n",Rd2);
+delPs1=4.4;
+printf("\t delPs is : %.1f psi \n",delPs1);
+delPT1=7.9;
+printf("\t delPt is : %.1f psi \n",delPT1);
+//end
diff --git a/3516/CH11/EX11.3/Ex11_3.sce b/3516/CH11/EX11.3/Ex11_3.sce
new file mode 100644
index 000000000..06cc1fb3d
--- /dev/null
+++ b/3516/CH11/EX11.3/Ex11_3.sce
@@ -0,0 +1,128 @@
+printf("\t example 11.3 \n");
+printf("\t approximate values are mentioned in the book \n");
+T1=190; // inlet hot fluid,F
+T2=120; // outlet hot fluid,F
+t1=80; // inlet cold fluid,F
+t2=120; // outlet cold fluid,F
+W=100000; // lb/hr
+w=154000; // lb/hr
+printf("\t 1.for heat balance \n");
+printf("\t for caustic \n");
+c=0.88; // Btu/(lb)*(F)
+Q=((W)*(c)*(T1-T2)); // Btu/hr
+printf("\t total heat required for caustic is : %.2e Btu/hr \n",Q);
+printf("\t for water \n");
+c=1; // Btu/(lb)*(F)
+Q=((w)*(c)*(t2-t1)); // Btu/hr
+printf("\t total heat required for water is : %.2e Btu/hr \n",Q);
+delt1=T2-t1; //F
+delt2=T1-t2; // F
+printf("\t delt1 is : %.0f F \n",delt1);
+printf("\t delt2 is : %.0f F \n",delt2);
+LMTD=((delt2-delt1)/((2.3)*(log10(delt2/delt1))));
+printf("\t LMTD is :%.1f F \n",LMTD);
+R=((T1-T2)/(t2-t1));
+printf("\t R is : %.2f \n",R);
+S=((t2-t1)/(T1-t1));
+printf("\t S is : %.3f \n",S);
+printf("\t FT is 0.815 \n"); // for 4-8 exchanger,from fig 21
+delt=(0.815*LMTD); // F
+printf("\t delt is : %.1f F \n",delt);
+Tc=((T2)+(T1))/(2); // caloric temperature of hot fluid,F
+printf("\t caloric temperature of hot fluid is : %.0f F \n",Tc);
+tc=((t1)+(t2))/(2); // caloric temperature of cold fluid,F
+printf("\t caloric temperature of cold fluid is : %.1f \n",tc);
+UD1=250; // assume, from table 8
+A1=((Q)/((UD1)*(delt)));
+printf("\t A1 is : %.0f ft^2 \n",A1);
+a1=0.2618; // ft^2/lin ft
+L=16;
+N1=(A1/(16*a1));
+printf("\t number of tubes are : %.0f \n",N1);
+N2=140; // assuming four tube passes,19.25in ID, from table 9
+A2=(N2*L*a1); // ft^2
+printf("\t total surface area is : %.0f ft^2 \n",A2);
+UD=((Q)/((A2)*(delt)));
+printf("\t correct design overall coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",UD);
+printf("\t hot fluid:shell side,caustic \n");
+ID=19.25; // in
+C=0.25; // clearance
+B=7; // minimum baffle spacing,from eq 11.4,in
+PT=1.25;
+as=((ID*C*B)/(144*PT)); // flow area,from eq 7.1,ft^2
+printf("\t flow area is : %.4f ft^2 \n",as);
+Gs=(W/as); // mass velocity,from eq 7.2,lb/(hr)*(ft^2)
+printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gs);
+mu1=1.84; // at 155F,lb/(ft)*(hr), from fig.14
+De=0.72/12; // from fig.28,ft
+Res=((De)*(Gs)/mu1); // reynolds number
+printf("\t reynolds number is : %.2e \n",Res);
+jH=75; // from fig.28
+Z=0.575; // Z=(K*(c*mu3/k)^(1/3)),Btu/(hr)(ft^2)(F/ft)
+Ho=((jH)*(1/De)*(Z)); // H0=(h0/phya),using eq.6.15,Btu/(hr)*(ft^2)*(F)
+printf("\t individual heat transfer coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",Ho);
+phys=1; // low viscosity
+ho=(Ho)*(phys); // from eq.6.36
+printf("\t Correct h0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",ho);
+printf("\t cold fluid:inner tube side,water \n");
+Nt=140;
+n=4; // number of passes
+L=16; //ft
+at1=0.546; // flow area, in^2
+at=((Nt*at1)/(144*n)); // total area,ft^2,from eq.7.48
+printf("\t flow area is : %.3f ft^2 \n",at);
+Gt=(w/(at)); // mass velocity,lb/(hr)*(ft^2)
+printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gt);
+V=Gt/(3600*62.5);
+printf("\t V is %.2f fps \n",V);
+mu2=1.74; // at 100F,lb/(ft)*(hr)
+D=0.0695; // ft
+Ret=((D)*(Gt)/mu2); // reynolds number
+printf("\t reynolds number is : %.2e \n",Ret);
+hi=1240*0.94; // from fig 25
+printf("\t Hi is : %.0f Btu/(hr)*(ft^2)*(F) \n",hi);
+ID=0.834; // ft
+OD=1; //ft
+hio=((hi)*(ID/OD)); //Hio=(hio/phyp), using eq.6.5
+printf("\t Correct hi0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",hio);
+printf("\t pressure drop for annulus \n");
+f=0.0019; // friction factor for reynolds number 17400, using fig.29
+s=1.115; // for reynolds number 17400,using fig.6
+Ds=19.25/12; // ft
+De=0.06;
+N=(12*L/B)+1; // number of crosses,using eq.7.43
+printf("\t number of crosses are : %.0f \n",N);
+delPs=((f*(Gs^2)*(Ds)*(N))/(5.22*(10^10)*(De)*(s)*(phys))); // using eq.7.44,psi
+printf("\t delPs is : %.0f psi \n",delPs);
+printf("\t allowable delPa is 10 psi \n");
+printf("\t pressure drop for inner pipe \n");
+f=0.00018; // friction factor for reynolds number 46300, using fig.26
+s=1;
+phyt=1;
+delPt=((f*(Gt^2)*(L)*(n))/(5.22*(10^10)*(D)*(s)*(phyt))); // using eq.7.45,psi
+printf("\t delPt is : %.1f psi \n",delPt);
+X1=0.18; // X1=((V^2)/(2*g)), for Gt 1060000,using fig.27
+delPr=((4*n*X1)/(s)); // using eq.7.46,psi
+printf("\t delPr is : %.1f psi \n",delPr);
+delPT=delPt+delPr; // using eq.7.47,psi
+printf("\t delPT is : %.1f psi \n",delPT);
+printf("\t allowable delPa is 10 psi \n");
+Uc=((hio)*(ho)/(hio+ho)); // clean overall coefficient,Btu/(hr)*(ft^2)*(F)
+printf("\t clean overall coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",Uc);
+Rd=((Uc-UD)/((UD)*(Uc))); // (hr)*(ft^2)*(F)/Btu
+printf("\t actual Rd is : %.4f (hr)*(ft^2)*(F)/Btu \n",Rd);
+printf("\t Adjustment of the baffie space to use the full 10 psi will still not permit the exchanger to make the 0.002 dirt factor. The value of UD has been assumed too high \n");
+printf("\t Try a 21.25in.ID shell with four tube passes and a 6in.baffie·space.This corresponds to 170 tubes \n");
+UC1=390;
+printf("\t clean overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UC1);
+UD2=200;
+printf("\t correct design overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UD2);
+Rd1=0.0024;
+printf("\t calculated Rd is : %.4f (hr)*(ft^2)*(F)/Btu \n",Rd1);
+Rd2=0.002;
+printf("\t actual Rd is : %.3f (hr)*(ft^2)*(F)/Btu \n",Rd2);
+delPs1=9.8;
+printf("\t delPs is : %.1f psi \n",delPs1);
+delPT1=4.9;
+printf("\t delPt is : %.1f psi \n",delPT1);
+//end
diff --git a/3516/CH11/EX11.4/Ex11_4.sce b/3516/CH11/EX11.4/Ex11_4.sce
new file mode 100644
index 000000000..d56fc055d
--- /dev/null
+++ b/3516/CH11/EX11.4/Ex11_4.sce
@@ -0,0 +1,112 @@
+printf("\t example 11.4 \n");
+printf("\t approximate values are mentioned in the book \n");
+T1=225; // inlet hot fluid,F
+T2=225; // outlet hot fluid,F
+t1=80; // inlet cold fluid,F
+t2=200; // outlet cold fluid,F
+W=10350; // lb/hr
+w=115000; // lb/hr
+printf("\t 1.for heat balance \n");
+printf("\t for steam \n");
+l=962; // Btu/(lb)
+Qh=((W)*(l)); // Btu/hr
+printf("\t total heat required for steam is : %.2e Btu/hr \n",Qh);
+printf("\t for alcohol \n");
+c=0.72; // Btu/(lb)*(F)
+Qc=((w)*(c)*(t2-t1)); // Btu/hr
+printf("\t total heat required for alcohol is : %.2e Btu/hr \n",Qc);Q=(Qh+Qc)/(2);
+Q=(Qh+Qc)/(2);
+printf("\t Q is : %.2e V \n",Q);
+delt1=T2-t1; //F
+delt2=T1-t2; // F
+printf("\t delt1 is : %.0f F \n",delt1);
+printf("\t delt2 is : %.0f F \n",delt2);
+LMTD=((delt2-delt1)/((2.3)*(log10(delt2/delt1))));
+printf("\t LMTD is :%.1f F \n",LMTD);
+Tc=((T2)+(T1)); // caloric temperature of hot fluid,F
+printf("\t caloric temperature of hot fluid is : %.0f F \n",Tc);
+tc=((t1)+(t2)); // caloric temperature of cold fluid,F
+printf("\t caloric temperature of cold fluid is : %.1f \n",tc);
+L=12;
+UD1=200; // assume, from table 8
+A1=((Q)/((UD1)*(LMTD)));
+printf("\t A1 is : %.0f ft^2 \n",A1);
+a1=0.2618; // ft^2/lin ft
+N1=(A1/(12*a1));
+printf("\t number of tubes are : %.0f \n",N1);
+N2=232; // assuming two tube passes,23.25in ID, from table 9
+A2=(N2*L*a1); // ft^2
+printf("\t total surface area is : %.0f ft^2 \n",A2);
+UD=((Q)/((A2)*(LMTD)));
+printf("\t correct design overall coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",UD);
+printf("\t hot fluid:inner tube side,steam \n");
+Nt=232;
+n=2; // number of passes
+L=12; //ft
+at1=0.546; // flow area, in^2
+at=((Nt*at1)/(144*n)); // total area,ft^2,from eq.7.48
+printf("\t flow area is : %.3f ft^2 \n",at);
+Gt=(W/(at)); // mass velocity,lb/(hr)*(ft^2)
+printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gt);
+mu2=0.0314; // at 225F,lb/(ft)*(hr)
+D=0.0695; // ft
+Ret=((D)*(Gt)/mu2); // reynolds number
+printf("\t reynolds number is : %.1e \n",Ret);
+hio=1500; // condensation of steam
+printf("\t Correct hi0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",hio);
+printf("\t cold fluid:shell side,alcohol \n");
+ID=23.25; // in
+C=0.25; // clearance
+B=7; // minimum baffle spacing,from eq 11.4,in
+PT=1.25;
+as=((ID*C*B)/(144*PT)); // flow area,from eq 7.1,ft^2
+printf("\t flow area is : %.3f ft^2 \n",as);
+Gs=(w/as); // mass velocity,from eq 7.2,lb/(hr)*(ft^2)
+printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gs);
+mu1=1.45; // at 193.5F,lb/(ft)*(hr), from fig.14
+De=0.72/12; // from fig.28,ft
+Res=((De)*(Gs)/mu1); // reynolds number
+printf("\t reynolds number is : %.1e \n",Res);
+jH=83; // from fig.28
+Z=0.195; // Z=(K*(c*mu3/k)^(1/3)),Btu/(hr)(ft^2)(F/ft)
+Ho=((jH)*(1/De)*(Z)); // H0=(h0/phya),using eq.6.15,Btu/(hr)*(ft^2)*(F)
+printf("\t individual heat transfer coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",Ho);
+phys=1;
+ho=(Ho)*(phys); // from eq.6.36
+printf("\t Correct h0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",ho);
+printf("\t pressure drop for inner pipe \n");
+f=0.000175; // friction factor for reynolds number 52000, using fig.26
+s=0.00076;
+delPt=((f*(Gt^2)*(L)*(n))/(5.22*(10^10)*(D)*(s)*(1)))/(2); // using eq.7.45,psi
+printf("\t delPt is : %.2f psi \n",delPt);
+printf("\t delPr is negligible \n");
+printf("\t allowable delPa is negligible \n");
+printf("\t pressure drop for annulus \n");
+f=0.0018; // friction factor for reynolds number 21000, using fig.29
+s=0.78; // for reynolds number 21000,using fig.6
+Ds=1.94; // ft
+De=0.06;
+N=(12*L/B); // number of crosses,using eq.7.43
+printf("\t number of crosses are : %.0f \n",N);
+delPs=((f*(Gs^2)*(Ds)*(N))/(5.22*(10^10)*(De)*(s)*(phys))); // using eq.7.44,psi
+printf("\t delPs is : %.1f psi \n",delPs);
+printf("\t allowable delPa is 10 psi \n");
+Uc=((hio)*(ho)/(hio+ho)); // clean overall coefficient,Btu/(hr)*(ft^2)*(F)
+printf("\t clean overall coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",Uc);
+Rd=((Uc-UD)/((UD)*(Uc))); // (hr)*(ft^2)*(F)/Btu
+printf("\t actual Rd is : %.6f (hr)*(ft^2)*(F)/Btu \n",Rd);
+printf("\t This is clearly an instance in which UD was assumed too high.It is now a question of how much too high. With the aid of the summary it is apparent thatin a larger shell a clean overall coefficient of about 200 may be expected \n");
+printf("\t Assume a 27in. ID shell with 2 tube passes,334 tubes and baffies spaced 7in. apart, since the pressure drop increases with the diameter of the shell for a given mass velocity. \n");
+UC1=214;
+printf("\t clean overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UC1);
+UD2=138.5;
+printf("\t correct design overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UD2);
+Rd1=0.0025;
+printf("\t calculated Rd is : %.4f (hr)*(ft^2)*(F)/Btu \n",Rd1);
+Rd2=0.002;
+printf("\t actual Rd is : %.3f (hr)*(ft^2)*(F)/Btu \n",Rd2);
+delPs1=0.23;
+printf("\t delPs is : %.2f psi \n",delPs1);
+delPT1=7.1;
+printf("\t delPt is : %.1f psi \n",delPT1);
+//end
diff --git a/3516/CH11/EX11.5/Ex11_5.sce b/3516/CH11/EX11.5/Ex11_5.sce
new file mode 100644
index 000000000..1584c2556
--- /dev/null
+++ b/3516/CH11/EX11.5/Ex11_5.sce
@@ -0,0 +1,138 @@
+printf("\t example 11.5 \n");
+printf("\t approximate values are mentioned in the book \n");
+T1=250; // inlet hot fluid,F
+T2=125; // outlet hot fluid,F
+t1=80; // inlet cold fluid,F
+t2=100; // outlet cold fluid,F
+W=41300; // lb/hr
+w=64500; // lb/hr
+printf("\t 1.for heat balance \n");
+printf("\t for gas \n");
+c=0.25; // Btu/(lb)*(F)
+Q=((W)*(c)*(T1-T2)); // Btu/hr
+printf("\t total heat required for gas is : %.2e Btu/hr \n",Q);
+printf("\t for water \n");
+c=1; // Btu/(lb)*(F)
+Q=((w)*(c)*(t2-t1)); // Btu/hr
+printf("\t total heat required for water is : %.2e Btu/hr \n",Q);
+delt1=T2-t1; //F
+delt2=T1-t2; // F
+printf("\t delt1 is : %.0f F \n",delt1);
+printf("\t delt2 is : %.0f F \n",delt2);
+LMTD=((delt2-delt1)/((2.3)*(log10(delt2/delt1))));
+printf("\t LMTD is :%.1f F \n",LMTD);
+R=((T1-T2)/(t2-t1));
+printf("\t R is : %.2f \n",R);
+S=((t2-t1)/(T1-t1));
+printf("\t S is : %.3f \n",S);
+printf("\t FT is 0.935 \n"); // from fig 18
+delt=(0.935*LMTD); // F
+printf("\t delt is : %.1f F \n",delt);
+Tc=((T2)+(T1))/(2); // caloric temperature of hot fluid,F
+printf("\t caloric temperature of hot fluid is : %.0f F \n",Tc);
+tc=((t1)+(t2))/(2); // caloric temperature of cold fluid,F
+printf("\t caloric temperature of cold fluid is : %.0f F \n",tc);
+UD1=15; // assume, from table 8
+A1=((Q)/((UD1)*(delt)));
+printf("\t A1 is : %.0f ft^2 \n",A1);
+a1=0.2618; // ft^2/lin ft
+N1=(A1/(12*a1));
+printf("\t number of tubes are : %.0f \n",N1);
+N2=358; // assuming 12 tube passes, from table 9
+L=12;
+A2=(N2*L*a1); // ft^2
+printf("\t total surface area is : %.0f ft^2 \n",A2);
+UD=((Q)/((A2)*(delt)));
+printf("\t correct design overall coefficient is : %.0f Btu/(hr)*(ft^2)*(F) \n",UD);
+printf("\t When solved in a manner identical with the preceding examples and using the smallest integral number of bundle crosses (five) corresponding to a 28.8in.spacing \n");
+UC1=22.7;
+printf("\t clean overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UC1);
+UD2=14;
+printf("\t correct design overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UD2);
+Rd1=0.027;
+printf("\t calculated Rd is : %.3f (hr)*(ft^2)*(F)/Btu \n",Rd1);
+Rd1=0.005;
+printf("\t required Rd is : %.3f (hr)*(ft^2)*(F)/Btu \n",Rd1);
+delPs1=5.2;
+printf("\t delPs is : %.1f psi \n",delPs1);
+delPt1=1.0;
+printf("\t delPt is : %.1f psi \n",delPt1);
+printf("\t The first trial is disqualified because of failure to meet the required dirt factor and the the pressure drop is five times greater than the allowable \n");
+printf("\t This would be unsatisfactory, since gases require large inlet connections and the flow distribution on the first and third bundle crosses would be poor and the conditions of allowable pressure drop would still not be met \n");
+UD1=15; // assume, from table 8
+A1=((Q)/((UD1)*(delt)));
+printf("\t A1 is : %.0f ft^2 \n",A1);
+a1=0.2618; // ft^2/lin ft
+N1=(A1/(12*a1));
+printf("\t number of tubes are : %.0f \n",N1);
+N2=340; // assuming eight tube passes, from table 9
+A2=(N2*L*a1); // ft^2
+printf("\t total surface area is : %.2e ft^2 \n",A2);
+UD=((Q)/((A2)*(delt)));
+printf("\t correct design overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",UD);
+printf("\t hot fluid:shell side,gas \n");
+ID=31; // in
+C=0.25; // clearance
+B=24; // baffle spacing,in
+PT=1.25;
+as=((ID*C*B)/(144*PT)); // flow area,from eq 7.1,ft^2
+printf("\t flow area is : %.2f ft^2 \n",as);
+Gs=(W/as)/(2); // mass velocity,from eq 7.2,lb/(hr)*(ft^2)
+printf("\t mass velocity is : %.0e lb/(hr)*(ft^2) \n",Gs);
+mu1=0.050; // at 187.5F,lb/(ft)*(hr), from fig.15
+De=0.99/12; // from fig.28,ft
+Res=((De)*(Gs)/mu1); // reynolds number
+printf("\t reynolds number is : %.1e \n",Res);
+jH=105; // from fig.28
+k=0.015; // Btu/(hr)(ft^2)(°F/ft)
+Z=0.94; // Z=((c*mu3/k)^(1/3)),Btu/(hr)(ft^2)(F/ft)
+Ho=((jH)*(k/De)*(Z)); // H0=(h0/phya),using eq.6.15,Btu/(hr)*(ft^2)*(F)
+printf("\t individual heat transfer coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",Ho);
+phys=1;
+ho=(Ho)*(phys); // from eq.6.36
+printf("\t Correct h0 to the surface at the OD is : %.1f Btu/(hr)*(ft^2)*(F) \n",ho);
+printf("\t cold fluid:inner tube side,crude oil \n");
+Nt=340;
+n=12; // number of passes
+L=12; //ft
+at1=0.546; // flow area, in^2
+at=((Nt*at1)/(144*n)); // total area,ft^2,from eq.7.48
+printf("\t flow area is : %.3f ft^2 \n",at);
+Gt=(w/(at)); // mass velocity,lb/(hr)*(ft^2)
+printf("\t mass velocity is : %.2e lb/(hr)*(ft^2) \n",Gt);
+V=(Gt/(3600*62.5));
+printf("\t V is : %.2f fps \n",V);
+mu2=1.96; // at 90F,lb/(ft)*(hr)
+D=0.0695; // ft
+Ret=((D)*(Gt)/mu2); // reynolds number
+printf("\t reynolds number is : %.2e \n",Ret);
+hi=667; //Btu/(hr)*(ft^2)*(F)
+printf("\t hi is : %.0f Btu/(hr)*(ft^2)*(F) \n",hi);
+ID=0.83; // ft
+OD=1; //ft
+hio=((hi)*(ID/OD)); //Hio=(hio/phyp), using eq.6.5
+printf("\t Correct hi0 to the surface at the OD is : %.0f Btu/(hr)*(ft^2)*(F) \n",hio); // calculation mistake
+phyt=1;
+printf("\t pressure drop for annulus \n");
+f=0.0017; // friction factor for reynolds number 33000, using fig.29
+s=0.0012; // for reynolds number 33000,using fig.6
+Ds=31/12; // ft
+N=(3); // number of crosses,using eq.7.43
+printf("\t number of crosses are : %.0f \n",N);
+delPs=((f*(Gs^2)*(Ds)*(N))/(5.22*(10^10)*(De)*(s)*(phys))); // using eq.7.44,psi
+printf("\t delPs is : %.1f psi \n",delPs);
+printf("\t pressure drop for inner pipe \n");
+f=0.00022; // friction factor for reynolds number 21300, using fig.26
+s=1;
+delPt=((f*(Gt^2)*(L)*(n))/(5.22*(10^10)*(D)*(s)*(phyt))); // using eq.7.45,psi
+printf("\t delPt is : %.1f psi \n",delPt);
+X1=0.052; // X1=((V^2)/(2*g)), for Gt 1060000,using fig.27
+delPr=((4*n*X1)/(s)); // using eq.7.46,psi
+printf("\t delPr is : %.1f psi \n",delPr);
+delPT=delPt+delPr; // using eq.7.47,psi
+printf("\t delPT is : %.1f psi \n",delPT);
+Uc=((hio)*(ho)/(hio+ho)); // clean overall coefficient,Btu/(hr)*(ft^2)*(F)
+printf("\t clean overall coefficient is : %.1f Btu/(hr)*(ft^2)*(F) \n",Uc);
+Rd=((Uc-UD)/((UD)*(Uc))); // (hr)*(ft^2)*(F)/Btu
+printf("\t actual Rd is : %.4f (hr)*(ft^2)*(F)/Btu \n",Rd);
+// end