Ignore:
Timestamp:
Mar 5, 2007, 12:36:35 PM (16 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Update types with the new final keyword and a sample showing how to use DisplayUnit?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/sample/reactors/fogler/chap4/semibatch_reactor.mso

    r171 r181  
    5454       
    5555        VARIABLES
    56         C(NComp)        as conc_mol             (Brief="Concentration", Unit='mol/l', Lower=0);
    57         Co(NComp)       as conc_mol             (Brief="Inlet concentration", Unit='mol/l', Lower=0);
     56        C(NComp)        as conc_mol             (Brief="Concentration", DisplayUnit='mol/l', Lower=0);
     57        Co(NComp)       as conc_mol             (Brief="Inlet concentration", DisplayUnit='mol/l', Lower=0);
    5858       
    59         r(NComp)        as reaction_mol (Brief="Rate of reaction", Unit='mol/l/s');
     59        r(NComp)        as reaction_mol (Brief="Rate of reaction", DisplayUnit='mol/l/s');
    6060        k                       as Real                 (Brief="Specific rate of reaction", Unit='l/mol/s');
    61         V                       as volume               (Brief="Volume", Unit='l');
     61        V                       as volume               (Brief="Volume", DisplayUnit='l');
    6262        X                       as fraction     (Brief="Molar conversion", Lower=0);
    6363       
Note: See TracChangeset for help on using the changeset viewer.