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/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"
Note: See TracChangeset for help on using the changeset viewer.