Ignore:
Timestamp:
Sep 23, 2008, 9:42:24 PM (15 years ago)
Author:
gerson bicca
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/reactors/sample_cstr.mso

    r245 r634  
    5454
    5555SPECIFY
    56         s1.Outlet.F = 52126 * 'mol/h';
    57         s1.Outlet.P = 1     * 'atm';
    58         s1.Outlet.T = 534.67* 'degR';
    59         s1.Outlet.z = [0.0468, 0.0783, 0.8749, 0];
     56        s1.F = 52126 * 'mol/h';
     57        s1.P = 1     * 'atm';
     58        s1.T = 534.67* 'degR';
     59        s1.Composition= [0.0468, 0.0783, 0.8749, 0];
    6060
    6161        Reac.Vr                 = 300   * 'gal';
Note: See TracChangeset for help on using the changeset viewer.