Changeset 462 for branches/packed


Ignore:
Timestamp:
Feb 15, 2008, 3:15:33 PM (16 years ago)
Author:
Paula Bettio Staudt
Message:

More changes

Location:
branches/packed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/packed/eml/stage_separators/tray.mso

    r461 r462  
    403403        if Rev > 1e-4 then
    404404                "Resistance Coefficient"       
    405                 Qsio = 1;#Cpo * (64/Rev + 1.8/Rev^0.08);
     405                Qsio = Cpo * (64/Rev + 1.8/Rev^0.08);
    406406        else
    407407                Qsio = 1;
     
    409409
    410410        "Pressure drop and Vapor flow"
    411         (InletV.P - OutletV.P)/hs  = Qsio*a*uV^2*rhoV*invK / (2*e^3);
     411        (InletV.P - OutletV.P)*0.0091/hs  = Qsio*a*uV^2*rhoV*invK / (2*e^3);
    412412       
    413413        "Efficiency"
  • branches/packed/sample/stage_separators/sample_tray.mso

    r461 r462  
    133133        feed.Outlet.z = 1/NComp;
    134134
    135         inL.F = 7121 * 'kmol/h';       
     135        inL.F = 71.21 * 'kmol/h';       
    136136        inL.P = 2.22 * 'atm';
    137137        inL.T = 297.6 * 'K';
     
    148148        #Metal Pall Ring - nominal packing size 50 mm - Billet and Schultes, 1999.
    149149        t1.Q = 0 * 'kW';
    150         t1.Ap = 0.2 * 'm^2'; #0.8 * 'm^2';
    151         t1.V = 0.2 * 'm^2' * 0.1 * 'm';#0.8 * 'm^2' * 0.4 * 'm';
    152         t1.ds = 0.5 * 'm'; #1.009 * 'm';
     150        t1.Ap = 0.8 * 'm^2';
     151        t1.V = 0.8 * 'm^2' * 0.4 * 'm';
     152        t1.ds = 1.009 * 'm';
    153153        t1.Cpo = 0.763;
    154154        t1.e = 0.951;
    155155        t1.a = 112.6 * 'm^2/m^3';
    156         t1.hs = 0.1 * 'm'; #0.4 * 'm';
     156        t1.hs = 0.4 * 'm';
    157157
    158158        INITIAL
    159159        t1.OutletL.T = 280 *'K';
    160         t1.ML = 0.01 * 'kmol';
     160        t1.ML = 0.05 * 'kmol';
    161161        t1.OutletL.z([1:4]) = [0.286, 0.203, 0.148, 0.006];
    162162       
    163163        OPTIONS
    164         #NLASolver(File="nlasolver");
     164        DAESolver(File="sundials");
    165165        #InitialFile = "packedStage_BilletSchultes_Test.rlt";
    166166        TimeStep = 2;   
Note: See TracChangeset for help on using the changeset viewer.