Changeset 525 for trunk


Ignore:
Timestamp:
May 24, 2008, 6:35:24 PM (15 years ago)
Author:
gerson bicca
Message:

updated double pipe model

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/heat_exchangers/DoublePipe.mso

    r478 r525  
    1919using "HEX_Engine";
    2020
     21Model DoublePipe_Geometry
     22
     23ATTRIBUTES
     24        Pallete         = false;
     25        Brief           = "double pipe geometrical parameters.";
     26        Info            =
     27        "to be documented.";
     28
     29PARAMETERS
     30
     31outer PP            as Plugin           (Brief="External Physical Properties", Type="PP");
     32outer NComp     as Integer      (Brief="Number of Components",Hidden=true);
     33       
     34        M(NComp)        as molweight    (Brief="Component Mol Weight",Hidden=true);
     35       
     36        Pi                      as constant             (Brief="Pi Number",Default=3.14159265, Symbol = "\pi",Hidden=true);
     37        DoInner         as length                       (Brief="Outside Diameter of Inner Pipe",Lower=1e-6);
     38        DiInner         as length                       (Brief="Inside Diameter of Inner Pipe",Lower=1e-10);
     39        DiOuter         as length                       (Brief="Inside Diameter of Outer pipe",Lower=1e-10);
     40        Lpipe           as length                       (Brief="Effective Tube Length of one segment of Pipe",Lower=0.1, Symbol = "L_{pipe}");
     41        Kwall           as conductivity         (Brief="Tube Wall Material Thermal Conductivity",Default=1.0, Symbol = "K_{wall}");
     42        Rfi                     as positive                     (Brief="Inside Fouling Resistance",Unit='m^2*K/kW',Default=1e-6,Lower=0);
     43        Rfo                     as positive                     (Brief="Outside Fouling Resistance",Unit='m^2*K/kW',Default=1e-6,Lower=0);
     44
     45SET
     46
     47#"Component Molecular Weight"
     48        M  = PP.MolecularWeight();
     49       
     50#"Pi Number"
     51        Pi = 3.14159265;
     52
     53end
    2154
    2255Model DoublePipe_Basic
     
    3164
    3265outer PP            as Plugin           (Brief="External Physical Properties", Type="PP");
    33 outer NComp     as Integer      (Brief="Number of Components");
    34        
    35         M(NComp)        as molweight    (Brief="Component Mol Weight");
    36        
    37         HotSide                         as Switcher             (Brief="Flag for Fluid Alocation ",Valid=["outer","inner"],Default="outer");
    38         innerFlowRegime         as Switcher     (Brief="Inner Flow Regime ",Valid=["laminar","transition","turbulent"],Default="laminar");
    39         outerFlowRegime         as Switcher     (Brief="Outer Flow Regime ",Valid=["laminar","transition","turbulent"],Default="laminar");
     66outer NComp     as Integer      (Brief="Number of Components",Hidden=true);
     67       
     68        M(NComp)        as molweight    (Brief="Component Mol Weight",Hidden=true);
     69       
     70        HotSide                         as Switcher     (Brief="Flag for Fluid Alocation ",Valid=["outer","inner"],Default="outer",Hidden=true);
     71        innerFlowRegime         as Switcher     (Brief="Inner Flow Regime ",Valid=["laminar","transition","turbulent"],Default="laminar",Hidden=true);
     72        outerFlowRegime         as Switcher     (Brief="Outer Flow Regime ",Valid=["laminar","transition","turbulent"],Default="laminar",Hidden=true);
    4073
    4174        InnerLaminarCorrelation         as Switcher     (Brief="Heat Transfer Correlation in Laminar Flow for the Inner Side",Valid=["Hausen","Schlunder"],Default="Hausen");
    42         InnerTransitionCorrelation  as Switcher         (Brief="Heat Transfer Correlation in Transition Flow for the Inner Side",Valid=["Gnielinski","Hausen"],Default="Gnielinski");
     75        InnerTransitionCorrelation  as Switcher (Brief="Heat Transfer Correlation in Transition Flow for the Inner Side",Valid=["Gnielinski","Hausen"],Default="Gnielinski");
    4376        InnerTurbulentCorrelation   as Switcher (Brief="Heat Transfer Correlation in Turbulent Flow for the Inner Side",Valid=["Petukhov","SiederTate"],Default="Petukhov");
    4477
     
    4780        OuterTurbulentCorrelation   as Switcher         (Brief="Heat Transfer Correlation in Turbulent Flow for the Outer Side",Valid=["Petukhov","SiederTate"],Default="Petukhov");
    4881
    49         CalculationApproach                             as Switcher             (Brief="Options for convergence Calculations ",Valid=["Simplified","Full"],Default="Full");
    50         Qestimated                                                              as power                                (Brief="Estimated Duty", Default=70, Lower=1e-6, Upper=1e10);
    51        
    52         Pi                              as constant             (Brief="Pi Number",Default=3.14159265, Symbol = "\pi");
    53         DoInner         as length                       (Brief="Outside Diameter of Inner Pipe",Lower=1e-6);
    54         DiInner as length                       (Brief="Inside Diameter of Inner Pipe",Lower=1e-10);
    55         DiOuter as length                       (Brief="Inside Diameter of Outer pipe",Lower=1e-10);
    56         Lpipe           as length                       (Brief="Effective Tube Length of one segment of Pipe",Lower=0.1, Symbol = "L_{pipe}");
    57         Kwall           as conductivity         (Brief="Tube Wall Material Thermal Conductivity",Default=1.0, Symbol = "K_{wall}");
    58         Rfi                     as positive                     (Brief="Inside Fouling Resistance",Unit='m^2*K/kW',Default=1e-6,Lower=0);
    59         Rfo                     as positive                     (Brief="Outside Fouling Resistance",Unit='m^2*K/kW',Default=1e-6,Lower=0);
     82        CalculationApproach                     as Switcher             (Brief="Options for convergence Calculations ",Valid=["Simplified","Full"],Default="Full");
     83        Qestimated                                      as power                (Brief="Estimated Duty", Default=70, Lower=1e-6, Upper=1e10);
    6084
    6185VARIABLES
    6286
    63 in  InletInner          as stream               (Brief="Inlet Inner Stream", PosX=0, PosY=0.5225, Symbol="_{inInner}");
    64 in  InletOuter          as stream               (Brief="Inlet Outer Stream", PosX=0.2805, PosY=0, Symbol="_{inOuter}");
    65 out OutletInner         as streamPH     (Brief="Outlet Inner Stream", PosX=1, PosY=0.5225, Symbol="_{outInner}");
    66 out OutletOuter         as streamPH     (Brief="Outlet Outer Stream", PosX=0.7264, PosY=1, Symbol="_{outOuter}");
     87        Geometry                as DoublePipe_Geometry  (Brief="Double pipe geometry",Symbol=" ");     
     88in  InletInner          as stream                               (Brief="Inlet Inner Stream", PosX=0, PosY=0.5225, Symbol="_{inInner}");
     89in  InletOuter          as stream                               (Brief="Inlet Outer Stream", PosX=0.2805, PosY=0, Symbol="_{inOuter}");
     90out OutletInner         as streamPH                     (Brief="Outlet Inner Stream", PosX=1, PosY=0.5225, Symbol="_{outInner}");
     91out OutletOuter         as streamPH                     (Brief="Outlet Outer Stream", PosX=0.7264, PosY=1, Symbol="_{outOuter}");
    6792
    6893        Details         as Details_Main         (Brief="Some Details in the Heat Exchanger", Symbol=" ");
     
    7297SET
    7398
    74 #"Component Molecular Weight"
    75         M  = PP.MolecularWeight();
    76        
    77 #"Pi Number"
    78         Pi      = 3.14159265;
    79        
    8099#"Inner Pipe Cross Sectional Area for Flow"
    81         Inner.HeatTransfer.As=Pi*DiInner*DiInner/4;
     100        Inner.HeatTransfer.As=Geometry.Pi*Geometry.DiInner*Geometry.DiInner/4;
    82101       
    83102#"Outer Pipe Cross Sectional Area for Flow"
    84         Outer.HeatTransfer.As=Pi*(DiOuter*DiOuter - DoInner*DoInner)/4;
     103        Outer.HeatTransfer.As=Geometry.Pi*(Geometry.DiOuter*Geometry.DiOuter - Geometry.DoInner*Geometry.DoInner)/4;
    85104       
    86105#"Inner Pipe Hydraulic Diameter for Heat Transfer"
    87         Inner.HeatTransfer.Dh=DiInner;
     106        Inner.HeatTransfer.Dh=Geometry.DiInner;
    88107       
    89108#"Outer Pipe Hydraulic Diameter for Heat Transfer"
    90         Outer.HeatTransfer.Dh=(DiOuter*DiOuter-DoInner*DoInner)/DoInner;
     109        Outer.HeatTransfer.Dh=(Geometry.DiOuter*Geometry.DiOuter-Geometry.DoInner*Geometry.DoInner)/Geometry.DoInner;
    91110
    92111#"Inner Pipe Hydraulic Diameter for Pressure Drop"
    93         Inner.PressureDrop.Dh=DiInner;
     112        Inner.PressureDrop.Dh=Geometry.DiInner;
    94113       
    95114#"Outer Pipe Hydraulic Diameter for Pressure Drop"
    96         Outer.PressureDrop.Dh=DiOuter-DoInner;
     115        Outer.PressureDrop.Dh=Geometry.DiOuter-Geometry.DoInner;
    97116
    98117EQUATIONS
     
    272291
    273292"Exchange Surface Area for one segment of pipe"
    274         Details.A=Pi*DoInner*Lpipe;
     293        Details.A=Geometry.Pi*Geometry.DoInner*Geometry.Lpipe;
    275294
    276295switch innerFlowRegime
     
    338357
    339358"Nusselt Number"
    340         Inner.HeatTransfer.Nu = 3.665 + ((0.19*((DiInner/Lpipe)*Inner.HeatTransfer.Re*Inner.HeatTransfer.PR)^0.8)/(1+0.117*((DiInner/Lpipe)*Inner.HeatTransfer.Re*Inner.HeatTransfer.PR)^0.467));
     359        Inner.HeatTransfer.Nu = 3.665 + ((0.19*((Geometry.DiInner/Geometry.Lpipe)*Inner.HeatTransfer.Re*Inner.HeatTransfer.PR)^0.8)/(1+0.117*((Geometry.DiInner/Geometry.Lpipe)*Inner.HeatTransfer.Re*Inner.HeatTransfer.PR)^0.467));
    341360       
    342361        case "Schlunder":
    343362
    344363"Nusselt Number"
    345         Inner.HeatTransfer.Nu = (49.027896+4.173281*Inner.HeatTransfer.Re*Inner.HeatTransfer.PR*(DiInner/Lpipe))^(1/3);
     364        Inner.HeatTransfer.Nu = (49.027896+4.173281*Inner.HeatTransfer.Re*Inner.HeatTransfer.PR*(Geometry.DiInner/Geometry.Lpipe))^(1/3);
    346365
    347366end
     
    364383
    365384"Nusselt Number"
    366         Inner.HeatTransfer.Nu =0.116*(Inner.HeatTransfer.Re^(0.667)-125)*Inner.HeatTransfer.PR^(0.333)*(1+(DiInner/Lpipe)^0.667);
     385        Inner.HeatTransfer.Nu =0.116*(Inner.HeatTransfer.Re^(0.667)-125)*Inner.HeatTransfer.PR^(0.333)*(1+(Geometry.DiInner/Geometry.Lpipe)^0.667);
    367386       
    368387end
     
    409428
    410429"Nusselt Number"
    411         Outer.HeatTransfer.Nu = 3.665 + ((0.19*((Outer.HeatTransfer.Dh/Lpipe)*Outer.HeatTransfer.Re*Outer.HeatTransfer.PR)^0.8)/(1+0.117*((Outer.HeatTransfer.Dh/Lpipe)*Outer.HeatTransfer.Re*Outer.HeatTransfer.PR)^0.467));
     430        Outer.HeatTransfer.Nu = 3.665 + ((0.19*((Outer.HeatTransfer.Dh/Geometry.Lpipe)*Outer.HeatTransfer.Re*Outer.HeatTransfer.PR)^0.8)/(1+0.117*((Outer.HeatTransfer.Dh/Geometry.Lpipe)*Outer.HeatTransfer.Re*Outer.HeatTransfer.PR)^0.467));
    412431       
    413432        case "Schlunder":
    414433
    415434"Nusselt Number"
    416         Outer.HeatTransfer.Nu = (49.027896+4.173281*Outer.HeatTransfer.Re*Outer.HeatTransfer.PR*(Outer.HeatTransfer.Dh/Lpipe))^(1/3);
     435        Outer.HeatTransfer.Nu = (49.027896+4.173281*Outer.HeatTransfer.Re*Outer.HeatTransfer.PR*(Outer.HeatTransfer.Dh/Geometry.Lpipe))^(1/3);
    417436
    418437end
     
    435454
    436455"Nusselt Number"
    437         Outer.HeatTransfer.Nu = 0.116*(Outer.HeatTransfer.Re^(0.667)-125)*Outer.HeatTransfer.PR^(0.333)*(1+(Outer.HeatTransfer.Dh/Lpipe)^0.667);
     456        Outer.HeatTransfer.Nu = 0.116*(Outer.HeatTransfer.Re^(0.667)-125)*Outer.HeatTransfer.PR^(0.333)*(1+(Outer.HeatTransfer.Dh/Geometry.Lpipe)^0.667);
    438457
    439458
     
    473492
    474493"Inner Pipe Film Coefficient"
    475         Inner.HeatTransfer.hcoeff = (Inner.HeatTransfer.Nu*Inner.Properties.Average.K/DiInner)*Inner.HeatTransfer.Phi;
     494        Inner.HeatTransfer.hcoeff = (Inner.HeatTransfer.Nu*Inner.Properties.Average.K/Geometry.DiInner)*Inner.HeatTransfer.Phi;
    476495
    477496"Outer Pipe Film Coefficient"
     
    495514       
    496515"Outer Pipe Pressure Drop for friction"
    497         Outer.PressureDrop.Pd_fric = (2*Outer.PressureDrop.fi*Lpipe*Outer.Properties.Average.rho*Outer.HeatTransfer.Vmean^2)/(Outer.PressureDrop.Dh*Outer.HeatTransfer.Phi);
     516        Outer.PressureDrop.Pd_fric = (2*Outer.PressureDrop.fi*Geometry.Lpipe*Outer.Properties.Average.rho*Outer.HeatTransfer.Vmean^2)/(Outer.PressureDrop.Dh*Outer.HeatTransfer.Phi);
    498517       
    499518"Inner Pipe Pressure Drop for friction"
    500         Inner.PressureDrop.Pd_fric = (2*Inner.PressureDrop.fi*Lpipe*Inner.Properties.Average.rho*Inner.HeatTransfer.Vmean^2)/(DiInner*Inner.HeatTransfer.Phi);
     519        Inner.PressureDrop.Pd_fric = (2*Inner.PressureDrop.fi*Geometry.Lpipe*Inner.Properties.Average.rho*Inner.HeatTransfer.Vmean^2)/(Geometry.DiInner*Inner.HeatTransfer.Phi);
    501520
    502521
     
    504523       
    505524"Total Pressure Drop Outer Stream"
    506         Outer.PressureDrop.Pdrop  = 0*'kPa';
     525        Outer.PressureDrop.Pdrop  = Outer.PressureDrop.Pd_fric;
    507526
    508527"Total Pressure Drop Inner Stream"
    509         Inner.PressureDrop.Pdrop  = 0*'kPa';
     528        Inner.PressureDrop.Pdrop  = Inner.PressureDrop.Pd_fric;
    510529       
    511530"Pressure Drop Outer Stream"
    512         OutletOuter.P  = InletOuter.P;
     531        OutletOuter.P  = InletOuter.P - Outer.PressureDrop.Pdrop;
    513532
    514533"Pressure Drop Inner Stream"
    515         OutletInner.P  = InletInner.P;
     534        OutletInner.P  = InletInner.P - Inner.PressureDrop.Pdrop;
    516535       
    517536"Outer Pipe Pressure Drop for friction"
    518         Outer.PressureDrop.Pd_fric = 0*'kPa';
     537        Outer.PressureDrop.Pd_fric = 0.01*InletOuter.P;
    519538       
    520539"Inner Pipe Pressure Drop for friction"
    521         Inner.PressureDrop.Pd_fric = 0*'kPa';
     540        Inner.PressureDrop.Pd_fric = 0.01*InletInner.P;
    522541
    523542end
     
    560579
    561580"Overall Heat Transfer Coefficient Clean"
    562         Details.Uc*((DoInner/(Inner.HeatTransfer.hcoeff*DiInner) )+(DoInner*ln(DoInner/DiInner)/(2*Kwall))+(1/(Outer.HeatTransfer.hcoeff)))=1;
     581        Details.Uc*((Geometry.DoInner/(Inner.HeatTransfer.hcoeff*Geometry.DiInner) )+(Geometry.DoInner*ln(Geometry.DoInner/Geometry.DiInner)/(2*Geometry.Kwall))+(1/(Outer.HeatTransfer.hcoeff)))=1;
    563582
    564583"Overall Heat Transfer Coefficient Dirty"
    565         Details.Ud*(Rfi*(DoInner/DiInner) +  Rfo + (DoInner/(Inner.HeatTransfer.hcoeff*DiInner) )+(DoInner*ln(DoInner/DiInner)/(2*Kwall))+(1/(Outer.HeatTransfer.hcoeff)))=1;
     584        Details.Ud*(Geometry.Rfi*(Geometry.DoInner/Geometry.DiInner) +  Geometry.Rfo + (Geometry.DoInner/(Inner.HeatTransfer.hcoeff*Geometry.DiInner) )+(Geometry.DoInner*ln(Geometry.DoInner/Geometry.DiInner)/(2*Geometry.Kwall))+(1/(Outer.HeatTransfer.hcoeff)))=1;
    566585
    567586end
     
    624643       
    625644"Number of Units Transference"
    626         Method.NTU*Method.Cmin = Details.Ud*Pi*DoInner*Lpipe;
     645        Method.NTU*Method.Cmin = Details.Ud*Geometry.Pi*Geometry.DoInner*Geometry.Lpipe;
    627646       
    628647"Minimum Heat Capacity"
     
    796815       
    797816"Duty"
    798         Details.Q = Details.Ud*Pi*DoInner*Lpipe*Method.LMTD;
     817        Details.Q = Details.Ud*Geometry.Pi*Geometry.DoInner*Geometry.Lpipe*Method.LMTD;
    799818       
    800819        case "Simplified":
  • trunk/sample/heat_exchangers/DPHE_diagram.pfd

    r475 r525  
    1616                <Integration_Index>0</Integration_Index>
    1717                <Integration_Text>original</Integration_Text>
    18                 <Guess_File>sample/heat_exchangers/DPHE_diagram.rlt</Guess_File>
    19                 <NLASolver_File_Index>0</NLASolver_File_Index>
    20                 <NLASolver_File_Text>sundials</NLASolver_File_Text>
     18                <NLASolver_File_Index>1</NLASolver_File_Index>
     19                <NLASolver_File_Text>nlasolver</NLASolver_File_Text>
    2120                <DAESolver_File_Index>0</DAESolver_File_Index>
    2221                <DAESolver_File_Text>sundials</DAESolver_File_Text>
     
    2928                <Show_Grid>1</Show_Grid>
    3029                <Snap_to_Grid>1</Snap_to_Grid>
    31                 <Width>935</Width>
    32                 <Height>384</Height>
     30                <Width>915</Width>
     31                <Height>316</Height>
    3332                <X>0</X>
    3433                <Y>0</Y>
     
    3837                <Show_Grid>1</Show_Grid>
    3938                <Snap_to_Grid>1</Snap_to_Grid>
    40                 <Width>935</Width>
     39                <Width>915</Width>
    4140                <Height>0</Height>
    4241                <X>0</X>
     
    4746                <Id_String>simple_source_1</Id_String>
    4847                <Block_Name>cold_in</Block_Name>
    49                 <Image_File_Name>/home/bicca/Desktop/biblioteca/biblioteca/trunk/eml/icon/Source.png</Image_File_Name>
     48                <Image_File_Name>E:\Gerson\biblioteca\trunk\eml\icon/Source.png</Image_File_Name>
    5049                <X>20.5714</X>
    5150                <Y>21.8571</Y>
     
    8685                                <Desc>Outlet.z</Desc>
    8786                                <Index>0</Index>
     87                                <Values>0</Values>
     88                                <Status>1</Status>
     89                                <Index>1</Index>
    8890                                <Values>1</Values>
    89                                 <Status>1</Status>
    90                                 <Index>1</Index>
    91                                 <Values>0</Values>
    9291                                <Status>1</Status>
    9392                        </Variables>
     
    110109                <Id_String>simple_source_2</Id_String>
    111110                <Block_Name>hot_in</Block_Name>
    112                 <Image_File_Name>/home/bicca/Desktop/biblioteca/biblioteca/trunk/eml/icon/Source.png</Image_File_Name>
     111                <Image_File_Name>E:\Gerson\biblioteca\trunk\eml\icon/Source.png</Image_File_Name>
    113112                <X>42</X>
    114113                <Y>221</Y>
     
    149148                                <Desc>Outlet.z</Desc>
    150149                                <Index>0</Index>
     150                                <Values>1</Values>
     151                                <Status>1</Status>
     152                                <Index>1</Index>
    151153                                <Values>0</Values>
    152                                 <Status>1</Status>
    153                                 <Index>1</Index>
    154                                 <Values>1</Values>
    155154                                <Status>1</Status>
    156155                        </Variables>
     
    173172                <Id_String>DoublePipe_LMTD_1</Id_String>
    174173                <Block_Name>DPHE</Block_Name>
    175                 <Image_File_Name>/home/bicca/Desktop/biblioteca/biblioteca/trunk/eml/heat_exchangers/icon/DoublePipe.png</Image_File_Name>
    176                 <X>288</X>
    177                 <Y>99</Y>
     174                <Image_File_Name>E:\Gerson\biblioteca\trunk\eml\heat_exchangers\icon/DoublePipe.png</Image_File_Name>
     175                <X>285.143</X>
     176                <Y>100.429</Y>
    178177                <Z>0</Z>
    179178                <Width>278</Width>
     
    186185                        <Base_Models>
    187186                        <Block_Properties>
     187                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
     188                        <Instance_Id>Geometry.</Instance_Id>
     189                        <Model_Name>DoublePipe_Geometry</Model_Name>
     190                        <T_Connection>0</T_Connection>
     191                        <Parameters>
     192                                <Desc>Geometry.DoInner</Desc>
     193                                <Index>0</Index>
     194                                <Values>0.04826</Values>
     195                                <Status>4</Status>
     196                                <Unit>m</Unit>
     197                        </Parameters>
     198                        <Parameters>
     199                                <Desc>Geometry.DiInner</Desc>
     200                                <Index>0</Index>
     201                                <Values>0.04089</Values>
     202                                <Status>4</Status>
     203                                <Unit>m</Unit>
     204                        </Parameters>
     205                        <Parameters>
     206                                <Desc>Geometry.DiOuter</Desc>
     207                                <Index>0</Index>
     208                                <Values>0.07793</Values>
     209                                <Status>4</Status>
     210                                <Unit>m</Unit>
     211                        </Parameters>
     212                        <Parameters>
     213                                <Desc>Geometry.Lpipe</Desc>
     214                                <Index>0</Index>
     215                                <Values>3</Values>
     216                                <Status>4</Status>
     217                                <Unit>m</Unit>
     218                        </Parameters>
     219                        <Parameters>
     220                                <Desc>Geometry.Kwall</Desc>
     221                                <Index>0</Index>
     222                                <Values>0.057</Values>
     223                                <Status>4</Status>
     224                                <Unit>kW/m/K</Unit>
     225                        </Parameters>
     226                        <Parameters>
     227                                <Desc>Geometry.Rfi</Desc>
     228                                <Index>0</Index>
     229                                <Values>0.0018</Values>
     230                                <Status>4</Status>
     231                                <Unit>m^2*K/kW</Unit>
     232                        </Parameters>
     233                        <Parameters>
     234                                <Desc>Geometry.Rfo</Desc>
     235                                <Index>0</Index>
     236                                <Values>0.0021</Values>
     237                                <Status>4</Status>
     238                                <Unit>m^2*K/kW</Unit>
     239                        </Parameters>
     240                        </Block_Properties>
     241                        </Base_Models>
     242                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
     243                        <Instance_Id>Geometry.</Instance_Id>
     244                        <Model_Name>Geometry</Model_Name>
     245                        <T_Connection>0</T_Connection>
     246                        </Block_Properties>
     247                        </Sub_Models>
     248                        <Sub_Models>
     249                        <Block_Properties>
     250                        <Base_Models>
     251                        <Block_Properties>
    188252                        <Model_File_Path>streams</Model_File_Path>
    189253                        <Instance_Id>InletInner.</Instance_Id>
     
    192256                        </Block_Properties>
    193257                        </Base_Models>
    194                         <Model_File_Path>heat_exchangers/DoublePipe</Model_File_Path>
     258                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
    195259                        <Instance_Id>InletInner.</Instance_Id>
    196260                        <Model_Name>InletInner</Model_Name>
     
    208272                        </Block_Properties>
    209273                        </Base_Models>
    210                         <Model_File_Path>heat_exchangers/DoublePipe</Model_File_Path>
     274                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
    211275                        <Instance_Id>InletOuter.</Instance_Id>
    212276                        <Model_Name>InletOuter</Model_Name>
     
    224288                        <Model_Name>stream</Model_Name>
    225289                        <T_Connection>2</T_Connection>
     290                        <Variables>
     291                                <Desc>OutletInner.T</Desc>
     292                                <Index>0</Index>
     293                                <Values>377</Values>
     294                                <Status>3</Status>
     295                                <Unit>K</Unit>
     296                        </Variables>
    226297                        </Block_Properties>
    227298                        </Base_Models>
     
    232303                        </Block_Properties>
    233304                        </Base_Models>
    234                         <Model_File_Path>heat_exchangers/DoublePipe</Model_File_Path>
     305                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
    235306                        <Instance_Id>OutletInner.</Instance_Id>
    236307                        <Model_Name>OutletInner</Model_Name>
     
    256327                        </Block_Properties>
    257328                        </Base_Models>
    258                         <Model_File_Path>heat_exchangers/DoublePipe</Model_File_Path>
     329                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
    259330                        <Instance_Id>OutletOuter.</Instance_Id>
    260331                        <Model_Name>OutletOuter</Model_Name>
     
    266337                        <Base_Models>
    267338                        <Block_Properties>
    268                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     339                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    269340                        <Instance_Id>Details.</Instance_Id>
    270341                        <Model_Name>Details_Main</Model_Name>
     
    272343                        </Block_Properties>
    273344                        </Base_Models>
    274                         <Model_File_Path>heat_exchangers/DoublePipe</Model_File_Path>
     345                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
    275346                        <Instance_Id>Details.</Instance_Id>
    276347                        <Model_Name>Details</Model_Name>
     
    286357                        <Base_Models>
    287358                        <Block_Properties>
    288                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     359                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    289360                        <Instance_Id>Inner.HeatTransfer.</Instance_Id>
    290361                        <Model_Name>DoublePipe_HeatTransfer</Model_Name>
     
    292363                        </Block_Properties>
    293364                        </Base_Models>
    294                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     365                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    295366                        <Instance_Id>Inner.HeatTransfer.</Instance_Id>
    296367                        <Model_Name>HeatTransfer</Model_Name>
     
    302373                        <Base_Models>
    303374                        <Block_Properties>
    304                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     375                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    305376                        <Instance_Id>Inner.PressureDrop.</Instance_Id>
    306377                        <Model_Name>DoublePipe_PressureDrop</Model_Name>
     
    308379                        </Block_Properties>
    309380                        </Base_Models>
    310                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     381                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    311382                        <Instance_Id>Inner.PressureDrop.</Instance_Id>
    312383                        <Model_Name>PressureDrop</Model_Name>
     
    322393                        <Base_Models>
    323394                        <Block_Properties>
    324                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     395                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    325396                        <Instance_Id>Inner.Properties.Inlet.</Instance_Id>
    326397                        <Model_Name>Properties_In_Out</Model_Name>
     
    328399                        </Block_Properties>
    329400                        </Base_Models>
    330                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     401                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    331402                        <Instance_Id>Inner.Properties.Inlet.</Instance_Id>
    332403                        <Model_Name>Inlet</Model_Name>
     
    338409                        <Base_Models>
    339410                        <Block_Properties>
    340                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     411                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    341412                        <Instance_Id>Inner.Properties.Average.</Instance_Id>
    342413                        <Model_Name>Properties_Average</Model_Name>
     
    344415                        </Block_Properties>
    345416                        </Base_Models>
    346                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     417                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    347418                        <Instance_Id>Inner.Properties.Average.</Instance_Id>
    348419                        <Model_Name>Average</Model_Name>
     
    354425                        <Base_Models>
    355426                        <Block_Properties>
    356                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     427                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    357428                        <Instance_Id>Inner.Properties.Outlet.</Instance_Id>
    358429                        <Model_Name>Properties_In_Out</Model_Name>
     
    360431                        </Block_Properties>
    361432                        </Base_Models>
    362                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     433                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    363434                        <Instance_Id>Inner.Properties.Outlet.</Instance_Id>
    364435                        <Model_Name>Outlet</Model_Name>
     
    370441                        <Base_Models>
    371442                        <Block_Properties>
    372                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     443                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    373444                        <Instance_Id>Inner.Properties.Wall.</Instance_Id>
    374445                        <Model_Name>Properties_Wall</Model_Name>
     
    376447                        </Block_Properties>
    377448                        </Base_Models>
    378                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     449                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    379450                        <Instance_Id>Inner.Properties.Wall.</Instance_Id>
    380451                        <Model_Name>Wall</Model_Name>
     
    382453                        </Block_Properties>
    383454                        </Sub_Models>
    384                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     455                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    385456                        <Instance_Id>Inner.Properties.</Instance_Id>
    386457                        <Model_Name>Physical_Properties</Model_Name>
     
    388459                        </Block_Properties>
    389460                        </Base_Models>
    390                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     461                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    391462                        <Instance_Id>Inner.Properties.</Instance_Id>
    392463                        <Model_Name>Properties</Model_Name>
     
    394465                        </Block_Properties>
    395466                        </Sub_Models>
    396                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     467                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    397468                        <Instance_Id>Inner.</Instance_Id>
    398469                        <Model_Name>Main_DoublePipe</Model_Name>
     
    400471                        </Block_Properties>
    401472                        </Base_Models>
    402                         <Model_File_Path>heat_exchangers/DoublePipe</Model_File_Path>
     473                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
    403474                        <Instance_Id>Inner.</Instance_Id>
    404475                        <Model_Name>Inner</Model_Name>
     
    414485                        <Base_Models>
    415486                        <Block_Properties>
    416                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     487                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    417488                        <Instance_Id>Outer.HeatTransfer.</Instance_Id>
    418489                        <Model_Name>DoublePipe_HeatTransfer</Model_Name>
     
    420491                        </Block_Properties>
    421492                        </Base_Models>
    422                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     493                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    423494                        <Instance_Id>Outer.HeatTransfer.</Instance_Id>
    424495                        <Model_Name>HeatTransfer</Model_Name>
     
    430501                        <Base_Models>
    431502                        <Block_Properties>
    432                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     503                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    433504                        <Instance_Id>Outer.PressureDrop.</Instance_Id>
    434505                        <Model_Name>DoublePipe_PressureDrop</Model_Name>
     
    436507                        </Block_Properties>
    437508                        </Base_Models>
    438                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     509                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    439510                        <Instance_Id>Outer.PressureDrop.</Instance_Id>
    440511                        <Model_Name>PressureDrop</Model_Name>
     
    450521                        <Base_Models>
    451522                        <Block_Properties>
    452                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     523                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    453524                        <Instance_Id>Outer.Properties.Inlet.</Instance_Id>
    454525                        <Model_Name>Properties_In_Out</Model_Name>
     
    456527                        </Block_Properties>
    457528                        </Base_Models>
    458                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     529                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    459530                        <Instance_Id>Outer.Properties.Inlet.</Instance_Id>
    460531                        <Model_Name>Inlet</Model_Name>
     
    466537                        <Base_Models>
    467538                        <Block_Properties>
    468                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     539                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    469540                        <Instance_Id>Outer.Properties.Average.</Instance_Id>
    470541                        <Model_Name>Properties_Average</Model_Name>
     
    472543                        </Block_Properties>
    473544                        </Base_Models>
    474                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     545                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    475546                        <Instance_Id>Outer.Properties.Average.</Instance_Id>
    476547                        <Model_Name>Average</Model_Name>
     
    482553                        <Base_Models>
    483554                        <Block_Properties>
    484                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     555                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    485556                        <Instance_Id>Outer.Properties.Outlet.</Instance_Id>
    486557                        <Model_Name>Properties_In_Out</Model_Name>
     
    488559                        </Block_Properties>
    489560                        </Base_Models>
    490                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     561                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    491562                        <Instance_Id>Outer.Properties.Outlet.</Instance_Id>
    492563                        <Model_Name>Outlet</Model_Name>
     
    498569                        <Base_Models>
    499570                        <Block_Properties>
    500                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     571                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    501572                        <Instance_Id>Outer.Properties.Wall.</Instance_Id>
    502573                        <Model_Name>Properties_Wall</Model_Name>
     
    504575                        </Block_Properties>
    505576                        </Base_Models>
    506                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     577                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    507578                        <Instance_Id>Outer.Properties.Wall.</Instance_Id>
    508579                        <Model_Name>Wall</Model_Name>
     
    510581                        </Block_Properties>
    511582                        </Sub_Models>
    512                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     583                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    513584                        <Instance_Id>Outer.Properties.</Instance_Id>
    514585                        <Model_Name>Physical_Properties</Model_Name>
     
    516587                        </Block_Properties>
    517588                        </Base_Models>
    518                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     589                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    519590                        <Instance_Id>Outer.Properties.</Instance_Id>
    520591                        <Model_Name>Properties</Model_Name>
     
    522593                        </Block_Properties>
    523594                        </Sub_Models>
    524                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     595                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    525596                        <Instance_Id>Outer.</Instance_Id>
    526597                        <Model_Name>Main_DoublePipe</Model_Name>
     
    528599                        </Block_Properties>
    529600                        </Base_Models>
    530                         <Model_File_Path>heat_exchangers/DoublePipe</Model_File_Path>
     601                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
    531602                        <Instance_Id>Outer.</Instance_Id>
    532603                        <Model_Name>Outer</Model_Name>
     
    534605                        </Block_Properties>
    535606                        </Sub_Models>
    536                         <Model_File_Path>heat_exchangers/DoublePipe</Model_File_Path>
     607                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
    537608                        <Instance_Id></Instance_Id>
    538609                        <Model_Name>DoublePipe_Basic</Model_Name>
     
    577648                                <Desc>CalculationApproach</Desc>
    578649                                <Index>0</Index>
    579                                 <Values>Full</Values>
     650                                <Values>Simplified</Values>
    580651                                <Status>4</Status>
    581652                        </Parameters>
     
    583654                                <Desc>Qestimated</Desc>
    584655                                <Index>0</Index>
    585                                 <Values>0.5</Values>
     656                                <Values>1</Values>
    586657                                <Status>4</Status>
    587658                                <Unit>kW</Unit>
    588659                        </Parameters>
    589                         <Parameters>
    590                                 <Desc>DoInner</Desc>
    591                                 <Index>0</Index>
    592                                 <Values>0.04826</Values>
    593                                 <Status>4</Status>
    594                                 <Unit>m</Unit>
    595                         </Parameters>
    596                         <Parameters>
    597                                 <Desc>DiInner</Desc>
    598                                 <Index>0</Index>
    599                                 <Values>0.04089</Values>
    600                                 <Status>4</Status>
    601                                 <Unit>m</Unit>
    602                         </Parameters>
    603                         <Parameters>
    604                                 <Desc>DiOuter</Desc>
    605                                 <Index>0</Index>
    606                                 <Values>0.07793</Values>
    607                                 <Status>4</Status>
    608                                 <Unit>m</Unit>
    609                         </Parameters>
    610                         <Parameters>
    611                                 <Desc>Lpipe</Desc>
    612                                 <Index>0</Index>
    613                                 <Values>2</Values>
    614                                 <Status>4</Status>
    615                                 <Unit>m</Unit>
    616                         </Parameters>
    617                         <Parameters>
    618                                 <Desc>Kwall</Desc>
    619                                 <Index>0</Index>
    620                                 <Values>0.057</Values>
    621                                 <Status>4</Status>
    622                                 <Unit>kW/m/K</Unit>
    623                         </Parameters>
    624                         <Parameters>
    625                                 <Desc>Rfi</Desc>
    626                                 <Index>0</Index>
    627                                 <Values>0.0018</Values>
    628                                 <Status>4</Status>
    629                                 <Unit>m^2*K/kW</Unit>
    630                         </Parameters>
    631                         <Parameters>
    632                                 <Desc>Rfo</Desc>
    633                                 <Index>0</Index>
    634                                 <Values>0.0021</Values>
    635                                 <Status>4</Status>
    636                                 <Unit>m^2*K/kW</Unit>
    637                         </Parameters>
    638                         </Block_Properties>
    639                         </Base_Models>
    640                         <Sub_Models>
    641                         <Block_Properties>
    642                         <Base_Models>
    643                         <Block_Properties>
    644                         <Model_File_Path>heat_exchangers/HEX_Engine</Model_File_Path>
     660                        </Block_Properties>
     661                        </Base_Models>
     662                        <Sub_Models>
     663                        <Block_Properties>
     664                        <Base_Models>
     665                        <Block_Properties>
     666                        <Model_File_Path>heat_exchangers\HEX_Engine</Model_File_Path>
    645667                        <Instance_Id>Method.</Instance_Id>
    646668                        <Model_Name>LMTD_Basic</Model_Name>
     
    648670                        </Block_Properties>
    649671                        </Base_Models>
    650                         <Model_File_Path>heat_exchangers/DoublePipe</Model_File_Path>
     672                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
    651673                        <Instance_Id>Method.</Instance_Id>
    652674                        <Model_Name>Method</Model_Name>
     
    654676                        </Block_Properties>
    655677                        </Sub_Models>
    656                         <Model_File_Path>heat_exchangers/DoublePipe</Model_File_Path>
     678                        <Model_File_Path>heat_exchangers\DoublePipe</Model_File_Path>
    657679                        <Instance_Id></Instance_Id>
    658680                        <Model_Name>DoublePipe_LMTD</Model_Name>
     
    664686                                <Status>4</Status>
    665687                        </Parameters>
    666                 </Block_Properties>
    667         </Block>
    668         <Block>
    669                 <Type>splitter</Type>
    670                 <Id_String>splitter_1</Id_String>
    671                 <Block_Name>splitter_1</Block_Name>
    672                 <Image_File_Name>/home/bicca/Desktop/biblioteca/biblioteca/trunk/eml/mixers_splitters/icon/splitter.png</Image_File_Name>
    673                 <X>547</X>
    674                 <Y>237</Y>
    675                 <Z>0</Z>
    676                 <Width>104</Width>
    677                 <Height>64</Height>
    678                 <Block_Properties>
    679                         <Sub_Models>
    680                         <Block_Properties>
    681                         <Base_Models>
    682                         <Block_Properties>
    683                         <Model_File_Path>streams</Model_File_Path>
    684                         <Instance_Id>Inlet.</Instance_Id>
    685                         <Model_Name>stream</Model_Name>
    686                         <T_Connection>1</T_Connection>
    687                         </Block_Properties>
    688                         </Base_Models>
    689                         <Model_File_Path>mixers_splitters/splitter</Model_File_Path>
    690                         <Instance_Id>Inlet.</Instance_Id>
    691                         <Model_Name>Inlet</Model_Name>
    692                         <T_Connection>1</T_Connection>
    693                         </Block_Properties>
    694                         </Sub_Models>
    695                         <Sub_Models>
    696                         <Block_Properties>
    697                         <Base_Models>
    698                         <Block_Properties>
    699                         <Model_File_Path>streams</Model_File_Path>
    700                         <Instance_Id>Outlet1.</Instance_Id>
    701                         <Model_Name>stream</Model_Name>
    702                         <T_Connection>2</T_Connection>
    703                         </Block_Properties>
    704                         </Base_Models>
    705                         <Model_File_Path>mixers_splitters/splitter</Model_File_Path>
    706                         <Instance_Id>Outlet1.</Instance_Id>
    707                         <Model_Name>Outlet1</Model_Name>
    708                         <T_Connection>2</T_Connection>
    709                         </Block_Properties>
    710                         </Sub_Models>
    711                         <Sub_Models>
    712                         <Block_Properties>
    713                         <Base_Models>
    714                         <Block_Properties>
    715                         <Model_File_Path>streams</Model_File_Path>
    716                         <Instance_Id>Outlet2.</Instance_Id>
    717                         <Model_Name>stream</Model_Name>
    718                         <T_Connection>2</T_Connection>
    719                         </Block_Properties>
    720                         </Base_Models>
    721                         <Model_File_Path>mixers_splitters/splitter</Model_File_Path>
    722                         <Instance_Id>Outlet2.</Instance_Id>
    723                         <Model_Name>Outlet2</Model_Name>
    724                         <T_Connection>2</T_Connection>
    725                         </Block_Properties>
    726                         </Sub_Models>
    727                         <Model_File_Path>mixers_splitters/splitter</Model_File_Path>
    728                         <Instance_Id></Instance_Id>
    729                         <Model_Name>splitter</Model_Name>
    730                         <T_Connection>0</T_Connection>
    731                         <Variables>
    732                                 <Desc>frac</Desc>
    733                                 <Index>0</Index>
    734                                 <Values>0.7</Values>
    735                                 <Status>1</Status>
    736                         </Variables>
    737688                </Block_Properties>
    738689        </Block>
    739690        <Block>
    740691                <Type>simple_sink</Type>
    741                 <Id_String>simple_sink_3</Id_String>
    742                 <Block_Name>cold_out1</Block_Name>
    743                 <Image_File_Name>/home/bicca/Desktop/biblioteca/biblioteca/trunk/eml/icon/Sink.png</Image_File_Name>
    744                 <X>819</X>
    745                 <Y>138</Y>
     692                <Id_String>simple_sink_1</Id_String>
     693                <Block_Name>cold_out</Block_Name>
     694                <Image_File_Name>E:\Gerson\biblioteca\trunk\eml\icon/Sink.png</Image_File_Name>
     695                <X>697.143</X>
     696                <Y>291.429</Y>
    746697                <Z>0</Z>
    747698                <Width>72.5</Width>
     
    771722        </Block>
    772723        <Block>
    773                 <Type>sink</Type>
    774                 <Id_String>sink_1</Id_String>
    775                 <Block_Name>cold_out2</Block_Name>
    776                 <Image_File_Name>/home/bicca/Desktop/biblioteca/biblioteca/trunk/eml/icon/Sink.png</Image_File_Name>
    777                 <X>825</X>
    778                 <Y>295</Y>
    779                 <Z>0</Z>
    780                 <Width>72.5</Width>
    781                 <Height>37</Height>
    782                 <Block_Properties>
    783                         <Sub_Models>
    784                         <Block_Properties>
    785                         <Base_Models>
    786                         <Block_Properties>
    787                         <Model_File_Path>streams</Model_File_Path>
    788                         <Instance_Id>Inlet.</Instance_Id>
    789                         <Model_Name>stream</Model_Name>
    790                         <T_Connection>1</T_Connection>
    791                         </Block_Properties>
    792                         </Base_Models>
    793                         <Model_File_Path>streams</Model_File_Path>
    794                         <Instance_Id>Inlet.</Instance_Id>
    795                         <Model_Name>Inlet</Model_Name>
    796                         <T_Connection>1</T_Connection>
    797                         </Block_Properties>
    798                         </Sub_Models>
    799                         <Model_File_Path>streams</Model_File_Path>
    800                         <Instance_Id></Instance_Id>
    801                         <Model_Name>sink</Model_Name>
    802                         <T_Connection>0</T_Connection>
    803                 </Block_Properties>
    804         </Block>
    805         <Block>
    806724                <Type>simple_sink</Type>
    807                 <Id_String>simple_sink_4</Id_String>
     725                <Id_String>simple_sink_2</Id_String>
    808726                <Block_Name>hot_out</Block_Name>
    809                 <Image_File_Name>/home/bicca/Desktop/biblioteca/biblioteca/trunk/eml/icon/Sink.png</Image_File_Name>
    810                 <X>700</X>
    811                 <Y>22</Y>
     727                <Image_File_Name>E:\Gerson\biblioteca\trunk\eml\icon/Sink.png</Image_File_Name>
     728                <X>698.571</X>
     729                <Y>48.5714</Y>
    812730                <Z>0</Z>
    813731                <Width>72.5</Width>
     
    840758                <X1>93.0714</X1>
    841759                <Y1>41.3043</Y1>
    842                 <X2>365.979</X2>
    843                 <Y2>99</Y2>
     760                <X2>363.122</X2>
     761                <Y2>100.429</Y2>
    844762                <Block_Source>simple_source_1</Block_Source>
    845763                <Port_Source>simple_source_1.Outlet</Port_Source>
     
    851769                <X1>114.5</X1>
    852770                <Y1>240.447</Y1>
    853                 <X2>288</X2>
    854                 <Y2>137.665</Y2>
     771                <X2>285.143</X2>
     772                <Y2>139.094</Y2>
    855773                <Block_Source>simple_source_2</Block_Source>
    856774                <Port_Source>simple_source_2.Outlet</Port_Source>
     
    859777        </Line>
    860778        <Line>
    861                 <Line_Name>line_7</Line_Name>
    862                 <X1>489.939</X1>
    863                 <Y1>173</Y1>
    864                 <X2>553</X2>
    865                 <Y2>271</Y2>
     779                <Line_Name>line_3</Line_Name>
     780                <X1>487.082</X1>
     781                <Y1>174.429</Y1>
     782                <X2>701.429</X2>
     783                <Y2>307.143</Y2>
    866784                <Block_Source>DoublePipe_LMTD_1</Block_Source>
    867785                <Port_Source>DoublePipe_LMTD_1.OutletOuter</Port_Source>
    868                 <Block_Target>splitter_1</Block_Target>
    869                 <Port_Target>splitter_1.Inlet</Port_Target>
     786                <Block_Target>simple_sink_1</Block_Target>
     787                <Port_Target>simple_sink_1.Inlet</Port_Target>
    870788        </Line>
    871789        <Line>
    872                 <Line_Name>line_8</Line_Name>
    873                 <X1>651</X1>
    874                 <Y1>256.373</Y1>
    875                 <X2>821</X2>
    876                 <Y2>155</Y2>
    877                 <Block_Source>splitter_1</Block_Source>
    878                 <Port_Source>splitter_1.Outlet1</Port_Source>
    879                 <Block_Target>simple_sink_3</Block_Target>
    880                 <Port_Target>simple_sink_3.Inlet</Port_Target>
    881         </Line>
    882         <Line>
    883                 <Line_Name>line_9</Line_Name>
    884                 <X1>651</X1>
    885                 <Y1>282.702</Y1>
    886                 <X2>830</X2>
    887                 <Y2>314</Y2>
    888                 <Block_Source>splitter_1</Block_Source>
    889                 <Port_Source>splitter_1.Outlet2</Port_Source>
    890                 <Block_Target>sink_1</Block_Target>
    891                 <Port_Target>sink_1.Inlet</Port_Target>
    892         </Line>
    893         <Line>
    894                 <Line_Name>line_10</Line_Name>
    895                 <X1>566</X1>
    896                 <Y1>137.665</Y1>
    897                 <X2>706</X2>
    898                 <Y2>42</Y2>
     790                <Line_Name>line_4</Line_Name>
     791                <X1>563.143</X1>
     792                <Y1>139.094</Y1>
     793                <X2>701.429</X2>
     794                <Y2>67.1429</Y2>
    899795                <Block_Source>DoublePipe_LMTD_1</Block_Source>
    900796                <Port_Source>DoublePipe_LMTD_1.OutletInner</Port_Source>
    901                 <Block_Target>simple_sink_4</Block_Target>
    902                 <Port_Target>simple_sink_4.Inlet</Port_Target>
     797                <Block_Target>simple_sink_2</Block_Target>
     798                <Port_Target>simple_sink_2.Inlet</Port_Target>
    903799        </Line>
    904800</Diagram>
  • trunk/sample/heat_exchangers/DPHE_diagram.rlt

    r475 r525  
    440 0
    55
    6 8
     66
    77NComp
    881 1 1 2 0
     
    4141
    42420
     43h
     441 1 1 -43175.2 0
     45
     460
     47v
     481 1 1 0 0
     49
     500
     51z
     521 2 1 0 1 1 0
     53
     540
     55
     560
     57x
     581 2 1 0 1 1 0
     59
     600
     61y
     621 2 1 0 1 1 0
     63
     640
     65hl
     661 1 1 -43175.2 0
     67
     680
     69hv
     701 1 1 571.726 0
     71
     720
     73s
     741 1 1 -210.918 0
     75
     760
     77sl
     781 1 1 -210.918 0
     79
     800
     81sv
     821 1 1 -106.721 0
     83
     840
     85
     860
     87hot_in
     880 1
     89simple_source
     900 0
     91
     929
     93NComp
     940 0
     95
     960
     97Outlet
     980 1
     99stream
     1000 0
     101
     1027
     103NComp
     1040 0
     105
     1060
     107F
     1081 1 1 1 0
     109
     1100
     111T
     1121 1 1 373.15 0
     113
     1140
     115P
     1161 1 1 5.62546 0
     117
     1180
     119h
     1201 1 1 -39922.1 0
     121
     1220
     123v
     1241 1 1 0 0
     125
     1260
    43127z
    441281 2 1 1 1 0 0
    45129
    461300
    47 h
    48 1 1 1 -47617 0
    49 
    50 0
    51 v
    52 1 1 1 0 0
    53 
    54 0
    55131
    561320
     
    641400
    65141hl
    66 1 1 1 -47617 0
     1421 1 1 -39922.1 0
    67143
    681440
    69145hv
    70 1 1 1 -47617 0
     1461 1 1 -39922.1 0
    71147
    721480
    73149s
    74 1 1 1 -198.21 0
     1501 1 1 -176.334 0
    75151
    761520
    77153sl
    78 1 1 1 -198.21 0
     1541 1 1 -176.334 0
    79155
    801560
    81157sv
    82 1 1 1 -198.21 0
    83 
    84 0
    85 
    86 0
    87 hot_in
    88 0 1
    89 simple_source
    90 0 0
    91 
    92 9
    93 NComp
    94 0 0
    95 
    96 0
    97 Outlet
     1581 1 1 -176.334 0
     159
     1600
     161
     1620
     163DPHE
     1640 1
     165DoublePipe_LMTD
     1660 1
     167DoublePipe_Basic
     1680 0
     169
     17011
     171NComp
     1720 0
     173
     1740
     175M
     1761 2 1 75 1 75 0
     177
     1780
     179Qestimated
     1801 1 1 1 0
     181
     1820
     183Geometry
     1840 1
     185DoublePipe_Geometry
     1860 0
     187
     18810
     189NComp
     1900 0
     191
     1920
     193M
     1941 2 1 93.128 1 18.0152 0
     195
     1960
     197Pi
     1981 1 1 3.14159 0
     199
     2000
     201DoInner
     2021 1 1 0.04826 0
     203
     2040
     205DiInner
     2061 1 1 0.04089 0
     207
     2080
     209DiOuter
     2101 1 1 0.07793 0
     211
     2120
     213Lpipe
     2141 1 1 3 0
     215
     2160
     217Kwall
     2181 1 1 57 0
     219
     2200
     221Rfi
     2221 1 1 0.0018 0
     223
     2240
     225Rfo
     2261 1 1 0.0021 0
     227
     2280
     229
     2300
     231InletInner
    982320 1
    99233stream
     
    117251
    1182520
     253h
     2541 1 1 -39922.1 0
     255
     2560
     257v
     2581 1 1 0 0
     259
     2600
     261z
     2621 2 1 1 1 0 0
     263
     2640
     265
     2660
     267InletOuter
     2680 1
     269stream
     2700 0
     271
     2727
     273NComp
     2740 0
     275
     2760
     277F
     2781 1 1 3 0
     279
     2800
     281T
     2821 1 1 330 0
     283
     2840
     285P
     2861 1 1 4.93462 0
     287
     2880
     289h
     2901 1 1 -43175.2 0
     291
     2920
     293v
     2941 1 1 0 0
     295
     2960
    119297z
    1202981 2 1 0 1 1 0
    121299
    1223000
    123 h
    124 1 1 1 -39638.5 0
    125 
    126 0
    127 v
    128 1 1 1 0 0
    129 
    130 0
    131 
    132 0
    133 x
    134 1 2 1 0 1 1 0
    135 
    136 0
    137 y
    138 1 2 1 0 1 1 0
    139 
    140 0
    141 hl
    142 1 1 1 -39638.5 0
    143 
    144 0
    145 hv
    146 1 1 1 2062.63 0
    147 
    148 0
    149 s
    150 1 1 1 -200.851 0
    151 
    152 0
    153 sl
    154 1 1 1 -200.851 0
    155 
    156 0
    157 sv
    158 1 1 1 -103.503 0
    159 
    160 0
    161 
    162 0
    163 DPHE
    164 0 1
    165 DoublePipe_LMTD
    166 0 1
    167 DoublePipe_Basic
    168 0 0
    169 
    170 18
    171 NComp
    172 0 0
    173 
    174 0
    175 M
    176 1 2 1 93.128 1 18.0152 0
    177 
    178 0
    179 Qestimated
    180 1 1 1 0.5 0
    181 
    182 0
    183 Pi
    184 1 1 1 3.14159 0
    185 
    186 0
    187 DoInner
    188 1 1 1 0.04826 0
    189 
    190 0
    191 DiInner
    192 1 1 1 0.04089 0
    193 
    194 0
    195 DiOuter
    196 1 1 1 0.07793 0
    197 
    198 0
    199 Lpipe
    200 1 1 1 2 0
    201 
    202 0
    203 Kwall
    204 1 1 1 57 0
    205 
    206 0
    207 Rfi
    208 1 1 1 0.0018 0
    209 
    210 0
    211 Rfo
    212 1 1 1 0.0021 0
    213 
    214 0
    215 InletInner
     301
     3020
     303OutletInner
     3040 1
     305streamPH
    2163060 1
    217307stream
     
    2283180
    229319T
    230 1 1 1 373.15 0
    231 
    232 0
    233 P
    234 1 1 1 5.62546 0
     3201 1 1 353.385 0
     321
     3220
     323P
     3241 1 1 5.56921 0
     325
     3260
     327h
     3281 1 1 -43522.1 0
     329
     3300
     331v
     3321 1 1 0 0
     333
     3340
     335z
     3361 2 1 1 1 0 0
     337
     3380
     339
     3403
     341x
     3421 2 1 1 1 -9.69422e-025 0
     343
     3440
     345y
     3461 2 1 1 1 0 0
     347
     3480
     349s
     3501 1 1 -186.244 0
     351
     3520
     353
     3540
     355OutletOuter
     3560 1
     357streamPH
     3580 1
     359stream
     3600 0
     361
     3627
     363NComp
     3640 0
     365
     3660
     367F
     3681 1 1 3 0
     369
     3700
     371T
     3721 1 1 344.714 0
     373
     3740
     375P
     3761 1 1 4.88527 0
     377
     3780
     379h
     3801 1 1 -41975.2 0
     381
     3820
     383v
     3841 1 1 0 0
    235385
    2363860
    237387z
    2383881 2 1 0 1 1 0
    239 
    240 0
    241 h
    242 1 1 1 -39638.5 0
    243 
    244 0
    245 v
    246 1 1 1 0 0
    247 
    248 0
    249 
    250 0
    251 InletOuter
    252 0 1
    253 stream
    254 0 0
    255 
    256 7
    257 NComp
    258 0 0
    259 
    260 0
    261 F
    262 1 1 1 3 0
    263 
    264 0
    265 T
    266 1 1 1 330 0
    267 
    268 0
    269 P
    270 1 1 1 4.93462 0
    271 
    272 0
    273 z
    274 1 2 1 1 1 0 0
    275 
    276 0
    277 h
    278 1 1 1 -47617 0
    279 
    280 0
    281 v
    282 1 1 1 0 0
    283 
    284 0
    285 
    286 0
    287 OutletInner
    288 0 1
    289 streamPH
    290 0 1
    291 stream
    292 0 0
    293 
    294 7
    295 NComp
    296 0 0
    297 
    298 0
    299 F
    300 1 1 1 1 0
    301 
    302 0
    303 T
    304 1 1 1 351.262 0
    305 
    306 0
    307 P
    308 1 1 1 5.62546 0
    309 
    310 0
    311 z
    312 1 2 1 0 1 1 0
    313 
    314 0
    315 h
    316 1 1 1 -41438.5 0
    317 
    318 0
    319 v
    320 1 1 1 0 0
    321389
    3223900
     
    3324000
    333401s
    334 1 1 1 -205.822 0
    335 
    336 0
    337 
    338 0
    339 OutletOuter
    340 0 1
    341 streamPH
    342 0 1
    343 stream
    344 0 0
    345 
    346 7
    347 NComp
    348 0 0
    349 
    350 0
    351 F
    352 1 1 1 3 0
    353 
    354 0
    355 T
    356 1 1 1 333.498 0
    357 
    358 0
    359 P
    360 1 1 1 4.93462 0
    361 
    362 0
    363 z
    364 1 2 1 1 1 0 0
    365 
    366 0
    367 h
    368 1 1 1 -47017 0
    369 
    370 0
    371 v
    372 1 1 1 0 0
    373 
    374 0
    375 
    376 3
    377 x
    378 1 2 1 1 1 0 0
    379 
    380 0
    381 y
    382 1 2 1 1 1 0 0
    383 
    384 0
    385 s
    386 1 1 1 -196.401 0
     4021 1 1 -207.36 0
    387403
    3884040
     
    3964124
    397413A
    398 1 1 1 0.303227 0
     4141 1 1 0.45484 0
    399415
    4004160
    401417Q
    402 1 1 1 0.5 0
     4181 1 1 1 0
    403419
    4044200
    405421Uc
    406 1 1 1 0.0238544 0
     4221 1 1 0.0227611 0
    407423
    4084240
    409425Ud
    410 1 1 1 0.023852 0
     4261 1 1 0.0227589 0
    411427
    4124280
     
    4344500
    435451Re
    436 1 1 1 504.83 0
     4521 1 1 691.051 0
    437453
    4384540
    439455hcoeff
    440 1 1 1 0.083996 0
     4561 1 1 0.0336668 0
    441457
    4424580
    443459fi
    444 1 1 1 0.0931132 0
     4601 1 1 0.0804702 0
    445461
    4464620
    447463Nu
    448 1 1 1 5.16498 0
     4641 1 1 8.31205 0
    449465
    4504660
    451467PR
    452 1 1 1 2.06062 0
     4681 1 1 13.3624 0
    453469
    4544700
    455471Phi
    456 1 1 1 0.972673 0
     4721 1 1 0.970882 0
    457473
    4584740
    459475Vmean
    460 1 1 1 0.00471413 0
     4761 1 1 0.0180309 0
    461477
    4624780
     
    4744900
    475491Pdrop
    476 1 1 1 0 0
     4921 1 1 5.7 0
    477493
    4784940
    479495Pd_fric
    480 1 1 1 0 0
     4961 1 1 5.7 0
    481497
    4824980
     
    4865020
    487503fi
    488 1 1 1 0.0316938 0
     5041 1 1 0.0231531 0
    489505
    4905060
    491507Re
    492 1 1 1 504.83 0
     5081 1 1 691.051 0
    493509
    4945100
     
    5085242
    509525Fw
    510 1 1 1 18.0152 0
     5261 1 1 75 0
    511527
    5125280
    513529rho
    514 1 1 1 800.487 0
     5301 1 1 873.684 0
    515531
    5165320
     
    5245407
    525541Mw
    526 1 1 1 18.0152 0
    527 
    528 0
    529 T
    530 1 1 1 362.206 0
    531 
    532 0
    533 P
    534 1 1 1 570 0
     5421 1 1 75 0
     543
     5440
     545T
     5461 1 1 363.267 0
     547
     5480
     549P
     5501 1 1 567.15 0
    535551
    5365520
    537553rho
    538 1 1 1 808.371 0
     5541 1 1 879.867 0
    539555
    5405560
    541557Mu
    542 1 1 1 0.308663 0
     5581 1 1 0.938732 0
    543559
    5445600
    545561Cp
    546 1 1 1 82.2231 0
     5621 1 1 182.117 0
    547563
    5485640
    549565K
    550 1 1 1 0.683661 0
     5661 1 1 0.170587 0
    551567
    5525680
     
    5605762
    561577Fw
    562 1 1 1 18.0152 0
     5781 1 1 75 0
    563579
    5645800
    565581rho
    566 1 1 1 815.923 0
     5821 1 1 885.837 0
    567583
    5685840
     
    5765922
    577593Mu
    578 1 1 1 0.376215 0
     5941 1 1 1.15934 0
    579595
    5805960
    581597Twall
    582 1 1 1 346.977 0
     5981 1 1 350.312 0
    583599
    5846000
     
    6106260
    611627Re
    612 1 1 1 1234.69 0
     6281 1 1 3810.3 0
    613629
    6146300
    615631hcoeff
    616 1 1 1 0.0359717 0
     6321 1 1 0.11349 0
    617633
    6186340
    619635fi
    620 1 1 1 0.0630133 0
     6361 1 1 0.0420963 0
    621637
    6226380
    623639Nu
    624 1 1 1 15.2095 0
     6401 1 1 12.9232 0
    625641
    6266420
    627643PR
    628 1 1 1 17.3575 0
     6441 1 1 0.708888 0
    629645
    6306460
    631647Phi
    632 1 1 1 1.04272 0
     6481 1 1 1.02634 0
    633649
    6346500
    635651Vmean
    636 1 1 1 0.0293834 0
     6521 1 1 0.0257609 0
    637653
    6386540
     
    6506660
    651667Pdrop
    652 1 1 1 0 0
     6681 1 1 5 0
    653669
    6546700
    655671Pd_fric
    656 1 1 1 0 0
     6721 1 1 5 0
    657673
    6586740
     
    6626780
    663679fi
    664 1 1 1 0.0338844 0
     6801 1 1 0.0109799 0
    665681
    6666820
    667683Re
    668 1 1 1 472.194 0
     6841 1 1 1457.21 0
    669685
    6706860
     
    6847002
    685701Fw
    686 1 1 1 279.384 0
     7021 1 1 225 0
    687703
    6887040
    689705rho
    690 1 1 1 899.145 0
     7061 1 1 829.713 0
    691707
    6927080
     
    7007167
    701717Mw
    702 1 1 1 93.128 0
    703 
    704 0
    705 T
    706 1 1 1 331.749 0
    707 
    708 0
    709 P
    710 1 1 1 500 0
     7181 1 1 75 0
     719
     7200
     721T
     7221 1 1 337.357 0
     723
     7240
     725P
     7261 1 1 497.5 0
    711727
    7127280
    713729rho
    714 1 1 1 898.184 0
     7301 1 1 825.062 0
    715731
    7167320
    717733Mu
    718 1 1 1 1.6583 0
     7341 1 1 0.432756 0
    719735
    7207360
    721737Cp
    722 1 1 1 171.529 0
     7381 1 1 81.5541 0
    723739
    7247400
    725741K
    726 1 1 1 0.175969 0
     7421 1 1 0.663819 0
    727743
    7287440
     
    7367522
    737753Fw
    738 1 1 1 279.384 0
     7541 1 1 225 0
    739755
    7407560
    741757rho
    742 1 1 1 897.217 0
     7581 1 1 820.28 0
    743759
    7447600
     
    7527682
    753769Mu
    754 1 1 1 1.22999 0
     7701 1 1 0.359403 0
    755771
    7567720
    757773Twall
    758 1 1 1 346.977 0
     7741 1 1 350.312 0
    759775
    7607760
     
    7747904
    775791DT0
    776 1 1 1 39.6521 0
     7921 1 1 28.4359 0
    777793
    7787940
    779795DTL
    780 1 1 1 21.262 0
     7961 1 1 23.3846 0
    781797
    7827980
    783799LMTD
    784 1 1 1 29.5081 0
     8001 1 1 25.828 0
    785801
    7868020
     
    793809
    7948100
    795 splitter_1
    796 0 1
    797 splitter
    798 0 0
    799 
    800 4
     811cold_out
     8120 1
     813simple_sink
     8140 0
     815
     8161
    801817Inlet
    8028180 1
     
    8148300
    815831T
    816 1 1 1 333.498 0
    817 
    818 0
    819 P
    820 1 1 1 4.93462 0
     8321 1 1 344.714 0
     833
     8340
     835P
     8361 1 1 4.88527 0
     837
     8380
     839h
     8401 1 1 -41975.2 0
     841
     8420
     843v
     8441 1 1 0 0
     845
     8460
     847z
     8481 2 1 0 1 1 0
     849
     8500
     851
     8520
     853
     8540
     855hot_out
     8560 1
     857simple_sink
     8580 0
     859
     8601
     861Inlet
     8620 1
     863stream
     8640 0
     865
     8667
     867NComp
     8680 0
     869
     8700
     871F
     8721 1 1 1 0
     873
     8740
     875T
     8761 1 1 353.385 0
     877
     8780
     879P
     8801 1 1 5.56921 0
     881
     8820
     883h
     8841 1 1 -43522.1 0
     885
     8860
     887v
     8881 1 1 0 0
    821889
    8228900
     
    825893
    8268940
    827 h
    828 1 1 1 -47017 0
    829 
    830 0
    831 v
    832 1 1 1 0 0
    833 
    834 0
    835 
    836 0
    837 Outlet1
    838 0 1
    839 stream
    840 0 0
    841 
    842 7
    843 NComp
    844 0 0
    845 
    846 0
    847 F
    848 1 1 1 2.1 0
    849 
    850 0
    851 T
    852 1 1 1 333.498 0
    853 
    854 0
    855 P
    856 1 1 1 4.93462 0
    857 
    858 0
    859 z
    860 1 2 1 1 1 0 0
    861 
    862 0
    863 h
    864 1 1 1 -47017 0
    865 
    866 0
    867 v
    868 1 1 1 0 0
    869 
    870 0
    871 
    872 0
    873 Outlet2
    874 0 1
    875 stream
    876 0 0
    877 
    878 7
    879 NComp
    880 0 0
    881 
    882 0
    883 F
    884 1 1 1 0.9 0
    885 
    886 0
    887 T
    888 1 1 1 333.498 0
    889 
    890 0
    891 P
    892 1 1 1 4.93462 0
    893 
    894 0
    895 z
    896 1 2 1 1 1 0 0
    897 
    898 0
    899 h
    900 1 1 1 -47017 0
    901 
    902 0
    903 v
    904 1 1 1 0 0
    905 
    906 0
    907 
    908 0
    909 frac
    910 1 1 1 0.7 0
    911 
    912 0
    913 
    914 0
    915 cold_out1
    916 0 1
    917 simple_sink
    918 0 0
    919 
    920 1
    921 Inlet
    922 0 1
    923 stream
    924 0 0
    925 
    926 7
    927 NComp
    928 0 0
    929 
    930 0
    931 F
    932 1 1 1 2.1 0
    933 
    934 0
    935 T
    936 1 1 1 333.498 0
    937 
    938 0
    939 P
    940 1 1 1 4.93462 0
    941 
    942 0
    943 z
    944 1 2 1 1 1 0 0
    945 
    946 0
    947 h
    948 1 1 1 -47017 0
    949 
    950 0
    951 v
    952 1 1 1 0 0
    953 
    954 0
    955 
    956 0
    957 
    958 0
    959 cold_out2
    960 0 1
    961 sink
    962 0 0
    963 
    964 14
    965 NComp
    966 0 0
    967 
    968 0
    969 M
    970 1 2 1 93.128 1 18.0152 0
    971 
    972 0
    973 Inlet
    974 0 1
    975 stream
    976 0 0
    977 
    978 7
    979 NComp
    980 0 0
    981 
    982 0
    983 F
    984 1 1 1 0.9 0
    985 
    986 0
    987 T
    988 1 1 1 333.498 0
    989 
    990 0
    991 P
    992 1 1 1 4.93462 0
    993 
    994 0
    995 z
    996 1 2 1 1 1 0 0
    997 
    998 0
    999 h
    1000 1 1 1 -47017 0
    1001 
    1002 0
    1003 v
    1004 1 1 1 0 0
    1005 
    1006 0
    1007 
    1008 0
    1009 v
    1010 1 1 1 0 0
    1011 
    1012 0
    1013 x
    1014 1 2 1 1 1 0 0
    1015 
    1016 0
    1017 y
    1018 1 2 1 1 1 0 0
    1019 
    1020 0
    1021 zmass
    1022 1 2 1 1 1 0 0
    1023 
    1024 0
    1025 Mw
    1026 1 1 1 93.128 0
    1027 
    1028 0
    1029 vm
    1030 1 1 1 0.000103797 0
    1031 
    1032 0
    1033 rho
    1034 1 1 1 897.217 0
    1035 
    1036 0
    1037 rhom
    1038 1 1 1 9.63423 0
    1039 
    1040 0
    1041 Fw
    1042 1 1 1 83.8152 0
    1043 
    1044 0
    1045 Fvol
    1046 1 1 1 0.0934169 0
    1047 
    1048 0
    1049 s
    1050 1 1 1 -196.401 0
    1051 
    1052 0
    1053 
    1054 0
    1055 hot_out
    1056 0 1
    1057 simple_sink
    1058 0 0
    1059 
    1060 1
    1061 Inlet
    1062 0 1
    1063 stream
    1064 0 0
    1065 
    1066 7
    1067 NComp
    1068 0 0
    1069 
    1070 0
    1071 F
    1072 1 1 1 1 0
    1073 
    1074 0
    1075 T
    1076 1 1 1 351.262 0
    1077 
    1078 0
    1079 P
    1080 1 1 1 5.62546 0
    1081 
    1082 0
    1083 z
    1084 1 2 1 0 1 1 0
    1085 
    1086 0
    1087 h
    1088 1 1 1 -41438.5 0
    1089 
    1090 0
    1091 v
    1092 1 1 1 0 0
    1093 
    1094 0
    1095 
    1096 0
    1097 
    1098 0
     895
     8960
     897
     8980
  • trunk/sample/heat_exchangers/Sample_DoublePipe.mso

    r236 r525  
    6767#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    6868
    69 exchanger.DoInner               =       0.04826*'m';
    70 exchanger.DiInner               =       0.04089*'m';
    71 exchanger.DiOuter               =       0.07793*'m';
    72 exchanger.Kwall                 =       0.057 *'kW/m/K';
    73 exchanger.Lpipe                 =       3*'m';
     69exchanger.Geometry.DoInner              =       0.04826*'m';
     70exchanger.Geometry.DiInner              =       0.04089*'m';
     71exchanger.Geometry.DiOuter              =       0.07793*'m';
     72exchanger.Geometry.Kwall                =       0.057 *'kW/m/K';
     73exchanger.Geometry.Lpipe                        =       3*'m';
    7474
    7575#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    7676#       Fouling
    7777#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    78 exchanger.Rfi = 0.0018*'m^2*K/kW';
    79 exchanger.Rfo = 0.0021*'m^2*K/kW';
     78exchanger.Geometry.Rfi = 0.0018*'m^2*K/kW';
     79exchanger.Geometry.Rfo = 0.0021*'m^2*K/kW';
    8080
    8181SPECIFY
     
    145145#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    146146
    147 exchanger.DoInner               =       0.04826*'m';
    148 exchanger.DiInner               =       0.04089*'m';
    149 exchanger.DiOuter               =       0.07793*'m';
    150 exchanger.Kwall                 =       0.057 *'kW/m/K';
    151 exchanger.Lpipe                 =       3*'m';
     147exchanger.Geometry.DoInner              =       0.04826*'m';
     148exchanger.Geometry.DiInner              =       0.04089*'m';
     149exchanger.Geometry.DiOuter              =       0.07793*'m';
     150exchanger.Geometry.Kwall                =       0.057 *'kW/m/K';
     151exchanger.Geometry.Lpipe                        =       3*'m';
    152152
    153153#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    154154#       Fouling
    155155#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    156 exchanger.Rfi = 0.0018*'m^2*K/kW';
    157 exchanger.Rfo = 0.0021*'m^2*K/kW';
     156exchanger.Geometry.Rfi = 0.0018*'m^2*K/kW';
     157exchanger.Geometry.Rfo = 0.0021*'m^2*K/kW';
    158158
    159159SPECIFY
Note: See TracChangeset for help on using the changeset viewer.