Ignore:
Timestamp:
Jan 22, 2008, 3:14:11 PM (15 years ago)
Author:
Paula Bettio Staudt
Message:

Temporary tray files

File:
1 edited

Legend:

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

    r436 r448  
    110110
    111111        VARIABLES
    112         deltaP as pressure;
     112        deltaP as Real (Unit='Pa/m');
    113113       
    114114        DEVICES
    115         t1 as packedStage2;
     115        t1 as packedStage;
    116116        feed as source;
    117117        inL as liquid_stream;
     
    124124
    125125        EQUATIONS
    126         deltaP = t1.InletV.P - t1.OutletV.P;
     126        deltaP = (t1.InletV.P - t1.OutletV.P)/ (t1.V/t1.Across);
    127127
    128128        SPECIFY
     
    137137        inL.z = [0.1641, 0.8359];
    138138
    139         inV.F = 201.25 * 'kmol/h';
    140         #inV.F = 240 * 'kmol/h';
     139        #inV.F = 201.25 * 'kmol/h';
     140        inV.F = 240 * 'kmol/h';
    141141        inV.P = 1.48 * 'atm';
    142142        inV.T = 321 * 'K';
     
    146146       
    147147        SET
    148         t1.PressureDropModel = "Leva";
    149         t1.PackingType = "random";
    150         t1.V = 4.1 * 'ft^3';
     148#       t1.PressureDropModel = "Leva";
     149#       t1.PackingType = "random";
     150        t1.V = 4 * 'ft^3';
    151151        t1.Q = 0 * 'kW';
    152         t1.Across = 3.94 * 'ft^2';#3.94 * 'ft^2';
    153         t1.Ap = 3.94 * 'ft^2';
     152        t1.Across = 3.94 * 'ft^2';
    154153
    155154        INITIAL
     
    160159        OPTIONS
    161160        InitialFile = "/home/paula/tray_Test.rlt";
    162         TimeStep = 0.5;
     161        TimeStep = 0.1;
    163162        TimeEnd = 10;
    164163end
Note: See TracChangeset for help on using the changeset viewer.