Changeset 853 for trunk


Ignore:
Timestamp:
Oct 8, 2009, 10:55:19 PM (14 years ago)
Author:
Argimiro Resende Secchi
Message:

Fixing examples.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/processes/Sample_Process.mso

    r650 r853  
    4141        PP              as Plugin (Brief="Physical Properties",
    4242                Type = "PP",
    43                 Components = ["acetone", "acetic anhydride", "methane"],
     43                Components = ["acetone", "ketene", "methane"],
    4444                LiquidModel = "PR",
    4545                VapourModel = "PR"
     
    5656        Product                 as sink;                        # Product
    5757        Heat_1                  as energy_source; # Heat Supplied
    58         Cold_2                  as energy_source; # Cold Supplied
     58        Cold_2                  as energy_sink; # Cold Supplied
    5959SET
    6060
     
    6767       
    6868        Reac.NDisc      = 10;
    69         Reac.Across = 0.7 * 'in^2';
     69        Reac.Across = 0.56 * 'm^2';
    7070        Reac.L          = 2.28 * 'm';
    7171        Reac.NReac      = 1;
     
    9191SPECIFY
    9292
    93         Feed.F = 1 * 'kmol/h';
     93        Feed.F = 137.9 * 'kmol/h';
    9494        Feed.T = 350 * 'K';
    9595        Feed.P = 1.6  * 'atm';
     
    118118        Mheater.OutletHot(1)            to  Cooler.Inlet;
    119119        Cooler.Outlet                           to  Product.Inlet;
    120         Heat_1.OutletQ.Q                                to Heater.InletQ.Q;
    121         Cold_2.OutletQ.Q                                to Cooler.InletQ.Q;
     120        Heat_1.OutletQ.Q                        to      Heater.InletQ.Q;
     121        Cooler.OutletQ.Q                        to      Cold_2.InletQ.Q;
    122122
    123123INITIAL
Note: See TracChangeset for help on using the changeset viewer.