Changeset 15 for mso/tutorial
- Timestamp:
- Aug 26, 2006, 5:21:43 PM (16 years ago)
- Location:
- mso/tutorial
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/tutorial/ThreeTank1.mso
r1 r15 18 18 19 19 FlowSheet ThreeTank 20 VARIABLES 21 Feed as flow_vol; 22 20 23 DEVICES 21 24 Tank1 as tank_simplified; … … 24 27 25 28 CONNECTIONS 29 Feed to Tank1.Fin; 26 30 Tank1.Fout to Tank2.Fin; 27 31 Tank2.Fout to Tank3.Fin; -
mso/tutorial/ThreeTank2.mso
r1 r15 18 18 19 19 FlowSheet ThreeTank 20 VARIABLES 21 Feed as flow_vol; 22 20 23 DEVICES 21 24 Tank1 as tank_simplified; … … 24 27 25 28 CONNECTIONS 29 Feed to Tank1.Fin; 26 30 Tank1.Fout to Tank2.Fin; 27 31 Tank2.Fout to Tank3.Fin; -
mso/tutorial/ThreeTank3.mso
r1 r15 18 18 19 19 FlowSheet ThreeTank 20 VARIABLES 21 Feed as flow_vol; 22 20 23 DEVICES 21 24 Tank1 as tank_simplified; … … 24 27 25 28 CONNECTIONS 29 Feed to Tank1.Fin; 26 30 Tank1.Fout to Tank2.Fin; 27 31 Tank2.Fout to Tank3.Fin;
Note: See TracChangeset
for help on using the changeset viewer.