Changeset 544 for trunk/eml/heat_exchangers
- Timestamp:
- Jun 27, 2008, 12:23:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/heat_exchangers/Mheatex.mso
r359 r544 29 29 30 30 == Specify == 31 The user must specify the following variables: 31 32 * The Inlet Hot streams: Any Number 32 33 * The Inlet Cold streams: Any Number 33 34 * The LMTD correction factor 34 * Specify: 35 **The outlet temperature and the outlet pressure for each stream on one side (hot or cold) of the heat exchanger 36 ** On the other side the user must leave at least one unespecified outlet stream. 37 35 * The outlet temperature and the outlet pressure for each stream on one side (hot or cold) of the heat exchanger 36 * On the other side the user must leave at least one unespecified outlet stream. 38 37 39 38 == Setting The Mheatex Parameters == 40 * FlowDirection: counter or cocurrent41 * Nhot42 * Ncold39 * FlowDirection: counter or cocurrent flow 40 * Number of hot streams (Nhot) 41 * Number of cold streams (Ncold) 43 42 "; 44 43 … … 53 52 VARIABLES 54 53 55 in InletHot(Nhot) as stream (Brief="Inlet Hot Streams", PosX=0, PosY=0.7156, Symbol=" ^{inHot}");56 out OutletHot(Nhot) as streamPH (Brief="Outlet Hot Streams", PosX=1, PosY=0.7156, Symbol=" ^{outHot}");57 in InletCold(Ncold) as stream (Brief="Inlet Cold Streams", PosX=1, PosY=0.2793, Symbol=" ^{inCold}");58 out OutletCold(Ncold) as streamPH (Brief="Outlet Cold Streams", PosX=0, PosY=0.2793, Symbol=" ^{outCold}");54 in InletHot(Nhot) as stream (Brief="Inlet Hot Streams", PosX=0, PosY=0.7156, Symbol="_{hot}^{in}"); 55 out OutletHot(Nhot) as streamPH (Brief="Outlet Hot Streams", PosX=1, PosY=0.7156, Symbol="_{hot}^{out}"); 56 in InletCold(Ncold) as stream (Brief="Inlet Cold Streams", PosX=1, PosY=0.2793, Symbol="_{cold}^{in}"); 57 out OutletCold(Ncold) as streamPH (Brief="Outlet Cold Streams", PosX=0, PosY=0.2793, Symbol="_{cold}^{out}"); 59 58 60 59 Method as LMTD_Basic (Brief="Log Mean Temperature Difference Method", Symbol = " ");
Note: See TracChangeset
for help on using the changeset viewer.