Changeset 373 for trunk/sample/reactors
- Timestamp:
- Sep 25, 2007, 6:48:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/reactors/fogler/chap2/series_reactors.mso
r309 r373 58 58 59 59 Model stream 60 PARAMETERS 61 NComp as Integer (Brief="Number of components", Default=1); 62 VARIABLES 63 F(NComp)as flow_mol (Brief="Molar flow", DisplayUnit='mol/s'); 64 X(NComp)as fraction (Brief="Molar conversion"); 60 VARIABLES 61 F as flow_mol (Brief="Molar flow", DisplayUnit='mol/s'); 62 X as fraction (Brief="Molar conversion"); 65 63 end 66 64
Note: See TracChangeset
for help on using the changeset viewer.