Changeset 8 for mso/sample/miscellaneous


Ignore:
Timestamp:
Aug 26, 2006, 3:05:18 PM (17 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Fixed some samples and removed duplicated ones

Location:
mso/sample/miscellaneous
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • mso/sample/miscellaneous/sample_batch.mso

    r1 r8  
    1414*-------------------------------------------------------------------*#
    1515
    16 using "batch";
    17 
     16using "reactors/batch";
     17 
    1818FlowSheet SampleBatch
    1919        PARAMETERS
    20         NoComps as Integer(Brief="Number of components");
     20        NComp as Integer(Brief="Number of components");
    2121
    2222        DEVICES
     
    4242
    4343        SET
    44         NoComps = 5;
    45         reac.NoReacs = 5;
     44        NComp = 5;
     45        reac.NReac = 5;
    4646        pCO2 = 0.9;
    4747       
Note: See TracChangeset for help on using the changeset viewer.