Changeset 224 for branches/newlanguage
- Timestamp:
- Mar 19, 2007, 8:03:06 PM (16 years ago)
- Location:
- branches/newlanguage
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/heat_exchangers/HEX_Engine.mso
r223 r224 127 127 fi as fricfactor (Brief="Friction Factor", Default=0.05, Lower=1e-10, Upper=2000); 128 128 PR as positive (Brief="Tube Side Prandtl Number",Default=0.5,Lower=1e-8); 129 PRw as positive (Brief="Tube Side Prandtl Number at Wall Temperature",Default=0.5,Lower=1e-8);130 129 Phi as positive (Brief="Phi Correction",Default=1,Lower=1e-3); 131 130 Vtube as velocity (Brief="Tube Side Velocity",Lower=1e-8); … … 172 171 Re as positive (Brief="Shell Side Reynolds Number",Default=100,Lower=1); 173 172 PR as positive (Brief="Shell Side Prandtl Number",Default=0.7,Lower=1e-6); 174 PRw as positive (Brief="Shell Side Prandtl Number",Default=0.5,Lower=1e-8);175 173 hshell as heat_trans_coeff (Brief="Shell Side Film Coefficient",Default=1,Lower=1e-12, Upper=1e6); 176 174 Phi as positive (Brief="Phi Correction",Default=1,Lower=1e-3); … … 235 233 DTL as temp_delta (Brief="Temperature Difference at Outlet",Lower=1); 236 234 LMTD as temp_delta (Brief="Logarithmic Mean Temperature Difference",Lower=1); 237 Fc as positive (Brief="LMTD Correction Factor",Lower=0. 4);235 Fc as positive (Brief="LMTD Correction Factor",Lower=0.1); 238 236 239 237 EQUATIONS -
branches/newlanguage/eml/heat_exchangers/HeatExchangerDetailed.mso
r223 r224 813 813 814 814 "Shell Pressure Drop Baffle Window" 815 Shell.PressureDrop.Pdwindow = Nb*((26/Shell.Properties.Average.rho)*mw*Shell.Properties.Average.Mu*(Ncw/(pitch-Dotube)+ Baffles.Ls/(Dw*Dw))+ 0.5*mw*mw/Shell.Properties.Average.rho)*exp(-1.33*(1+Rs)*((Scd + Std)/Shell.HeatTransfer.Sm)^(-0.15*(1+Rs) + 0.8));816 815 Shell.PressureDrop.Pdwindow = Nb*((2+0.6*Ncw)*0.5*mw*mw/Shell.Properties.Average.rho)*exp(-1.33*(1+Rs)*((Scd + Std)/Shell.HeatTransfer.Sm)^(-0.15*(1+Rs) + 0.8)); 816 817 817 when Shell.HeatTransfer.Re < 100 switchto "laminar"; 818 818
Note: See TracChangeset
for help on using the changeset viewer.