Changeset 102 for mso/eml


Ignore:
Timestamp:
Jan 9, 2007, 2:06:00 PM (17 years ago)
Author:
Paula Bettio Staudt
Message:

updated Distillation_thermosyphon_subcooling model in column.mso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mso/eml/stage_separators/column.mso

    r99 r102  
    179179
    180180        EQUATIONS
     181        if (reb.OutletV.P > reb.InletL.P) then
     182                "Pressure Drop through the reboiler"
     183                reb.OutletV.F = trays(bot).Ah/reb.vV * sqrt((reb.OutletV.P - trays(bot).OutletL.P)
     184                                / (trays(bot).alfa*reb.rhoV) );
     185        else
     186                "No flow in reboiler"
     187                reb.OutletV.F = 0.0 * "mol/s";
     188        end     
     189       
    181190        "Pressure Drop through the tray"
    182191        trays(top).OutletV.F = (1 + tanh(1 * (trays(top).OutletV.P - ttop.Outlet.P)/"Pa"))/2 *
Note: See TracChangeset for help on using the changeset viewer.