Changeset 737
- Timestamp:
- Feb 27, 2009, 12:54:27 AM (15 years ago)
- Location:
- branches/gui
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/heat_exchangers/HeatExchangerDetailed.mso
r736 r737 52 52 PARAMETERS 53 53 54 HotSide as Switcher (Brief="Hot Side in the Exchanger", Valid=["shell","tubes"],Default="shell");54 HotSide as Switcher (Brief="Hot Side in the Exchanger",Hidden=true, Valid=["shell","tubes"],Default="shell"); 55 55 ShellType as Switcher (Brief="TEMA Designation",Valid=["Eshell","Fshell"],Default="Eshell"); 56 56 Pattern as Switcher (Brief="Tube Layout Characteristic Angle",Valid=["Triangle","Rotated Square","Square"],Default="Triangle"); … … 63 63 Clearances as Clearances_Main (Brief="Diametral Clearances", Symbol=" "); 64 64 65 in InletTube as stream (Brief="Inlet Tube Stream", PosX=0. 08, PosY=0, Symbol="_{in }^{tube}");66 out OutletTube as streamPH (Brief="Outlet Tube Stream", PosX=0. 08, PosY=1, Symbol="_{out }^{tube}");67 in InletShell as stream (Brief="Inlet Shell Stream", PosX=0. 2237, PosY=0, Symbol="_{in }^{shell}");68 out OutletShell as streamPH (Brief="Outlet Shell Stream", PosX=0.8 237, PosY=1, Symbol="_{out }^{shell}");65 in InletTube as stream (Brief="Inlet Tube Stream", PosX=0.13, PosY=0, Symbol="_{in }^{tube}"); 66 out OutletTube as streamPH (Brief="Outlet Tube Stream", PosX=0.13, PosY=1, Symbol="_{out }^{tube}"); 67 in InletShell as stream (Brief="Inlet Shell Stream", PosX=0.31, PosY=1, Symbol="_{in }^{shell}"); 68 out OutletShell as streamPH (Brief="Outlet Shell Stream", PosX=0.81, PosY=0, Symbol="_{out }^{shell}"); 69 69 Details as Details_Main (Brief="Details in Heat Exchanger", Symbol = " "); 70 70 … … 95 95 M(NComp) as molweight (Brief="Component Mol Weight"); 96 96 97 TubeFlowRegime as Switcher (Brief="Tube Side Flow Regime ", Valid=["laminar","transition","turbulent"],Default="laminar");98 ShellFlowRegime as Switcher (Brief="Shell Side Flow Regime ", Valid=["deep laminar","laminar","turbulent"],Default="deep laminar");99 ShellRange as Switcher (Brief="Shell Side Flow Regime Range for Correction Factor", Valid=["range1","range2","range3", "range4","range5"],Default="range1");100 Side as Switcher (Brief="Flag for Fluid Alocation ", Valid=["shell","tubes"],Default="shell");97 TubeFlowRegime as Switcher (Brief="Tube Side Flow Regime ",Hidden=true,Valid=["laminar","transition","turbulent"],Default="laminar"); 98 ShellFlowRegime as Switcher (Brief="Shell Side Flow Regime ",Hidden=true,Valid=["deep laminar","laminar","turbulent"],Default="deep laminar"); 99 ShellRange as Switcher (Brief="Shell Side Flow Regime Range for Correction Factor",Hidden=true,Valid=["range1","range2","range3", "range4","range5"],Default="range1"); 100 Side as Switcher (Brief="Flag for Fluid Alocation ",Hidden=true,Valid=["shell","tubes"],Default="shell"); 101 101 LaminarCorrelation as Switcher (Brief="Tube Heat Transfer Correlation in Laminar Flow",Valid=["Hausen","Schlunder"],Default="Hausen"); 102 102 TransitionCorrelation as Switcher (Brief="Tube Heat Transfer Correlation in Transition Flow",Valid=["Gnielinski","ESDU"],Default="Gnielinski"); … … 929 929 PARAMETERS 930 930 931 LMTDcorrection as Switcher (Brief="LMTD Correction Factor Model",Valid=["Bowmann","Fakeri"],Default="Bowmann"); 932 931 LMTDcorrection as Switcher (Brief="LMTD Correction Factor Model",Valid=["Bowmann","Fakeri" , "User Specified"],Default="Bowmann"); 932 FLMTDcorrection as fraction (Default = 0.8); 933 933 934 VARIABLES 934 935 … … 996 997 switch LMTDcorrection 997 998 999 case "User Specified": #Just For Initialization 1000 1001 Method.Fc = FLMTDcorrection; 1002 1003 " Variable not in use with this equation" 1004 lambdaN =1; 1005 1006 " Variable not in use with this equation" 1007 lambda1 =1; 1008 1009 #" Variable not in use with this equation" 1010 # Phi = 1; 1011 1012 " Variable not in use with this equation" 1013 Rho =1; 1014 1015 " Variable not in use with this equation" 1016 Pc = P; 1017 998 1018 case "Bowmann": 999 1019 … … 1082 1102 1083 1103 switch LMTDcorrection 1104 1105 case "User Specified": #Just For Initialization 1106 1107 Method.Fc = FLMTDcorrection; 1108 1109 #" Variable not in use with this equation" 1110 # lambdaN =1; 1111 1112 #" Variable not in use with this equation" 1113 # lambda1 =1; 1114 1115 #" Variable not in use with this equation" 1116 # Phi = 1; 1117 1118 " Variable not in use with this equation" 1119 Rho =1; 1084 1120 1085 1121 case "Bowmann": -
branches/gui/eml/heat_exchangers/icon/Mheatex.svg
r545 r737 13 13 sodipodi:version="0.32" 14 14 inkscape:version="0.46" 15 width="2 10mm"16 height=" 297mm"15 width="257.10202" 16 height="319.84949" 17 17 sodipodi:docbase="/home/bicca/Desktop/biblioteca/biblioteca/trunk/eml/heat_exchangers/icon" 18 18 sodipodi:docname="Mheatex.svg" … … 21 21 inkscape:export-ydpi="90" 22 22 inkscape:output_extension="org.inkscape.output.svg.inkscape" 23 sodipodi:modified="true"> 23 sodipodi:modified="true" 24 version="1.0"> 24 25 <metadata 25 26 id="metadata15564"> … … 76 77 y2="482.99863" 77 78 gradientUnits="userSpaceOnUse" 78 gradientTransform="matrix(0.4526821,0,0,1.7424168, 176.40569,-449.25332)" />79 gradientTransform="matrix(0.4526821,0,0,1.7424168,-43.714006,-681.66023)" /> 79 80 </defs> 80 81 <sodipodi:namedview … … 102 103 width="189.56418" 103 104 height="315.85294" 104 x=" 257.88849"105 y=" 234.40518" />105 x="37.768791" 106 y="1.9982748" /> 106 107 <path 107 style="fill:none;fill-rule:evenodd;stroke:#0000dc;stroke-width:3.1084272 8999999984;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"108 d="M 221.67391,322.79062 L 275.99574,322.79062 L 285.04939,357.63896 L 294.10305,287.94229 L 303.15668,357.63896 L 312.21032,287.94229 L 321.26396,357.63896 L 330.31761,287.94229 L 339.37126,357.63896 L 348.4249,287.94229 L 357.47854,357.63896 L 366.53218,287.94229 L 375.58582,357.63896 L 384.63948,287.94229 L 393.6931,357.63896 L 402.74674,287.94229 L 411.80039,357.63896 L 420.85404,287.94229 L 429.90767,322.79062 L 475.17589,322.79062 L 475.17589,322.79062"108 style="fill:none;fill-rule:evenodd;stroke:#0000dc;stroke-width:3.10842729;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 109 d="M 1.5542136,90.383713 L 55.876044,90.383713 L 64.929694,125.23205 L 73.983354,55.535383 L 83.036984,125.23205 L 92.090624,55.535383 L 101.14426,125.23205 L 110.19791,55.535383 L 119.25156,125.23205 L 128.3052,55.535383 L 137.35884,125.23205 L 146.41248,55.535383 L 155.46612,125.23205 L 164.51978,55.535383 L 173.5734,125.23205 L 182.62704,55.535383 L 191.68069,125.23205 L 200.73434,55.535383 L 209.78797,90.383713 L 255.05619,90.383713 L 255.05619,90.383713" 109 110 id="path17352" /> 110 111 <path 111 style="fill:none;fill-rule:evenodd;stroke:#ec0000;stroke-width:3.1084272 8999999984;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"112 d="M 2 22.1655,461.99551 L 276.48736,461.99551 L 285.541,496.84385 L 294.59465,427.14718 L 303.64829,496.84385 L 312.70192,427.14718 L 321.75558,496.84385 L 330.80921,427.14718 L 339.86285,496.84385 L 348.9165,427.14718 L 357.97014,496.84385 L 367.02378,427.14718 L 376.07742,496.84385 L 385.13107,427.14718 L 394.18472,496.84385 L 403.23835,427.14718 L 412.29199,496.84385 L 421.34565,427.14718 L 430.39928,461.99551 L 475.66749,461.99551 L 475.66749,461.99551"112 style="fill:none;fill-rule:evenodd;stroke:#ec0000;stroke-width:3.10842729;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 113 d="M 2.0458036,229.5886 L 56.367664,229.5886 L 65.421304,264.43694 L 74.474954,194.74027 L 83.528594,264.43694 L 92.582224,194.74027 L 101.63588,264.43694 L 110.68951,194.74027 L 119.74315,264.43694 L 128.7968,194.74027 L 137.85044,264.43694 L 146.90408,194.74027 L 155.95772,264.43694 L 165.01137,194.74027 L 174.06502,264.43694 L 183.11865,194.74027 L 192.17229,264.43694 L 201.22595,194.74027 L 210.27958,229.5886 L 255.54779,229.5886 L 255.54779,229.5886" 113 114 id="path18243" /> 114 115 </svg>
Note: See TracChangeset
for help on using the changeset viewer.