Changeset 284 for trunk/eml/heat_exchangers/Mheatex.mso
- Timestamp:
- Jun 16, 2007, 7:23:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/heat_exchangers/Mheatex.mso
r197 r284 12 12 * EMSO is distributed under the therms of the ALSOC LICENSE as 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 *15 *16 *---------------------------------------------------------------------17 * Model of a Multistream Heat Exchanger18 *19 * Streams:20 * * Hot Inlet streams .... at least one Hot material stream21 * * Cold Inlet streams .... at least one Cold material stream22 * * Hot Outlet streams .... one material stream for each Hot Inlet23 * * Cold Outlet streams .... one material stream for each Cold Inlet24 *25 * Purpose:26 * * Heat Transfer between multiple hot and cold streams.27 *28 14 *---------------------------------------------------------------------- 29 15 * Author: Gerson Balbueno Bicca … … 36 22 37 23 ATTRIBUTES 24 Icon = "Mheatex"; 38 25 Pallete = true; 39 Brief = "M ultistream heat exchangers";26 Brief = "Model of a Multistream heat exchangers"; 40 27 Info = 41 28 "Heat Transfer between multiple hot and cold streams."; … … 44 31 45 32 outer PP as Plugin (Brief="Physical Properties", Type="PP"); 46 outer NComp 47 FlowDirection 33 outer NComp as Integer (Brief="Number of Components"); 34 FlowDirection as Switcher(Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent"); 48 35 Ncold as Integer (Brief="Number of Inlet Cold Streams",Lower=1); 49 36 Nhot as Integer (Brief="Number of Inlet Hot Streams",Lower=1);
Note: See TracChangeset
for help on using the changeset viewer.