Ignore:
Timestamp:
Mar 7, 2007, 1:53:12 PM (17 years ago)
Author:
Rodolfo Rodrigues
Message:

Updated reactor samples for the new language

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/sample/reactors/fogler/chap8/series_reactions.mso

    r171 r188  
    4040*
    4141*----------------------------------------------------------------------
    42 * Author: Christiano D. Wetzel Guerra and Rodolfo Rodrigues
     42* Author: Christiano D. W. Guerra and Rodolfo Rodrigues
    4343* $Id$
    4444*--------------------------------------------------------------------*#
     
    113113        vo      = 1000*'m^3/min';
    114114       
    115         ko      = [ 3.30,  4.58]*'1/min';
     115        ko      = [ 3.30,  4.58]/'min';
    116116        E       = [9.9e3, 2.7e4]*'cal/mol';
    117117        Tr_ko = [300, 500]*'K';
     
    124124        SPECIFY
    125125        "Inlet temperature"
    126         To = 283*'K' ;
     126        To = 283*'K';
    127127        "Inlet concentration of A"
    128128        Co= 0.3*'mol/m^3';
     
    133133
    134134        OPTIONS
    135         TimeStep = 2;
     135        TimeStep = 0;
    136136        TimeEnd = 225;
    137         TimeUnit ='min';
     137        TimeUnit = 'min';
    138138end
Note: See TracChangeset for help on using the changeset viewer.