Ignore:
Timestamp:
Apr 11, 2008, 3:21:24 PM (15 years ago)
Author:
Paula Bettio Staudt
Message:

First official version of packed stage and packed column with samples

Location:
branches/packed/sample/stage_separators
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/packed/sample/stage_separators/sample_column.mso

    r497 r498  
    519519       
    520520        DEVICES
    521         sec as Section_Column_Packed;
     521        sec as Packed_Section_Column;
    522522        feed as liquid_stream;
    523523        reb as vapour_stream;
     
    555555        reb.z = [0.16, 0.542, 0.013, 0.008, 0.277];
    556556
    557         sec.stage.Qsil = 0.1;
    558         #sec.stage(1).OutletV.F = 150 * 'kmol/h';
    559557        sec.stage.deltaP = 0.001 * 'atm';
    560558
     
    567565        sec.stage.e = 0.951;
    568566        sec.stage.a = 112.6 * 'm^2/m^3';
     567        sec.stage.Qsil = 0.1;
    569568
    570569        INITIAL
  • branches/packed/sample/stage_separators/sample_tray.mso

    r497 r498  
    371371        t1.OutletV.P = 145 * 'kPa';
    372372        #t1.OutletV.F = 190 * 'kmol/h';
    373         t1.Qsil = 10;
    374373       
    375374        SET
    376375        #Metal Pall Ring - nominal packing size 50 mm - Billet and Schultes, 1999.
    377376        t1.Q = 0 * 'kW';
    378         t1.Ap = 0.8 * 'm^2';
    379377        t1.V = 0.8 * 'm^2' * 0.4 * 'm';
    380         t1.ds = 1.009 * 'm';
     378        t1.d = 1.009 * 'm';
    381379        t1.Cpo = 0.763;
    382380        t1.e = 0.951;
    383381        t1.a = 112.6 * 'm^2/m^3';
    384382        t1.hs = 0.4 * 'm';
     383        t1.Qsil = 10;
    385384       
    386385        INITIAL
     
    447446        t1.deltaP = 0.01 * 'atm';
    448447        #t1.OutletV.F = 165 * 'kmol/h';
    449         t1.Qsil = 10;
    450448       
    451449        SET
     
    461459
    462460        t1.V = 4 * 'ft^2' * 1 * 'ft';
    463         t1.Ap = 4 * 'ft^2';
    464461        t1.hs = 1 * 'ft';
    465         t1.ds = 2.26 * 'ft';
     462        t1.d = 2.26 * 'ft';
     463        t1.Qsil = 10;
    466464
    467465        INITIAL
Note: See TracChangeset for help on using the changeset viewer.