Changeset 354 for trunk/eml/mixers_splitters/sepComp.mso
- Timestamp:
- Aug 30, 2007, 2:17:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/mixers_splitters/sepComp.mso
r351 r354 25 25 Icon = "icon/splitter_n"; 26 26 Brief = "Model of a separator of components"; 27 Info = "28 Assumptions: 29 30 31 32 Specify: 33 34 35 36 37 38 39 27 Info = 28 "== Assumptions == 29 * thermodynamics equilibrium 30 * adiabatic 31 32 == Specify == 33 * the inlet stream 34 * (NComp - 1) molar fractions to (Noutlet - 1) outlet streams 35 * (Noutlet - 1) frac (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) 39 where i = 1, 2,...,Noutlet 40 40 or 41 41 42 42 (Noutlet - 1) recovery (Recovery of the component specified in the outlet stream i): 43 43 44 45 46 47 44 recovery(i) = (Mole Flow of the component specified in the Outlet stream i/ 45 Mole Flow of the component specified in the inlet stream) 46 where i = 1, 2,...,Noutlet 47 "; 48 48 49 49 PARAMETERS … … 115 115 Icon = "icon/splitter"; 116 116 Brief = "Model of a separator of components"; 117 Info = "118 Assumptions: 119 120 117 Info = 118 "== Assumptions == 119 * thermodynamics equilibrium 120 * adiabatic 121 121 122 Specify: 123 124 125 126 122 == Specify == 123 * the inlet stream 124 * (NComp - 1) molar fractions to 1 of the outlet streams 125 * the fraction of split of the outlet streams 126 "; 127 127 128 128 PARAMETERS
Note: See TracChangeset
for help on using the changeset viewer.