Changeset 462 for branches/packed
- Timestamp:
- Feb 15, 2008, 3:15:33 PM (16 years ago)
- Location:
- branches/packed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/packed/eml/stage_separators/tray.mso
r461 r462 403 403 if Rev > 1e-4 then 404 404 "Resistance Coefficient" 405 Qsio = 1;#Cpo * (64/Rev + 1.8/Rev^0.08);405 Qsio = Cpo * (64/Rev + 1.8/Rev^0.08); 406 406 else 407 407 Qsio = 1; … … 409 409 410 410 "Pressure drop and Vapor flow" 411 (InletV.P - OutletV.P) /hs = Qsio*a*uV^2*rhoV*invK / (2*e^3);411 (InletV.P - OutletV.P)*0.0091/hs = Qsio*a*uV^2*rhoV*invK / (2*e^3); 412 412 413 413 "Efficiency" -
branches/packed/sample/stage_separators/sample_tray.mso
r461 r462 133 133 feed.Outlet.z = 1/NComp; 134 134 135 inL.F = 71 21 * 'kmol/h';135 inL.F = 71.21 * 'kmol/h'; 136 136 inL.P = 2.22 * 'atm'; 137 137 inL.T = 297.6 * 'K'; … … 148 148 #Metal Pall Ring - nominal packing size 50 mm - Billet and Schultes, 1999. 149 149 t1.Q = 0 * 'kW'; 150 t1.Ap = 0. 2 * 'm^2'; #0.8 * 'm^2';151 t1.V = 0. 2 * 'm^2' * 0.1 * 'm';#0.8 * 'm^2' * 0.4 * 'm';152 t1.ds = 0.5 * 'm'; #1.009 * 'm';150 t1.Ap = 0.8 * 'm^2'; 151 t1.V = 0.8 * 'm^2' * 0.4 * 'm'; 152 t1.ds = 1.009 * 'm'; 153 153 t1.Cpo = 0.763; 154 154 t1.e = 0.951; 155 155 t1.a = 112.6 * 'm^2/m^3'; 156 t1.hs = 0. 1 * 'm'; #0.4 * 'm';156 t1.hs = 0.4 * 'm'; 157 157 158 158 INITIAL 159 159 t1.OutletL.T = 280 *'K'; 160 t1.ML = 0.0 1* 'kmol';160 t1.ML = 0.05 * 'kmol'; 161 161 t1.OutletL.z([1:4]) = [0.286, 0.203, 0.148, 0.006]; 162 162 163 163 OPTIONS 164 #NLASolver(File="nlasolver");164 DAESolver(File="sundials"); 165 165 #InitialFile = "packedStage_BilletSchultes_Test.rlt"; 166 166 TimeStep = 2;
Note: See TracChangeset
for help on using the changeset viewer.