Ignore:
Timestamp:
May 20, 2008, 11:54:40 AM (15 years ago)
Author:
Gabriela Sporleder Straatmann
Message:

Modifying Model trayRateBasic

File:
1 edited

Legend:

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

    r517 r519  
    255255        inL.P = 150 * 'kPa';
    256256        inL.T = 290 * 'K';
    257         inL.F = 62 * 'kmol/h';
     257        inL.F = 90 * 'kmol/h';
    258258        inL.z = [0.1641, 0.8359];
    259259
    260260        inV.P = 150 * 'kPa';
    261         inV.T = 340 * 'K';
     261        inV.T = 500 * 'K';
    262262        inV.z = [0.0584, 0.9416];
    263263#       inV.F = 62 * 'kmol/h';
     
    265265        t1.OutletV.F = 120 * 'kmol/h';
    266266#       t1.OutletL.F = 120 * 'kmol/h';
    267         t1.interf.a = 140 * 'm^2';
     267        t1.interf.a = 40 * 'm^2';
    268268        t1.interf.htL = 10.01 * 'kW/m^2/K';
    269269        t1.interf.htV = 0.025 * 'kW/m^2/K';
Note: See TracChangeset for help on using the changeset viewer.