Changeset 650 for trunk/sample/reactors


Ignore:
Timestamp:
Sep 30, 2008, 10:00:48 PM (15 years ago)
Author:
Argimiro Resende Secchi
Message:

Fixing convergence problems!

Location:
trunk/sample/reactors
Files:
3 edited

Legend:

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

    r426 r650  
    7676
    7777        SPECIFY
    78         Fin.Outlet.F = 5*'kmol/h';
    79         Fin.Outlet.z = [0.4, 0.6, 0.0, 0.0, 0.0];
    80         Fin.Outlet.P = 1*'atm';
    81         Fin.Outlet.T = 1000*'K';
     78        Fin.F = 5*'kmol/h';
     79        Fin.Composition = [0.4, 0.6, 0.0, 0.0, 0.0];
     80        Fin.P = 1*'atm';
     81        Fin.T = 1000*'K';
    8282       
    8383        R.Outlet.F = 5*'kmol/h'*sqrt(R.Tank.Level/'m');
  • trunk/sample/reactors/sample_stoic.mso

    r426 r650  
    6464       
    6565        SPECIFY
    66         Fin.Outlet.F = 1000*'kmol/h';
    67         Fin.Outlet.z = [0.25, 0.75, 0, 0, 0];
    68         Fin.Outlet.P = 10*'kgf/cm^2';
    69         Fin.Outlet.T = 500*'K';
     66        Fin.F = 1000*'kmol/h';
     67        Fin.Composition = [0.25, 0.75, 0, 0, 0];
     68        Fin.P = 10*'kgf/cm^2';
     69        Fin.T = 500*'K';
    7070
    7171        R.Outlet.F = 1000*'kmol/h'*sqrt(R.Tank.Level/'m');
     
    118118       
    119119        SPECIFY
    120         Fin.Outlet.F = 1000*'kmol/h';
    121         Fin.Outlet.z = [0.25, 0.75, 0, 0, 0];
    122         Fin.Outlet.P = 10*'kgf/cm^2';
    123         Fin.Outlet.T = 500*'K';
     120        Fin.F = 1000*'kmol/h';
     121        Fin.Composition = [0.25, 0.75, 0, 0, 0];
     122        Fin.P = 10*'kgf/cm^2';
     123        Fin.T = 500*'K';
    124124       
    125125        R.Outlet.F = 1000*'kmol/h'*sqrt(R.Tank.Level/'m');
  • trunk/sample/reactors/sample_yield.mso

    r426 r650  
    5858       
    5959        SPECIFY
    60         Fin.Outlet.F = 1000*'kmol/h';
    61         Fin.Outlet.z = [0.25, 0.69, 0.03, 0.02, 0.01];
    62         Fin.Outlet.P = 10*'kgf/cm^2';
    63         Fin.Outlet.T = 500*'K';
     60        Fin.F = 1000*'kmol/h';
     61        Fin.Composition = [0.25, 0.69, 0.03, 0.02, 0.01];
     62        Fin.P = 10*'kgf/cm^2';
     63        Fin.T = 500*'K';
    6464       
    6565        R.Outlet.F = 300*'kmol/h'*sqrt(R.Tank.Level/'m');
Note: See TracChangeset for help on using the changeset viewer.