Changeset 99 for mso/eml


Ignore:
Timestamp:
Jan 8, 2007, 4:45:20 PM (17 years ago)
Author:
Paula Bettio Staudt
Message:

Fixed column models with termosyphon reboiler

File:
1 edited

Legend:

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

    r72 r99  
    248248                "Pressure Drop through the reboiler"
    249249                reb.OutletV.F = trays(bot).Ah/reb.vV * sqrt((reb.OutletV.P - trays(bot).OutletL.P)
    250                                 / (trays(bot).beta*reb.rhoV) );
     250                                / (trays(bot).alfa*reb.rhoV) );
    251251        else
    252252                "No flow in reboiler"
     
    774774                "Pressure Drop through the tray"
    775775                reb.OutletV.F = trays(bot).Ah/reb.vV * sqrt((reb.OutletV.P - trays(bot).OutletL.P)
    776                                 / (trays(bot).beta*reb.rhoV) );
     776                                / (trays(bot).alfa*reb.rhoV) );
    777777        else
    778778                "Prato selado"
     
    888888                "Pressure Drop through the tray"
    889889                reb.OutletV.F = trays(bot).Ah/reb.vV * sqrt((reb.OutletV.P - trays(bot).OutletL.P)
    890                                 / (trays(bot).beta*reb.rhoV) );
     890                                / (trays(bot).alfa*reb.rhoV) );
    891891        else
    892892                "Prato selado"
Note: See TracChangeset for help on using the changeset viewer.