Changeset 269 for trunk/eml/mixers_splitters/sepComp.mso
- Timestamp:
- Jun 16, 2007, 3:50:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/mixers_splitters/sepComp.mso
r176 r269 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 14 * 15 *-------------------------------------------------------------------16 * Model of a separator of components17 *--------------------------------------------------------------------18 *19 * Streams:20 * * a inlet stream21 * * "Noutlet" outlet streams22 *23 * Assumptions:24 * * thermodynamics equilibrium25 * * adiabatic26 *27 * Specify:28 * * the inlet stream29 * * (NComp - 1) molar fractions to (Noutlet - 1) outlet streams30 * * (Noutlet - 1) frac (fraction of split of the outlet streams):31 *32 * frac(i) = (Mole Flow of the outlet stream "i" /33 * Mole Flow of the inlet stream)34 * where i = 1, 2,...,Noutlet35 * or36 *37 * (Noutlet - 1) recovery (Recovery of the component specified in the outlet stream i):38 *39 * recovery(i) = (Mole Flow of the component specified in the Outlet stream i/40 * Mole Flow of the component specified in the inlet stream)41 * where i = 1, 2,...,Noutlet42 *43 15 *---------------------------------------------------------------------- 44 16 * Author: Maurício Carvalho Maciel … … 46 18 *--------------------------------------------------------------------*# 47 19 48 49 20 using "streams"; 50 21 22 Model sepComp_n 23 ATTRIBUTES 24 Pallete = true; 25 Icon = "splitter_n"; 26 Brief = "Model of a separator of components"; 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 or 51 41 52 Model sepComp_n 42 (Noutlet - 1) recovery (Recovery of the component specified in the outlet stream i): 43 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 "; 53 48 54 49 PARAMETERS … … 116 111 117 112 Model sepComp 113 ATTRIBUTES 114 Pallete = true; 115 Icon = "splitter"; 116 Brief = "Model of a separator of components"; 117 Info = " 118 Assumptions: 119 * thermodynamics equilibrium 120 * adiabatic 118 121 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 119 128 PARAMETERS 120 129
Note: See TracChangeset
for help on using the changeset viewer.