Ignore:
Timestamp:
Mar 2, 2007, 10:06:53 AM (17 years ago)
Author:
gerson bicca
Message:

some modifications in the models for the new language (reactors model)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/eml/reactors/batch.mso

    r77 r171  
    2727 
    2828Model batch_basic
    29         PARAMETERS
     29       
     30PARAMETERS
     31
    3032ext     NComp as Integer;
    3133        NReac as Integer;
    3234        stoic(NComp, NReac) as Real (Brief = "Stoichiometric Matrix");
    3335
    34         VARIABLES
     36VARIABLES
     37
    3538in      Inlet      as stream;
    3639        C(NComp) as conc_mol(Brief="Components concentration");
Note: See TracChangeset for help on using the changeset viewer.