[89] | 1 | #*------------------------------------------------------------------- |
---|
| 2 | * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. |
---|
| 3 | * |
---|
| 4 | * This LIBRARY is free software; you can distribute it and/or modify |
---|
| 5 | * it under the therms of the ALSOC FREE LICENSE as available at |
---|
| 6 | * http://www.enq.ufrgs.br/alsoc. |
---|
| 7 | * |
---|
| 8 | * EMSO Copyright (C) 2004 - 2007 ALSOC, original code |
---|
| 9 | * from http://www.rps.eng.br Copyright (C) 2002-2004. |
---|
| 10 | * All rights reserved. |
---|
| 11 | * |
---|
| 12 | * EMSO is distributed under the therms of the ALSOC LICENSE as |
---|
| 13 | * available at http://www.enq.ufrgs.br/alsoc. |
---|
| 14 | * |
---|
| 15 | *-------------------------------------------------------------------- |
---|
| 16 | * Sample file for a Heat Exchanger TEMA E Shell - NTU Method |
---|
| 17 | *-------------------------------------------------------------------- |
---|
| 18 | * |
---|
| 19 | * This sample file needs VRTherm (www.vrtech.com.br) to run. |
---|
| 20 | * |
---|
| 21 | *---------------------------------------------------------------------- |
---|
| 22 | * Author: Gerson B. Bicca |
---|
| 23 | * $Id: Eshell_Detailed_NTU.mso 89 2006-12-11 15:26:11Z paula $ |
---|
| 24 | *--------------------------------------------------------------------*# |
---|
| 25 | |
---|
| 26 | using "heat_exchangers/HeatExchangerDetailed.mso"; |
---|
| 27 | #=============================================================== |
---|
| 28 | # erro ao trocar de modelo termodinamico |
---|
| 29 | #=============================================================== |
---|
| 30 | FlowSheet Exchanger_E_shell_Detailed_NTU |
---|
| 31 | |
---|
| 32 | DEVICES |
---|
| 33 | exchanger as E_Shell_NTU_Det; |
---|
| 34 | streamhot_in as streamTP; |
---|
| 35 | streamcold_in as streamTP; |
---|
| 36 | |
---|
| 37 | CONNECTIONS |
---|
| 38 | streamhot_in to exchanger.Inlet.Hot; |
---|
| 39 | streamcold_in to exchanger.Inlet.Cold; |
---|
| 40 | |
---|
| 41 | PARAMETERS |
---|
| 42 | PP as CalcObject (File="vrpp"); |
---|
| 43 | NComp as Integer; |
---|
| 44 | |
---|
| 45 | SET |
---|
| 46 | PP.Components = ["benzene","toluene"]; |
---|
| 47 | exchanger.HE.HotSide = "Shell"; |
---|
| 48 | PP.LiquidModel = "PR"; |
---|
| 49 | PP.VapourModel = "PR"; |
---|
| 50 | NComp = PP.NumberOfComponents; |
---|
| 51 | |
---|
| 52 | # Heat Transfer Correlation |
---|
| 53 | exchanger.HE.LaminarFlow = "Schlunder"; |
---|
| 54 | exchanger.HE.TurbulentFlow = "SiederTate"; |
---|
| 55 | exchanger.HE.TransitionFlow = "GnielinskiII"; |
---|
| 56 | |
---|
| 57 | #===================================================================== |
---|
| 58 | # Shell Geometrical Parameters |
---|
| 59 | #===================================================================== |
---|
| 60 | exchanger.Tpass = 4; |
---|
| 61 | exchanger.Dishell = 0.75 *"m"; |
---|
| 62 | exchanger.Lcf = 0.043 *"m"; |
---|
| 63 | exchanger.Nss = 1; |
---|
| 64 | exchanger.Donozzle_Shell = 0.1937 *"m"; |
---|
| 65 | exchanger.Dinozzle_Shell = 0.1937 *"m"; |
---|
| 66 | exchanger.Honozzle_Shell = 0.0225 *"m"; |
---|
| 67 | exchanger.Hinozzle_Shell = 0.02155 *"m"; |
---|
| 68 | |
---|
| 69 | #===================================================================== |
---|
| 70 | # Tubes Geometrical Parameters |
---|
| 71 | #===================================================================== |
---|
| 72 | exchanger.Ntt = 500; |
---|
| 73 | exchanger.Pattern = 30; |
---|
| 74 | exchanger.pitch = 0.0254 *"m"; |
---|
| 75 | exchanger.Ltube = 5.5 *"m"; |
---|
| 76 | exchanger.Ditube = 0.013395 *"m"; |
---|
| 77 | exchanger.Dotube = 0.015875 *"m"; |
---|
| 78 | exchanger.Kwall = 0.057 *"kW/m/K"; |
---|
| 79 | exchanger.Donozzle_Tube = 0.203 *"m"; |
---|
| 80 | exchanger.Dinozzle_Tube = 0.203 *"m"; |
---|
| 81 | #===================================================================== |
---|
| 82 | # Baffles Geometrical Parameters |
---|
| 83 | #===================================================================== |
---|
| 84 | exchanger.Lcd = 0.0047 *"m"; |
---|
| 85 | exchanger.Bc = 25; |
---|
| 86 | exchanger.Ltd = 0.00039 *"m"; |
---|
| 87 | exchanger.Nb = 6; |
---|
| 88 | |
---|
| 89 | SPECIFY |
---|
| 90 | #============================================ |
---|
| 91 | # Hot Stream |
---|
| 92 | #============================================ |
---|
| 93 | streamhot_in.F = 40 * "mol/s"; |
---|
| 94 | streamhot_in.T = 393.15 * "K"; |
---|
| 95 | streamhot_in.z = [1,0]; |
---|
| 96 | streamhot_in.P = 740 * "kPa"; |
---|
| 97 | #============================================ |
---|
| 98 | # Cold Stream |
---|
| 99 | #============================================ |
---|
| 100 | streamcold_in.F = 122 * "mol/s"; |
---|
| 101 | streamcold_in.T = 333.15 * "K"; |
---|
| 102 | streamcold_in.z = [0,1]; |
---|
| 103 | streamcold_in.P = 2210 *"kPa"; |
---|
| 104 | #===================================================================== |
---|
| 105 | # Baffle Spacing |
---|
| 106 | #===================================================================== |
---|
| 107 | exchanger.Baffles.Ls = 0.622 *"m"; |
---|
| 108 | exchanger.Baffles.Lsi = 0.807 *"m"; |
---|
| 109 | |
---|
| 110 | OPTIONS |
---|
| 111 | |
---|
| 112 | mode = "steady"; |
---|
| 113 | |
---|
| 114 | end |
---|
| 115 | |
---|