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/chap4/molarflow_pfr.mso

    r171 r188  
    5252       
    5353        VARIABLES
    54     F(NComp)as flow_mol         (Brief="Molar flow", Unit='mol/min');
    55         C(NComp)as conc_mol     (Brief="Molar concentration", Unit='mol/l');
    56         r(NComp)as reaction_mol (Brief="Reaction rate", Unit='mol/min/l');
    57         Fo(NComp) as flow_mol   (Brief="Input molar flow of A", Unit='mol/min');
    58     Ft          as flow_mol     (Brief="Total molar flow", Unit='mol/min');
    59         Cto     as conc_mol     (Brief="Initial concentration", Unit='mol/l');
    60         V               as volume               (Brief="Reactor volume", Unit='l');
     54    F(NComp)as flow_mol         (Brief="Molar flow", DisplayUnit='mol/min');
     55        C(NComp)as conc_mol     (Brief="Molar concentration", DisplayUnit='mol/l');
     56        r(NComp)as reaction_mol (Brief="Reaction rate", DisplayUnit='mol/min/l');
     57        Fo(NComp) as flow_mol   (Brief="Input molar flow of A", DisplayUnit='mol/min');
     58    Ft          as flow_mol     (Brief="Total molar flow", DisplayUnit='mol/min');
     59        Cto     as conc_mol     (Brief="Initial concentration", DisplayUnit='mol/l');
     60        V               as volume               (Brief="Reactor volume", DisplayUnit='l');
    6161       
    6262        EQUATIONS
     
    9999       
    100100        OPTIONS
    101         TimeStep=1;
    102         TimeEnd=100;
    103         DAESolver = "dassl";
     101        TimeStep = 1;
     102        TimeEnd = 100;
    104103end
Note: See TracChangeset for help on using the changeset viewer.