Changeset 148 for branches/newlanguage/sample/heat_exchangers
- Timestamp:
- Feb 1, 2007, 6:57:34 PM (17 years ago)
- Location:
- branches/newlanguage/sample/heat_exchangers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/heat_exchangers/sampleEshell.mso
r100 r148 29 29 PARAMETERS 30 30 31 PP as CalcObject(Brief="Physical Properties",File="vrpp");31 PP as Plugin (Brief="Physical Properties",File="vrpp"); 32 32 NComp as Integer; 33 33 -
branches/newlanguage/sample/heat_exchangers/sampleEshell_LMTD.mso
r147 r148 34 34 35 35 DEVICES 36 exchanger as E_Shell_LMTD;36 exchanger as Shell_and_Tubes_LMTD; 37 37 streamhot as source; 38 38 streamcold as source; … … 45 45 NComp = PP.NumberOfComponents; 46 46 47 # exchanger.LMTDcorrection = "Bowmann";47 exchanger.ShellType = "Eshell"; 48 48 exchanger.LMTDcorrection = "Fakeri"; 49 49 … … 71 71 streamcold.Outlet.z = [0,0.5, 0.1, 0.4]; 72 72 73 exchanger. Outlet.Cold.T = 330*"K";73 exchanger.Details.A = 12*"m^2"; 74 74 75 75 OPTIONS -
branches/newlanguage/sample/heat_exchangers/sampleFshell_LMTD.mso
r147 r148 21 21 *---------------------------------------------------------------------- 22 22 * Author: Gerson B. Bicca 23 * $Id: sample Eshell_LMTD.mso 100 2007-01-09 14:15:56Z bicca $23 * $Id: sampleFshell_LMTD.mso 100 2007-01-09 14:15:56Z bicca $ 24 24 *--------------------------------------------------------------------*# 25 #using "heat_exchangers/HeatExchangerSimplified"; 26 using "HeatExchangerSimplified"; 25 using "heat_exchangers/HeatExchangerSimplified"; 27 26 28 27 FlowSheet LMTD_Method
Note: See TracChangeset
for help on using the changeset viewer.