Changeset 359 for trunk/eml/heat_exchangers/Mheatex.mso
- Timestamp:
- Aug 31, 2007, 5:57:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/heat_exchangers/Mheatex.mso
r352 r359 25 25 Pallete = true; 26 26 Brief = "Model of a Multistream heat exchangers"; 27 Info = 28 "Heat Transfer between multiple hot and cold streams."; 29 27 Info = 28 "Heat Transfer between multiple hot and cold streams. 29 30 == Specify == 31 * The Inlet Hot streams: Any Number 32 * The Inlet Cold streams: Any Number 33 * 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 38 39 == Setting The Mheatex Parameters == 40 *FlowDirection: counter or cocurrent 41 *Nhot 42 *Ncold 43 "; 44 30 45 PARAMETERS 31 46 … … 33 48 outer NComp as Integer (Brief="Number of Components"); 34 49 FlowDirection as Switcher (Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent"); 35 Ncold as Integer (Brief="Number of Inlet Cold Streams",Lower=1 );36 Nhot as Integer (Brief="Number of Inlet Hot Streams",Lower=1 );50 Ncold as Integer (Brief="Number of Inlet Cold Streams",Lower=1, Symbol = "N_{cold}"); 51 Nhot as Integer (Brief="Number of Inlet Hot Streams",Lower=1, Symbol = "N_{hot}"); 37 52 38 53 VARIABLES 39 54 40 in InletHot(Nhot) as stream (Brief="Inlet Hot Streams", PosX=0, PosY=0.7156, Symbol=" _{inHot}");41 out OutletHot(Nhot) as streamPH (Brief="Outlet Hot Streams", PosX=1, PosY=0.7156, Symbol=" _{outHot}");42 in InletCold(Ncold) as stream (Brief="Inlet Cold Streams", PosX=1, PosY=0.2793, Symbol=" _{inCold}");43 out OutletCold(Ncold) as streamPH (Brief="Outlet Cold Streams", PosX=0, PosY=0.2793, Symbol=" _{outCold}");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}"); 44 59 45 Method as LMTD_Basic (Brief="Log Mean Temperature Difference Method" );60 Method as LMTD_Basic (Brief="Log Mean Temperature Difference Method", Symbol = " "); 46 61 Q as power (Brief="Heat Transfer", Default=7000, Lower=1e-6, Upper=1e10); 47 62 UA as Real (Brief="UA product",Unit='W/K',Lower=1e-8);
Note: See TracChangeset
for help on using the changeset viewer.