Changeset 103 for mso/eml


Ignore:
Timestamp:
Jan 10, 2007, 1:25:26 PM (17 years ago)
Author:
Paula Bettio Staudt
Message:

Updated tray model -> liquid flow correlation to avoid integration error

File:
1 edited

Legend:

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

    r72 r103  
    149149        if (Level > (beta * hw)) then
    150150                "Francis Equation"
    151                 OutletL.F = 1.84*"m^0.5/s"*lw*((Level-(beta*hw))/(beta))^1.5/vL;
     151                OutletL.F = 1.84*"m^0.5/s"*lw*((Level-(beta*hw))/(beta))^2/vL;
    152152        else
    153153                "Low level"
Note: See TracChangeset for help on using the changeset viewer.