Changeset 495 for branches/packed
- Timestamp:
- Apr 7, 2008, 3:42:56 PM (15 years ago)
- Location:
- branches/packed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/packed/eml/stage_separators/PackedStage.mso
r493 r495 63 63 # QsiS as Real (Brief="Resistance coefficient at the loading point", Lower = 0); 64 64 # QsiFl as Real (Brief="Resistance coefficient at the flooding point", Lower = 0); 65 deltaP as pressure; 65 66 66 67 SET … … 136 137 Rev*invK = dp*uV*rhoV / (miV*(1-e)); 137 138 138 139 #* if Rev < 1e-4 then 139 140 Qsil = 1; 140 141 else … … 143 144 exp(13300/'m'^1.5/a^1.5*sqrt((uL^2*a)/g)); 144 145 end 145 146 *# 147 deltaP = InletV.P - OutletV.P; 146 148 "Pressure drop and Vapor flow" 147 (InletV.P - OutletV.P)/hs = Qsil*a*uV^2*rhoV*invK / (2*(e-hl)^3);149 deltaP/hs = Qsil*a*uV^2*rhoV*invK / (2*(e-hl)^3); 148 150 149 151 "Liquid holdup" … … 198 200 199 201 VARIABLES 200 d eltaPas Real (Unit='atm/m');202 dP_h as Real (Unit='atm/m'); 201 203 202 204 DEVICES … … 212 214 213 215 EQUATIONS 214 d eltaP = (t1.InletV.P - t1.OutletV.P)/t1.hs;216 dP_h = t1.deltaP/t1.hs; 215 217 216 218 SPECIFY … … 230 232 inV.z = [0.0584, 0.9416];#[0.5, 0.5];# 231 233 232 #t1.OutletV.P = 148 * 'kPa';233 234 t1.OutletV.F = 147.1 * 'kmol/h'; 234 #t1.Qsil = 1; 235 #t1.deltaP = 0.05 * 'atm'; 236 t1.Qsil = 1; 235 237 236 238 SET … … 308 310 #t1.OutletV.P = 2.30409 * 'atm'; 309 311 t1.OutletV.F = 165 * 'kmol/h'; 312 #t1.deltaP = 0.0026 * 'atm'; 310 313 t1.Qsil = 10; 311 # t1.QsiS = 20;312 # t1.QsiFl = 50;313 314 314 315 SET -
branches/packed/sample/stage_separators/sample_column.mso
r493 r495 183 183 184 184 OPTIONS 185 TimeStep = 1 0;185 TimeStep = 1; 186 186 TimeEnd = 100; 187 187 #GuessFile="SectionColumn_Test_with8tray.rlt";
Note: See TracChangeset
for help on using the changeset viewer.