Changeset 112 for mso/sample/stage_separators/sample_column.mso
- Timestamp:
- Jan 14, 2007, 11:01:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/stage_separators/sample_column.mso
r111 r112 312 312 Pad as Real (Brief="Dimensionless pressure"); 313 313 Tad as Real (Brief="Dimensionless temperature"); 314 314 RR as positive (Brief="Reflux ratio"); 315 315 316 SET 316 317 PP.Components = [ "isobutane", "n-pentane", "propylene", … … 367 368 PC.Options.clip = 1; 368 369 PC.Options.autoMan = 0; 369 PC.Parameters.intTime = 6*"s";370 PC.Parameters.intTime = 50*"s"; 370 371 PC.Parameters.gain = 0.5; 371 372 PC.Parameters.derivTime = 1*"s"; … … 411 412 col.reb.OutletL.F = Frmin + (Frmax-Frmin) * LCbot.Ports.output; 412 413 414 RR * (col.cond.OutletV.F + col.sptop.Outlet1.F) = col.sptop.Outlet2.F; 415 416 if time < 1 * "h" then 417 col.sptop.Outlet2.F = 70 * "kmol/h"; # reflux 418 else 419 col.sptop.Outlet2.F = 85 * "kmol/h"; # reflux 420 end 421 413 422 SPECIFY 414 423 feed.F = 113.4 * "kmol/h"; … … 424 433 zero.h = 0 * "J/mol"; 425 434 426 col.sptop.Outlet2.F = 85 * "kmol/h"; # reflux427 435 Qr = 3e6 * "kJ/h"; 428 436 col.pump1.dP = 16 * "kPa";
Note: See TracChangeset
for help on using the changeset viewer.