Changeset 354 for trunk/eml/mixers_splitters/splitter.mso
- Timestamp:
- Aug 30, 2007, 2:17:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/mixers_splitters/splitter.mso
r351 r354 26 26 Icon = "icon/splitter_n"; 27 27 Brief = "Model of a splitter"; 28 Info = "29 Assumptions: 30 31 28 Info = 29 "== Assumptions == 30 * thermodynamics equilibrium 31 * adiabatic 32 32 33 Specify: 34 * the inlet stream 35 * (Noutlet - 1) fraction of split of the outlet streams: 36 frac(i) = (Mole Flow of the outlet stream i / 37 Mole Flow of the inlet stream) 33 == Specify == 34 * the inlet stream 35 * (Noutlet - 1) fraction of split of the outlet streams: 36 37 frac(i) = (Mole Flow of the outlet stream i / 38 Mole Flow of the inlet stream) 38 39 where i = 1, 2,...,Noutlet 39 40 "; 40 41 41 42 PARAMETERS … … 80 81 Icon = "icon/splitter"; 81 82 Brief = "Splitter with 2 outlet streams"; 82 Info = "83 Assumptions: 84 85 83 Info = 84 "== Assumptions == 85 * thermodynamics equilibrium 86 * adiabatic 86 87 87 Specify: 88 * the inlet stream 89 * (Noutlet - 1) fraction of split of the outlet streams: 90 frac(i) = (Mole Flow of the outlet stream i / 91 Mole Flow of the inlet stream) 88 == Specify == 89 * the inlet stream 90 * (Noutlet - 1) fraction of split of the outlet streams: 91 92 frac(i) = (Mole Flow of the outlet stream i / 93 Mole Flow of the inlet stream) 92 94 where i = 1, 2,...,Noutlet 93 95 "; 94 96 95 97 VARIABLES
Note: See TracChangeset
for help on using the changeset viewer.