Changeset 519 for branches/rate


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

Modifying Model trayRateBasic

Location:
branches/rate
Files:
2 edited

Legend:

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

    r517 r519  
    483483        Pallete         = false;
    484484        Icon            = "icon/Tray";
    485         Brief           = "Basic equations of a tray column model.";
     485        Brief           = "Descrition of variables of the equilibrium interface.";
    486486        Info            =
    487 "This model contains only the main equations of a column tray nonequilibrium model without
    488 the hidraulic equations.";
     487"This model contains only the variables of the equilibrium interface.";
    489488
    490489        PARAMETERS
     
    568567        "Component Molar Balance"
    569568        diff(M_liq)=Inlet.F*Inlet.z + InletL.F*InletL.z
    570         - OutletL.F*OutletL.z + interf.NL;
     569        - OutletL.F*OutletL.z + interf.NL*interf.x;
    571570       
    572571        diff(M_vap)=InletFV.F*InletFV.z + InletV.F*InletV.z
    573         - OutletV.F*OutletV.z - interf.NV;
     572        - OutletV.F*OutletV.z - interf.NV*interf.y;
    574573       
    575574        "Energy Balance"
  • 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.