[100] | 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 model E_Shell_LMTD_Disc |
---|
| 17 | *-------------------------------------------------------------------- |
---|
| 18 | * |
---|
| 19 | * This sample file needs VRTherm (www.vrtech.com.br) to run. |
---|
| 20 | * |
---|
| 21 | *---------------------------------------------------------------------- |
---|
| 22 | * Author: Gerson B. Bicca |
---|
| 23 | * $Id: Eshell_Discretized_LMTD.mso 100 2007-01-09 14:15:56Z bicca $ |
---|
| 24 | *--------------------------------------------------------------------*# |
---|
| 25 | using "heat_exchangers/HeatExchangerDiscretized.mso"; |
---|
| 26 | |
---|
| 27 | |
---|
| 28 | FlowSheet E_Shell_Discretized_LMTD |
---|
| 29 | |
---|
| 30 | DEVICES |
---|
| 31 | #=============================================================== |
---|
| 32 | # Definições do equipamento e das correntes |
---|
| 33 | #=============================================================== |
---|
| 34 | exchanger as E_Shell_LMTD_Disc; |
---|
| 35 | streamhot_in as stream_therm; |
---|
| 36 | streamcold_in as stream_therm; |
---|
| 37 | |
---|
| 38 | CONNECTIONS |
---|
| 39 | #=============================================================== |
---|
| 40 | # Conexões do equipamento e das correntes |
---|
| 41 | #=============================================================== |
---|
| 42 | streamhot_in to exchanger.Unity(1).Inlet.Hot; |
---|
| 43 | streamcold_in to exchanger.Unity(7).Inlet.Cold; |
---|
| 44 | |
---|
| 45 | PARAMETERS |
---|
| 46 | #=============================================================== |
---|
| 47 | # Parâmetros |
---|
| 48 | #=============================================================== |
---|
| 49 | PP as CalcObject (File="vrpp"); |
---|
| 50 | NComp as Integer; |
---|
| 51 | |
---|
| 52 | SET |
---|
| 53 | #=============================================================== |
---|
| 54 | # Fluidos e Alocação |
---|
| 55 | #=============================================================== |
---|
| 56 | PP.Components = ["benzene","toluene"]; |
---|
| 57 | exchanger.HE.HotSide = "Shell"; |
---|
| 58 | PP.LiquidModel = "PR"; |
---|
| 59 | PP.VapourModel = "PR"; |
---|
| 60 | NComp = PP.NumberOfComponents; |
---|
| 61 | |
---|
| 62 | exchanger.HE.LMTDcorrection = "Fakeri"; |
---|
| 63 | # exchanger.HE.LaminarFlow = "Schlunder"; |
---|
| 64 | # exchanger.HE.TurbulentFlow = "SiederTate"; |
---|
| 65 | # exchanger.HE.TransitionFlow = "GnielinskiII"; |
---|
| 66 | #===================================================================== |
---|
| 67 | # Parâmetros geométricos do casco |
---|
| 68 | #===================================================================== |
---|
| 69 | exchanger.Tpass = 4; |
---|
| 70 | exchanger.Dishell = 0.75 *"m"; |
---|
| 71 | exchanger.Lcf = 0.043 *"m"; |
---|
| 72 | exchanger.Nss = 1; |
---|
| 73 | exchanger.Donozzle_Shell = 0.1937 *"m"; |
---|
| 74 | exchanger.Dinozzle_Shell = 0.1937 *"m"; |
---|
| 75 | exchanger.Honozzle_Shell = 0.0225 *"m"; |
---|
| 76 | exchanger.Hinozzle_Shell = 0.02155 *"m"; |
---|
| 77 | |
---|
| 78 | #===================================================================== |
---|
| 79 | # Parâmetros geométricos dos tubos |
---|
| 80 | #===================================================================== |
---|
| 81 | exchanger.Ntt = 500; |
---|
| 82 | exchanger.Pattern = 30; |
---|
| 83 | exchanger.pitch = 0.0254 *"m"; |
---|
| 84 | exchanger.Ltube = 5.5 *"m"; |
---|
| 85 | exchanger.Ditube = 0.013395 *"m"; |
---|
| 86 | exchanger.Dotube = 0.015875 *"m"; |
---|
| 87 | exchanger.Kwall = 0.57 *"kW/m/K"; |
---|
| 88 | exchanger.Donozzle_Tube = 0.203 *"m"; |
---|
| 89 | exchanger.Dinozzle_Tube = 0.203 *"m"; |
---|
| 90 | #===================================================================== |
---|
| 91 | # Parâmetros geométricos dos defletores |
---|
| 92 | #===================================================================== |
---|
| 93 | exchanger.Lcd = 0.0047 *"m"; |
---|
| 94 | exchanger.Bc = 25; |
---|
| 95 | exchanger.Ltd = 0.00039 *"m"; |
---|
| 96 | exchanger.Nb = 6; |
---|
| 97 | |
---|
| 98 | SPECIFY |
---|
| 99 | #============================================ |
---|
| 100 | # Corrente Quente |
---|
| 101 | #============================================ |
---|
| 102 | streamhot_in.F = 40 * "mol/s"; |
---|
| 103 | streamhot_in.T = 393.15* "K"; |
---|
| 104 | streamhot_in.z = [1,0] ; |
---|
| 105 | streamhot_in.v = 0 ; |
---|
| 106 | streamhot_in.P = 740 * "kPa"; |
---|
| 107 | #============================================ |
---|
| 108 | # Corrente Fria |
---|
| 109 | #============================================ |
---|
| 110 | streamcold_in.F = 122 * "mol/s"; |
---|
| 111 | streamcold_in.T = 333.15 * "K"; |
---|
| 112 | streamcold_in.z = [0,1]; |
---|
| 113 | streamcold_in.v = 0; |
---|
| 114 | streamcold_in.P = 2210*"kPa"; |
---|
| 115 | #===================================================================== |
---|
| 116 | # Espaçamento dos Defletores |
---|
| 117 | #===================================================================== |
---|
| 118 | exchanger.Unity.Baffles.Ls = 0.622 *"m"; |
---|
| 119 | exchanger.Unity.Baffles.Lsi = 0.807 *"m"; |
---|
| 120 | #===================================================================== |
---|
| 121 | # Fouling |
---|
| 122 | #===================================================================== |
---|
| 123 | exchanger.Unity.Resistances.Rfi = 0*"m^2*K/kW"; |
---|
| 124 | exchanger.Unity.Resistances.Rfo = 0*"m^2*K/kW"; |
---|
| 125 | OPTIONS |
---|
| 126 | #============================================ |
---|
| 127 | # Simulation Options |
---|
| 128 | #============================================ |
---|
| 129 | mode = "steady"; |
---|
| 130 | guessFile = "E_Shell_Discretized_NTU"; |
---|
| 131 | end |
---|