Changeset 469 for branches/packed


Ignore:
Timestamp:
Mar 4, 2008, 3:56:26 PM (16 years ago)
Author:
Paula Bettio Staudt
Message:

More modifications

File:
1 edited

Legend:

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

    r468 r469  
    111111       
    112112        VARIABLES
    113         deltaP as pressure;
     113        deltaP as pressure (Lower=-10);
    114114        phiL as Real;
    115115       
     
    133133        feed.Outlet.T = 300 * 'K';
    134134        feed.Outlet.P = 1.66 * 'atm';
    135         feed.Outlet.z = [0.5, 0.5];
     135        feed.Outlet.z = [0.2, 0.2, 0.2, 0.2, 0.2];
    136136       
    137137        inL.P = 2.22 * 'atm';
     
    140140        inL.z = [0.226, 0.425, 0.035, 0.025, 0.289];
    141141
    142         inV.F = 175.3 * 'kmol/h';
     142        #inV.F = 175.3 * 'kmol/h';
    143143        inV.P = 2.3062 * 'atm';
    144144        inV.T = 308.3 * 'K';
    145145        inV.z = [0.265, 0.233, 0.150, 0.014, 0.338];
    146146
     147        t1.OutletV.F = 178 * 'kmol/h';
    147148        t1.Emv = 1;
    148149
     
    239240end
    240241
    241 #the 3rd stage of the Distillation_kettle_cond_Test
     242#to compare with tray_Test_2
    242243FlowSheet packedStage_BilletSchultes_Test_2
    243244        PARAMETERS
Note: See TracChangeset for help on using the changeset viewer.