Changeset 269 for trunk/eml/mixers_splitters/splitter.mso
- Timestamp:
- Jun 16, 2007, 3:50:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/mixers_splitters/splitter.mso
r76 r269 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 14 * 15 *-------------------------------------------------------------------16 * Model of a splitter17 *--------------------------------------------------------------------18 *19 * Streams:20 * * a inlet stream21 * * "Noutlet" outlet streams22 *23 * Assumptions:24 * * thermodynamics equilibrium25 * * adiabatic26 *27 * Specify:28 * * the inlet stream29 * * (Noutlet - 1) fraction of split of the outlet streams:30 * frac(i) = (Mole Flow of the outlet stream "i" /31 * Mole Flow of the inlet stream)32 * where i = 1, 2,...,Noutlet33 *34 15 *---------------------------------------------------------------------- 35 * Author: Maurício Carvalho Maciel 16 * Author: Maurício Carvalho Maciel, Paula B. Staudt, Rafael P. Soares 36 17 * $Id$ 37 18 *--------------------------------------------------------------------*# … … 41 22 42 23 Model splitter_n 24 ATTRIBUTES 25 Pallete = true; 26 Icon = "splitter_n"; 27 Brief = "Model of a splitter"; 28 Info = " 29 Assumptions: 30 * thermodynamics equilibrium 31 * adiabatic 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) 38 where i = 1, 2,...,Noutlet 39 "; 40 43 41 PARAMETERS 44 42 NOutlet as Integer (Brief = "Number of Outlet Streams", Lower = 1); … … 77 75 78 76 79 #*-----------------------------------------------------------------80 * Splitter with 2 outlet streams81 *------------------------------------------------------------------82 *Author: Paula B. Staudt, Rafael P. Soares83 *----------------------------------------------------------------*#84 77 Model splitter 85 78 ATTRIBUTES 79 Pallete = true; 80 Icon = "splitter"; 81 Brief = "Splitter with 2 outlet streams"; 82 Info = " 83 Assumptions: 84 * thermodynamics equilibrium 85 * adiabatic 86 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) 92 where i = 1, 2,...,Noutlet 93 "; 94 86 95 VARIABLES 87 96 in Inlet as stream;
Note: See TracChangeset
for help on using the changeset viewer.