Changeset 8 for mso/sample/miscellaneous
- Timestamp:
- Aug 26, 2006, 3:05:18 PM (17 years ago)
- Location:
- mso/sample/miscellaneous
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/miscellaneous/sample_batch.mso
r1 r8 14 14 *-------------------------------------------------------------------*# 15 15 16 using " batch";17 16 using "reactors/batch"; 17 18 18 FlowSheet SampleBatch 19 19 PARAMETERS 20 N oCompsas Integer(Brief="Number of components");20 NComp as Integer(Brief="Number of components"); 21 21 22 22 DEVICES … … 42 42 43 43 SET 44 N oComps= 5;45 reac.N oReacs= 5;44 NComp = 5; 45 reac.NReac = 5; 46 46 pCO2 = 0.9; 47 47
Note: See TracChangeset
for help on using the changeset viewer.