Changeset 470 for branches/packed/sample/stage_separators/sample_tray.mso
- Timestamp:
- Mar 4, 2008, 6:20:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/packed/sample/stage_separators/sample_tray.mso
r469 r470 112 112 VARIABLES 113 113 deltaP as pressure (Lower=-10); 114 phiL as Real;114 phiL as volume; 115 115 116 116 DEVICES … … 127 127 EQUATIONS 128 128 deltaP = t1.InletV.P - t1.OutletV.P; 129 phiL = t1.ML*t1.vL / t1.V;129 phiL = t1.ML*t1.vL; 130 130 131 131 SPECIFY … … 257 257 VARIABLES 258 258 deltaP as Real (Unit='atm/m'); 259 phiL as volume; 259 260 260 261 DEVICES … … 271 272 EQUATIONS 272 273 deltaP = (t1.InletV.P - t1.OutletV.P)/t1.hs; 274 phiL = t1.vL * t1.ML; 273 275 274 276 SPECIFY 275 277 feed.Outlet.F = 0 * 'kmol/h'; 276 278 feed.Outlet.T = 300 * 'K'; 277 feed.Outlet.P = 1 * 'atm';278 feed.Outlet.z = 1/NComp;279 feed.Outlet.P = 1.66 * 'atm'; 280 feed.Outlet.z = [0.2, 0.2, 0.2, 0.2, 0.2]; 279 281 280 282 inL.F = 71.21 * 'kmol/h'; … … 293 295 #Metal Pall Ring - nominal packing size 50 mm - Billet and Schultes, 1999. 294 296 t1.Q = 0 * 'kW'; 295 t1.Ap = 0.8 * 'm^2';296 t1.V = 0.8 * 'm^2' * 0.4 * 'm';297 t1.ds = 1.009 * 'm';297 #t1.Ap = 0.8 * 'm^2'; 298 #t1.V = 0.8 * 'm^2' * 0.4 * 'm'; 299 # t1.ds = 1.009 * 'm'; 298 300 t1.Cpo = 0.763; 299 301 t1.e = 0.951; 300 302 t1.a = 112.6 * 'm^2/m^3'; 301 t1.hs = 0.4 * 'm';303 # t1.hs = 0.4 * 'm'; 302 304 t1.Qsio = 1; 303 305 306 t1.V = 4 * 'ft^2' * 1 * 'ft'; 307 t1.Ap = 4 * 'ft^2'; 308 t1.hs = 1 * 'ft'; 309 t1.ds = 2.26 * 'ft'; 310 304 311 INITIAL 305 t1.OutletL.T = 280*'K';306 t1.ML = 0. 05* 'kmol';307 t1.OutletL.z([1:4]) = [0.2 86, 0.203, 0.148, 0.006];312 t1.OutletL.T = 304 *'K'; 313 t1.ML = 0.18 * 'kmol'; 314 t1.OutletL.z([1:4]) = [0.2, 0.2, 0.2, 0.2]; 308 315 309 316 OPTIONS 310 317 DAESolver(File="sundials"); 311 318 #InitialFile = "packedStage_BilletSchultes_Test.rlt"; 312 TimeStep = 2; 313 TimeEnd = 50; 319 InitialFile = "/home/paula/tray_Test_2.rlt"; 320 TimeStep = 5; 321 TimeEnd = 60; 314 322 end
Note: See TracChangeset
for help on using the changeset viewer.