Ignore:
Timestamp:
Apr 23, 2011, 2:40:53 PM (12 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Fixed convergence problems of simple pump for distillation columns.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/eml/pressure_changers/pump.mso

    r840 r928  
    252252       
    253253"Pump potency"
    254         Outlet.h = Inlet.h;
    255 
    256 end
    257 
     254# FIXME: add a consistent equation for this pump using the work added
     255# and a flashPH call
     256#       Outlet.h = Inlet.h;
     257        Outlet.T = Inlet.T;
     258
     259end
     260
Note: See TracChangeset for help on using the changeset viewer.