Changeset 224 for branches/newlanguage/eml/heat_exchangers/HEX_Engine.mso
- Timestamp:
- Mar 19, 2007, 8:03:06 PM (16 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.