Changeset 581


Ignore:
Timestamp:
Jul 26, 2008, 6:11:53 PM (15 years ago)
Author:
gerson bicca
Message:

more updates

Location:
branches/gui
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/eml/streams.mso

    r579 r581  
    410410VARIABLES
    411411
    412         out Outlet                      as stream                       (Brief = "Outlet stream", PosX=1, PosY=0.5256, Symbol="_{out}",Protected=true);
     412        out Outlet                      as stream                       (Brief = "Outlet stream", PosX=1, PosY=0.5256, Symbol="_{out}",Protected=false);
    413413       
    414414        Composition(NComp) as fraction                  (Brief = "Stream Composition");
  • branches/gui/sample/costs/sample_HeatExchangerDetailed_cost.mso

    r491 r581  
    111111#   Hot Stream
    112112#============================================
    113         streamhot_in.Outlet.F   = 40    * 'mol/s';
    114         streamhot_in.Outlet.T   = 373* 'K';
    115         streamhot_in.Outlet.z   = [1]     ;
    116         streamhot_in.Outlet.P   = 740     * 'kPa';
     113        streamhot_in.F  = 40    * 'mol/s';
     114        streamhot_in.T  = 373* 'K';
     115        streamhot_in.Composition        = [1]     ;
     116        streamhot_in.P  = 740     * 'kPa';
    117117#============================================
    118118#   Cold Stream
    119119#============================================   
    120         streamcold_in.Outlet.F  = 75   * 'mol/s';
    121         streamcold_in.Outlet.T  = 333  * 'K';
    122         streamcold_in.Outlet.z  = [1];
    123         streamcold_in.Outlet.P  = 2210*'kPa';
     120        streamcold_in.F  = 75   * 'mol/s';
     121        streamcold_in.T  = 333  * 'K';
     122        streamcold_in.Composition  = [1];
     123        streamcold_in.P  = 2210*'kPa';
    124124#=====================================================================
    125125#       Baffle Spacing
     
    222222#   Hot Stream
    223223#============================================
    224         streamhot_in.Outlet.F   = 40   * 'mol/s';
    225         streamhot_in.Outlet.T   = 373* 'K';
    226         streamhot_in.Outlet.z   = [1]     ;
    227         streamhot_in.Outlet.P   = 740     * 'kPa';
     224        streamhot_in.F  = 40   * 'mol/s';
     225        streamhot_in.T  = 373* 'K';
     226        streamhot_in.Composition        = [1]     ;
     227        streamhot_in.P  = 740     * 'kPa';
    228228#============================================
    229229#   Cold Stream
    230230#============================================   
    231         streamcold_in.Outlet.F  = 75  * 'mol/s';
    232         streamcold_in.Outlet.T  = 333  * 'K';
    233         streamcold_in.Outlet.z  = [1];
    234         streamcold_in.Outlet.P  = 2210*'kPa';
     231        streamcold_in.F  = 75  * 'mol/s';
     232        streamcold_in.T  = 333  * 'K';
     233        streamcold_in.Composition  = [1];
     234        streamcold_in.P  = 2210*'kPa';
    235235#=====================================================================
    236236#       Baffle Spacing
  • branches/gui/sample/costs/sample_HeatExchangerSimplified_cost.mso

    r565 r581  
    7373        exchanger.PdropColdSide = 0*'atm';
    7474       
    75         streamhot.Outlet.F                                      = 1000    * 'kmol/h';
    76         streamhot.Outlet.T                                      = 450     * 'K';
    77         streamhot.Outlet.P                                      = 1.5     * 'atm';
    78         streamhot.Outlet.z                                      = [1];
    79 
    80         streamcold.Outlet.F                                     = 500   * 'kmol/h';
    81         streamcold.Outlet.P                                     = 1     * 'atm';
    82         streamcold.Outlet.T                                     = 315   * 'K';
    83     streamcold.Outlet.z                                         = [1];
     75        streamhot.F                                     = 1000    * 'kmol/h';
     76        streamhot.T                                     = 450     * 'K';
     77        streamhot.P                                     = 1.5     * 'atm';
     78        streamhot.Composition                                   = [1];
     79
     80        streamcold.F                                    = 500   * 'kmol/h';
     81        streamcold.P                                    = 1     * 'atm';
     82        streamcold.T                                    = 315   * 'K';
     83    streamcold.Composition                                      = [1];
    8484       
    8585       
     
    136136        exchanger.PdropColdSide = 0*'atm';
    137137       
    138         streamhot.Outlet.F                                      = 1000    * 'kmol/h';
    139         streamhot.Outlet.T                                      = 450     * 'K';
    140         streamhot.Outlet.P                                      = 1.5     * 'atm';
    141         streamhot.Outlet.z                                      = [1];
    142 
    143         streamcold.Outlet.F                                     = 500   * 'kmol/h';
    144         streamcold.Outlet.P                                     = 1     * 'atm';
    145         streamcold.Outlet.T                                     = 315   * 'K';
    146     streamcold.Outlet.z                                         = [1];
     138        streamhot.F                                     = 1000    * 'kmol/h';
     139        streamhot.T                                     = 450     * 'K';
     140        streamhot.P                                     = 1.5     * 'atm';
     141        streamhot.Composition                                   = [1];
     142
     143        streamcold.F                                    = 500   * 'kmol/h';
     144        streamcold.P                                    = 1     * 'atm';
     145        streamcold.T                                    = 315   * 'K';
     146    streamcold.Composition                                      = [1];
    147147       
    148148OPTIONS
     
    204204exchanger.PdropColdSide         = 0.1*'kPa';
    205205
    206 streamhot.Outlet.F              = 36    * 'kmol/h';
    207 streamhot.Outlet.T              = 363.15   * 'K';
    208 streamhot.Outlet.P              = 120   * 'kPa';
    209 streamhot.Outlet.z              = [1,0,0];
    210 
    211 streamcold.Outlet.F             = 10 * 'kmol/h';
    212 streamcold.Outlet.P             = 120 * 'kPa';
    213 streamcold.Outlet.T             = 303.15 * 'K';
    214 streamcold.Outlet.z             = [0.1,0.7, 0.2];
     206streamhot.F             = 36    * 'kmol/h';
     207streamhot.T             = 363.15   * 'K';
     208streamhot.P             = 120   * 'kPa';
     209streamhot.Composition           = [1,0,0];
     210
     211streamcold.F            = 10 * 'kmol/h';
     212streamcold.P            = 120 * 'kPa';
     213streamcold.T            = 303.15 * 'K';
     214streamcold.Composition          = [0.1,0.7, 0.2];
    215215
    216216exchanger.A     = 15*'m^2';
     
    271271exchanger.PdropColdSide         = 0.1*'kPa';
    272272
    273 streamhot.Outlet.F              = 36    * 'kmol/h';
    274 streamhot.Outlet.T              = 363.15   * 'K';
    275 streamhot.Outlet.P              = 120   * 'kPa';
    276 streamhot.Outlet.z              = [1,0,0];
    277 
    278 streamcold.Outlet.F             = 10 * 'kmol/h';
    279 streamcold.Outlet.P             = 120 * 'kPa';
    280 streamcold.Outlet.T             = 303.15 * 'K';
    281 streamcold.Outlet.z             = [0.1,0.7, 0.2];
     273streamhot.F             = 36    * 'kmol/h';
     274streamhot.T             = 363.15   * 'K';
     275streamhot.P             = 120   * 'kPa';
     276streamhot.Composition           = [1,0,0];
     277
     278streamcold.F            = 10 * 'kmol/h';
     279streamcold.P            = 120 * 'kPa';
     280streamcold.T            = 303.15 * 'K';
     281streamcold.Composition          = [0.1,0.7, 0.2];
    282282
    283283exchanger.A     = 15*'m^2';
  • branches/gui/sample/costs/sample_distillation_kettle_cond_cost.mso

    r530 r581  
    6060       
    6161        SPECIFY
    62         feed.Outlet.F = 113.4 * 'kmol/h';
    63         feed.Outlet.T = 291 * 'K';
    64         feed.Outlet.P = 168.3 * 'kPa';
    65         feed.Outlet.z = 1/NComp;
     62        feed.F = 113.4 * 'kmol/h';
     63        feed.T = 291 * 'K';
     64        feed.P = 168.3 * 'kPa';
     65        feed.Composition = 1/NComp;
    6666       
    6767        zero.F = 0 * 'kmol/h';
     
    7676        col.sptop.frac = 0.444445;
    7777        col.cond.OutletV.F = 0 * 'kmol/h';
    78         Qr.OutletQ.Q = 3.7743e6 * 'kJ/h';
    79         Qc.OutletQ.Q = -3.71e6 * 'kJ/h';
     78        Qr.OutletQ = 3.7743e6 * 'kJ/h';
     79        Qc.OutletQ = -3.71e6 * 'kJ/h';
    8080        col.pump1.dP = 16 * 'kPa';
    8181        col.trays.Emv = 1;
  • branches/gui/sample/costs/sample_flash_cost.mso

    r331 r581  
    5454       
    5555        SPECIFY
    56         s1.Outlet.F = 496.3 * 'kmol/h';
    57         s1.Outlet.T = 338 * 'K';
    58         s1.Outlet.P = 507.1 * 'kPa';
    59         s1.Outlet.z = [0.2379,0.3082,0.09958,0.1373,0.08872,0.1283];
     56        s1.F = 496.3 * 'kmol/h';
     57        s1.T = 338 * 'K';
     58        s1.P = 507.1 * 'kPa';
     59        s1.Composition = [0.2379,0.3082,0.09958,0.1373,0.08872,0.1283];
    6060
    6161        fl.OutletV.F = 68.5 * 'kmol/h';
    62         Q.OutletQ.Q = 0 * 'kJ/h';
     62        Q.OutletQ = 0 * 'kJ/h';
    6363       
    6464        SET
  • branches/gui/sample/costs/sample_reboiler_cost.mso

    r331 r581  
    5858        feed.h = 0 * 'kJ/kmol';
    5959
    60         bot.Outlet.P = 185 * 'kPa';
    61         bot.Outlet.T = 327.7 * 'K';
    62         bot.Outlet.F = 180 * 'kmol/h';
    63         bot.Outlet.z = [0.006061, 0.9939];
     60        bot.P = 185 * 'kPa';
     61        bot.T = 327.7 * 'K';
     62        bot.F = 180 * 'kmol/h';
     63        bot.Composition = [0.006061, 0.9939];
    6464       
    6565        reb.OutletL.F = 68.4 * 'kmol/h';
    6666        reb.OutletV.F = 111.6 * 'kmol/h';
    6767
    68         Q.OutletQ.Q = 3.7743e6 * 'kJ/h';
     68        Q.OutletQ = 3.7743e6 * 'kJ/h';
    6969
    7070        SET
  • branches/gui/sample/costs/sample_tank_cost.mso

    r331 r581  
    4949
    5050        SPECIFY
    51         s.Outlet.P = 480 * 'kPa';
    52         s.Outlet.T = 310 * 'K';
    53         s.Outlet.F = 180 * 'kmol/h';
    54         s.Outlet.z = 1.0/NComp;
     51        s.P = 480 * 'kPa';
     52        s.T = 310 * 'K';
     53        s.F = 180 * 'kmol/h';
     54        s.Composition = 1.0/NComp;
    5555       
    56         Qtank.OutletQ.Q = 0 * 'J/s';
     56        Qtank.OutletQ = 0 * 'J/s';
    5757        t.Outlet.F = 179 * 'kmol/h';
    5858
  • branches/gui/sample/heat_exchangers/Cooler_Diagram.pfd

    r563 r581  
    1414        <Time_Step>10</Time_Step>
    1515        <Time_End>100</Time_End>
    16         <Time_Unit_Text>s</Time_Unit_Text>
     16        <Time_Unit></Time_Unit>
    1717        <Sparse_Algebra>1</Sparse_Algebra>
    1818        <Integration_Index>0</Integration_Index>
     
    2121        <NLASolver_File_Text>sundials</NLASolver_File_Text>
    2222        <DAESolver_File_Index>0</DAESolver_File_Index>
     23        <DAESolver_Relative_Accuracy>1e-3</DAESolver_Relative_Accuracy>
     24        <DAESolver_Absolute_Accuracy>1e-6</DAESolver_Absolute_Accuracy>
     25        <DAESolver_Evt_Accuracy>1e-2</DAESolver_Evt_Accuracy>
    2326</Options>
    2427<Width>2000</Width>
     
    2730<View>
    2831        <Zoom_Level>1</Zoom_Level>
    29         <Show_Grid>0</Show_Grid>
    30         <Snap_to_Grid>0</Snap_to_Grid>
    31         <Width>925</Width>
    32         <Height>482</Height>
     32        <Show_Grid>1</Show_Grid>
     33        <Snap_to_Grid>1</Snap_to_Grid>
     34        <Width>1238</Width>
     35        <Height>503</Height>
    3336        <X>0</X>
    3437        <Y>0</Y>
     
    3639<View>
    3740        <Zoom_Level>1</Zoom_Level>
    38         <Show_Grid>0</Show_Grid>
    39         <Snap_to_Grid>0</Snap_to_Grid>
    40         <Width>925</Width>
     41        <Show_Grid>1</Show_Grid>
     42        <Snap_to_Grid>1</Snap_to_Grid>
     43        <Width>1238</Width>
    4144        <Height>0</Height>
    4245        <X>0</X>
     
    4649        <Type>source</Type>
    4750        <Id_String>source_1</Id_String>
    48         <Image_File_Name>D:\Apps\repositorio\branches\gui\eml\icon/Source.png</Image_File_Name>
     51        <Image_File_Name>G:\gerson\projetos\repositorio\biblioteca\branches\gui\eml\icon/Source.png</Image_File_Name>
    4952        <X>94</X>
    5053        <Y>25</Y>
     
    6972                                                <Model_Name>stream</Model_Name>
    7073                                                <T_Connection>2</T_Connection>
     74                                                <Parameters>
     75                                                        <Desc>NComp</Desc>
     76                                                        <Index>0</Index>
     77                                                        <Values>3</Values>
     78                                                        <Status>0</Status>
     79                                                </Parameters>
    7180                                                <Variables>
    7281                                                        <Desc>F</Desc>
    7382                                                        <Index>0</Index>
    7483                                                        <Values>10</Values>
    75                                                         <Status>1</Status>
     84                                                        <Status>0</Status>
    7685                                                        <Unit>kmol/h</Unit>
    7786                                                </Variables>
     
    8089                                                        <Index>0</Index>
    8190                                                        <Values>(66+273)</Values>
    82                                                         <Status>1</Status>
     91                                                        <Status>0</Status>
    8392                                                        <Unit>K</Unit>
    8493                                                </Variables>
     
    8796                                                        <Index>0</Index>
    8897                                                        <Values>3</Values>
    89                                                         <Status>1</Status>
     98                                                        <Status>0</Status>
    9099                                                        <Unit>atm</Unit>
    91100                                                </Variables>
    92101                                                <Variables>
     102                                                        <Desc>h</Desc>
     103                                                        <Index>0</Index>
     104                                                        <Values>-15990.4</Values>
     105                                                        <Status>0</Status>
     106                                                        <Unit>kJ/kmol</Unit>
     107                                                </Variables>
     108                                                <Variables>
     109                                                        <Desc>v</Desc>
     110                                                        <Index>0</Index>
     111                                                        <Values>0.18922</Values>
     112                                                        <Status>0</Status>
     113                                                </Variables>
     114                                                <Variables>
    93115                                                        <Desc>z</Desc>
    94116                                                        <Index>0</Index>
    95117                                                        <Values>0.5</Values>
    96                                                         <Status>1</Status>
     118                                                        <Status>0</Status>
    97119                                                        <Index>1</Index>
    98120                                                        <Values>0.3</Values>
    99                                                         <Status>1</Status>
     121                                                        <Status>0</Status>
    100122                                                        <Index>2</Index>
    101123                                                        <Values>0.2</Values>
    102                                                         <Status>1</Status>
     124                                                        <Status>0</Status>
    103125                                                </Variables>
    104126                                        </Block_Properties>
     
    113135                </Parameters>
    114136                <Parameters>
    115                         <Desc>rhoModel</Desc>
    116                         <Index>0</Index>
    117                         <Values>volume</Values>
    118                         <Status>0</Status>
    119                 </Parameters>
     137                        <Desc>NComp</Desc>
     138                        <Index>0</Index>
     139                        <Values>3</Values>
     140                        <Status>0</Status>
     141                </Parameters>
     142                <Parameters>
     143                        <Desc>M</Desc>
     144                        <Index>0</Index>
     145                        <Values>86.1766</Values>
     146                        <Status>0</Status>
     147                        <Unit>kg/kmol</Unit>
     148                        <Index>1</Index>
     149                        <Values>58.123</Values>
     150                        <Status>0</Status>
     151                        <Unit>kg/kmol</Unit>
     152                        <Index>2</Index>
     153                        <Values>72.1498</Values>
     154                        <Status>0</Status>
     155                        <Unit>kg/kmol</Unit>
     156                </Parameters>
     157                <Parameters>
     158                        <Desc>CompostionBasis</Desc>
     159                        <Index>0</Index>
     160                        <Values>Molar</Values>
     161                        <Status>4</Status>
     162                </Parameters>
     163                <Parameters>
     164                        <Desc>ValidPhases</Desc>
     165                        <Index>0</Index>
     166                        <Values>Vapour-Liquid</Values>
     167                        <Status>4</Status>
     168                </Parameters>
     169                <Variables>
     170                        <Desc>Composition</Desc>
     171                        <Index>0</Index>
     172                        <Values>0.5</Values>
     173                        <Status>1</Status>
     174                        <Index>1</Index>
     175                        <Values>0.3</Values>
     176                        <Status>1</Status>
     177                        <Index>2</Index>
     178                        <Values>0.2</Values>
     179                        <Status>1</Status>
     180                </Variables>
     181                <Variables>
     182                        <Desc>F</Desc>
     183                        <Index>0</Index>
     184                        <Values>10</Values>
     185                        <Status>0</Status>
     186                        <Unit>kmol/h</Unit>
     187                </Variables>
     188                <Variables>
     189                        <Desc>Fw</Desc>
     190                        <Index>0</Index>
     191                        <Values>749.552</Values>
     192                        <Status>1</Status>
     193                        <Unit>kg/h</Unit>
     194                </Variables>
     195                <Variables>
     196                        <Desc>Fvol</Desc>
     197                        <Index>0</Index>
     198                        <Values>17.2599</Values>
     199                        <Status>0</Status>
     200                        <Unit>m^3/h</Unit>
     201                </Variables>
     202                <Variables>
     203                        <Desc>T</Desc>
     204                        <Index>0</Index>
     205                        <Values>339</Values>
     206                        <Status>0</Status>
     207                        <Unit>K</Unit>
     208                </Variables>
     209                <Variables>
     210                        <Desc>T_Cdeg</Desc>
     211                        <Index>0</Index>
     212                        <Values>65.85</Values>
     213                        <Status>1</Status>
     214                        <Unit>K</Unit>
     215                </Variables>
     216                <Variables>
     217                        <Desc>P</Desc>
     218                        <Index>0</Index>
     219                        <Values>3</Values>
     220                        <Status>1</Status>
     221                        <Unit>atm</Unit>
     222                </Variables>
     223                <Variables>
     224                        <Desc>Mw</Desc>
     225                        <Index>0</Index>
     226                        <Values>74.9552</Values>
     227                        <Status>0</Status>
     228                        <Unit>kg/kmol</Unit>
     229                </Variables>
     230                <Variables>
     231                        <Desc>vm</Desc>
     232                        <Index>0</Index>
     233                        <Values>0.00172599</Values>
     234                        <Status>0</Status>
     235                        <Unit>m^3/mol</Unit>
     236                </Variables>
     237                <Variables>
     238                        <Desc>rho</Desc>
     239                        <Index>0</Index>
     240                        <Values>43.4273</Values>
     241                        <Status>0</Status>
     242                        <Unit>kg/m^3</Unit>
     243                </Variables>
     244                <Variables>
     245                        <Desc>rhom</Desc>
     246                        <Index>0</Index>
     247                        <Values>0.579378</Values>
     248                        <Status>0</Status>
     249                        <Unit>kmol/m^3</Unit>
     250                </Variables>
     251                <Variables>
     252                        <Desc>zmass</Desc>
     253                        <Index>0</Index>
     254                        <Values>0.574854</Values>
     255                        <Status>0</Status>
     256                        <Index>1</Index>
     257                        <Values>0.232631</Values>
     258                        <Status>0</Status>
     259                        <Index>2</Index>
     260                        <Values>0.192515</Values>
     261                        <Status>0</Status>
     262                </Variables>
    120263        </Block_Properties>
    121264</Block>
     
    123266        <Type>sink</Type>
    124267        <Id_String>sink_1</Id_String>
    125         <Image_File_Name>D:\Apps\repositorio\branches\gui\eml\icon/Sink.png</Image_File_Name>
     268        <Image_File_Name>G:\gerson\projetos\repositorio\biblioteca\branches\gui\eml\icon/Sink.png</Image_File_Name>
    126269        <X>663</X>
    127270        <Y>269</Y>
     
    146289                                                <Model_Name>stream</Model_Name>
    147290                                                <T_Connection>1</T_Connection>
     291                                                <Parameters>
     292                                                        <Desc>NComp</Desc>
     293                                                        <Index>0</Index>
     294                                                        <Values>3</Values>
     295                                                        <Status>0</Status>
     296                                                </Parameters>
     297                                                <Variables>
     298                                                        <Desc>F</Desc>
     299                                                        <Index>0</Index>
     300                                                        <Values>10</Values>
     301                                                        <Status>0</Status>
     302                                                        <Unit>kmol/h</Unit>
     303                                                </Variables>
     304                                                <Variables>
     305                                                        <Desc>T</Desc>
     306                                                        <Index>0</Index>
     307                                                        <Values>303</Values>
     308                                                        <Status>0</Status>
     309                                                        <Unit>K</Unit>
     310                                                </Variables>
     311                                                <Variables>
     312                                                        <Desc>P</Desc>
     313                                                        <Index>0</Index>
     314                                                        <Values>2.85196</Values>
     315                                                        <Status>0</Status>
     316                                                        <Unit>atm</Unit>
     317                                                </Variables>
     318                                                <Variables>
     319                                                        <Desc>h</Desc>
     320                                                        <Index>0</Index>
     321                                                        <Values>-26369.7</Values>
     322                                                        <Status>0</Status>
     323                                                        <Unit>kJ/kmol</Unit>
     324                                                </Variables>
     325                                                <Variables>
     326                                                        <Desc>v</Desc>
     327                                                        <Index>0</Index>
     328                                                        <Values>0</Values>
     329                                                        <Status>0</Status>
     330                                                </Variables>
     331                                                <Variables>
     332                                                        <Desc>z</Desc>
     333                                                        <Index>0</Index>
     334                                                        <Values>0.5</Values>
     335                                                        <Status>0</Status>
     336                                                        <Index>1</Index>
     337                                                        <Values>0.3</Values>
     338                                                        <Status>0</Status>
     339                                                        <Index>2</Index>
     340                                                        <Values>0.2</Values>
     341                                                        <Status>0</Status>
     342                                                </Variables>
    148343                                        </Block_Properties>
    149344                                </Base_Models>
     
    157352                </Parameters>
    158353                <Parameters>
     354                        <Desc>NComp</Desc>
     355                        <Index>0</Index>
     356                        <Values>3</Values>
     357                        <Status>0</Status>
     358                </Parameters>
     359                <Parameters>
     360                        <Desc>M</Desc>
     361                        <Index>0</Index>
     362                        <Values>86.1766</Values>
     363                        <Status>0</Status>
     364                        <Unit>kg/kmol</Unit>
     365                        <Index>1</Index>
     366                        <Values>58.123</Values>
     367                        <Status>0</Status>
     368                        <Unit>kg/kmol</Unit>
     369                        <Index>2</Index>
     370                        <Values>72.1498</Values>
     371                        <Status>0</Status>
     372                        <Unit>kg/kmol</Unit>
     373                </Parameters>
     374                <Parameters>
    159375                        <Desc>rhoModel</Desc>
    160376                        <Index>0</Index>
     
    162378                        <Status>0</Status>
    163379                </Parameters>
     380                <Variables>
     381                        <Desc>v</Desc>
     382                        <Index>0</Index>
     383                        <Values>5.64327e-19</Values>
     384                        <Status>0</Status>
     385                </Variables>
     386                <Variables>
     387                        <Desc>zmass</Desc>
     388                        <Index>0</Index>
     389                        <Values>0.574854</Values>
     390                        <Status>0</Status>
     391                        <Index>1</Index>
     392                        <Values>0.232631</Values>
     393                        <Status>0</Status>
     394                        <Index>2</Index>
     395                        <Values>0.192515</Values>
     396                        <Status>0</Status>
     397                </Variables>
     398                <Variables>
     399                        <Desc>Mw</Desc>
     400                        <Index>0</Index>
     401                        <Values>74.9552</Values>
     402                        <Status>0</Status>
     403                        <Unit>kg/kmol</Unit>
     404                </Variables>
     405                <Variables>
     406                        <Desc>vm</Desc>
     407                        <Index>0</Index>
     408                        <Values>0.000118124</Values>
     409                        <Status>0</Status>
     410                        <Unit>m^3/mol</Unit>
     411                </Variables>
     412                <Variables>
     413                        <Desc>rho</Desc>
     414                        <Index>0</Index>
     415                        <Values>634.548</Values>
     416                        <Status>0</Status>
     417                        <Unit>kg/m^3</Unit>
     418                </Variables>
     419                <Variables>
     420                        <Desc>rhom</Desc>
     421                        <Index>0</Index>
     422                        <Values>8.4657</Values>
     423                        <Status>0</Status>
     424                        <Unit>kmol/m^3</Unit>
     425                </Variables>
     426                <Variables>
     427                        <Desc>Fw</Desc>
     428                        <Index>0</Index>
     429                        <Values>749.552</Values>
     430                        <Status>0</Status>
     431                        <Unit>kg/h</Unit>
     432                </Variables>
     433                <Variables>
     434                        <Desc>Fvol</Desc>
     435                        <Index>0</Index>
     436                        <Values>1.18124</Values>
     437                        <Status>0</Status>
     438                        <Unit>m^3/h</Unit>
     439                </Variables>
     440                <Variables>
     441                        <Desc>s</Desc>
     442                        <Index>0</Index>
     443                        <Values>-171.319</Values>
     444                        <Status>0</Status>
     445                        <Unit>kJ/kmol/K</Unit>
     446                </Variables>
     447                <Variables>
     448                        <Desc>T_Cdeg</Desc>
     449                        <Index>0</Index>
     450                        <Values>29.85</Values>
     451                        <Status>0</Status>
     452                        <Unit>K</Unit>
     453                </Variables>
    164454        </Block_Properties>
    165455</Block>
     
    167457        <Type>energy_source</Type>
    168458        <Id_String>energy_source_1</Id_String>
    169         <Image_File_Name>D:\Apps\repositorio\branches\gui\eml\icon/energy_source.png</Image_File_Name>
     459        <Image_File_Name>G:\gerson\projetos\repositorio\biblioteca\branches\gui\eml\icon/energy_source.png</Image_File_Name>
    170460        <X>412</X>
    171461        <Y>366</Y>
     
    178468                <Model_Name>energy_source</Model_Name>
    179469                <T_Connection>0</T_Connection>
     470                <Variables>
     471                        <Desc>OutletQ</Desc>
     472                        <Index>0</Index>
     473                        <Values>28.8314</Values>
     474                        <Status>0</Status>
     475                        <Unit>kW</Unit>
     476                </Variables>
    180477        </Block_Properties>
    181478</Block>
     
    183480        <Type>cooler</Type>
    184481        <Id_String>cooler_1</Id_String>
    185         <Image_File_Name>D:\Apps\repositorio\branches\gui\eml\heat_exchangers\icon/cooler.png</Image_File_Name>
     482        <Image_File_Name>G:\gerson\projetos\repositorio\biblioteca\branches\gui\eml\heat_exchangers\icon/cooler.png</Image_File_Name>
    186483        <X>342</X>
    187484        <Y>101</Y>
     
    212509                                                                <Model_Name>stream</Model_Name>
    213510                                                                <T_Connection>1</T_Connection>
     511                                                                <Parameters>
     512                                                                        <Desc>NComp</Desc>
     513                                                                        <Index>0</Index>
     514                                                                        <Values>3</Values>
     515                                                                        <Status>0</Status>
     516                                                                </Parameters>
     517                                                                <Variables>
     518                                                                        <Desc>F</Desc>
     519                                                                        <Index>0</Index>
     520                                                                        <Values>10</Values>
     521                                                                        <Status>0</Status>
     522                                                                        <Unit>kmol/h</Unit>
     523                                                                </Variables>
     524                                                                <Variables>
     525                                                                        <Desc>T</Desc>
     526                                                                        <Index>0</Index>
     527                                                                        <Values>339</Values>
     528                                                                        <Status>0</Status>
     529                                                                        <Unit>K</Unit>
     530                                                                </Variables>
     531                                                                <Variables>
     532                                                                        <Desc>P</Desc>
     533                                                                        <Index>0</Index>
     534                                                                        <Values>3</Values>
     535                                                                        <Status>0</Status>
     536                                                                        <Unit>atm</Unit>
     537                                                                </Variables>
     538                                                                <Variables>
     539                                                                        <Desc>h</Desc>
     540                                                                        <Index>0</Index>
     541                                                                        <Values>-15990.4</Values>
     542                                                                        <Status>0</Status>
     543                                                                        <Unit>kJ/kmol</Unit>
     544                                                                </Variables>
     545                                                                <Variables>
     546                                                                        <Desc>v</Desc>
     547                                                                        <Index>0</Index>
     548                                                                        <Values>0.18922</Values>
     549                                                                        <Status>0</Status>
     550                                                                </Variables>
     551                                                                <Variables>
     552                                                                        <Desc>z</Desc>
     553                                                                        <Index>0</Index>
     554                                                                        <Values>0.5</Values>
     555                                                                        <Status>0</Status>
     556                                                                        <Index>1</Index>
     557                                                                        <Values>0.3</Values>
     558                                                                        <Status>0</Status>
     559                                                                        <Index>2</Index>
     560                                                                        <Values>0.2</Values>
     561                                                                        <Status>0</Status>
     562                                                                </Variables>
    214563                                                        </Block_Properties>
    215564                                                </Base_Models>
     
    234583                                                                                <Model_Name>stream</Model_Name>
    235584                                                                                <T_Connection>2</T_Connection>
     585                                                                                <Parameters>
     586                                                                                        <Desc>NComp</Desc>
     587                                                                                        <Index>0</Index>
     588                                                                                        <Values>3</Values>
     589                                                                                        <Status>0</Status>
     590                                                                                </Parameters>
     591                                                                                <Variables>
     592                                                                                        <Desc>F</Desc>
     593                                                                                        <Index>0</Index>
     594                                                                                        <Values>10</Values>
     595                                                                                        <Status>0</Status>
     596                                                                                        <Unit>kmol/h</Unit>
     597                                                                                </Variables>
    236598                                                                                <Variables>
    237599                                                                                        <Desc>T</Desc>
     
    241603                                                                                        <Unit>K</Unit>
    242604                                                                                </Variables>
     605                                                                                <Variables>
     606                                                                                        <Desc>P</Desc>
     607                                                                                        <Index>0</Index>
     608                                                                                        <Values>2.85196</Values>
     609                                                                                        <Status>0</Status>
     610                                                                                        <Unit>atm</Unit>
     611                                                                                </Variables>
     612                                                                                <Variables>
     613                                                                                        <Desc>h</Desc>
     614                                                                                        <Index>0</Index>
     615                                                                                        <Values>-26369.7</Values>
     616                                                                                        <Status>0</Status>
     617                                                                                        <Unit>kJ/kmol</Unit>
     618                                                                                </Variables>
     619                                                                                <Variables>
     620                                                                                        <Desc>v</Desc>
     621                                                                                        <Index>0</Index>
     622                                                                                        <Values>0</Values>
     623                                                                                        <Status>0</Status>
     624                                                                                </Variables>
     625                                                                                <Variables>
     626                                                                                        <Desc>z</Desc>
     627                                                                                        <Index>0</Index>
     628                                                                                        <Values>0.5</Values>
     629                                                                                        <Status>0</Status>
     630                                                                                        <Index>1</Index>
     631                                                                                        <Values>0.3</Values>
     632                                                                                        <Status>0</Status>
     633                                                                                        <Index>2</Index>
     634                                                                                        <Values>0.2</Values>
     635                                                                                        <Status>0</Status>
     636                                                                                </Variables>
    243637                                                                        </Block_Properties>
    244638                                                                </Base_Models>
     
    260654                                </Parameters>
    261655                                <Parameters>
     656                                        <Desc>NComp</Desc>
     657                                        <Index>0</Index>
     658                                        <Values>3</Values>
     659                                        <Status>0</Status>
     660                                </Parameters>
     661                                <Parameters>
    262662                                        <Desc>Ninlet</Desc>
    263663                                        <Index>0</Index>
     
    271671                                        <Status>4</Status>
    272672                                </Parameters>
     673                                <Variables>
     674                                        <Desc>QDuty</Desc>
     675                                        <Index>0</Index>
     676                                        <Values>-28.8314</Values>
     677                                        <Status>0</Status>
     678                                        <Unit>kW</Unit>
     679                                </Variables>
     680                                <Variables>
     681                                        <Desc>Vfrac</Desc>
     682                                        <Index>0</Index>
     683                                        <Values>0</Values>
     684                                        <Status>0</Status>
     685                                </Variables>
     686                                <Variables>
     687                                        <Desc>Lfrac</Desc>
     688                                        <Index>0</Index>
     689                                        <Values>1</Values>
     690                                        <Status>0</Status>
     691                                </Variables>
     692                                <Variables>
     693                                        <Desc>Kvalue</Desc>
     694                                        <Index>0</Index>
     695                                        <Values>0.194461</Values>
     696                                        <Status>0</Status>
     697                                        <Index>1</Index>
     698                                        <Values>2.61445</Values>
     699                                        <Status>0</Status>
     700                                        <Index>2</Index>
     701                                        <Values>0.592175</Values>
     702                                        <Status>0</Status>
     703                                </Variables>
     704                                <Variables>
     705                                        <Desc>Pratio</Desc>
     706                                        <Index>0</Index>
     707                                        <Values>0.950654</Values>
     708                                        <Status>0</Status>
     709                                </Variables>
    273710                                <Variables>
    274711                                        <Desc>Pdrop</Desc>
     
    280717                        </Block_Properties>
    281718                </Base_Models>
     719                <Variables>
     720                        <Desc>Heat</Desc>
     721                        <Index>0</Index>
     722                        <Values>28.8314</Values>
     723                        <Status>0</Status>
     724                        <Unit>kW</Unit>
     725                </Variables>
    282726        </Block_Properties>
    283727</Block>
  • branches/gui/sample/heat_exchangers/DPIncremental_diagram.pfd

    r579 r581  
    3030<View>
    3131        <Zoom_Level>1</Zoom_Level>
    32         <Show_Grid>0</Show_Grid>
    33         <Snap_to_Grid>0</Snap_to_Grid>
    34         <Width>1254</Width>
    35         <Height>492</Height>
     32        <Show_Grid>1</Show_Grid>
     33        <Snap_to_Grid>1</Snap_to_Grid>
     34        <Width>1238</Width>
     35        <Height>379</Height>
    3636        <X>0</X>
    3737        <Y>0</Y>
     
    3939<View>
    4040        <Zoom_Level>1</Zoom_Level>
    41         <Show_Grid>0</Show_Grid>
    42         <Snap_to_Grid>0</Snap_to_Grid>
    43         <Width>1254</Width>
     41        <Show_Grid>1</Show_Grid>
     42        <Snap_to_Grid>1</Snap_to_Grid>
     43        <Width>1238</Width>
    4444        <Height>0</Height>
    4545        <X>0</X>
     
    231231                                                                        <Desc>P</Desc>
    232232                                                                        <Index>0</Index>
    233                                                                         <Values>4.08254</Values>
     233                                                                        <Values>5e+07</Values>
    234234                                                                        <Status>0</Status>
    235235                                                                        <Unit>atm</Unit>
     
    238238                                                                        <Desc>h</Desc>
    239239                                                                        <Index>0</Index>
    240                                                                         <Values>-1e+09</Values>
     240                                                                        <Values>1e+09</Values>
    241241                                                                        <Status>0</Status>
    242242                                                                        <Unit>kJ/kmol</Unit>
     
    310310                                                                        <Desc>P</Desc>
    311311                                                                        <Index>0</Index>
    312                                                                         <Values>1e-30</Values>
     312                                                                        <Values>5e+07</Values>
    313313                                                                        <Status>0</Status>
    314314                                                                        <Unit>atm</Unit>
     
    317317                                                                        <Desc>h</Desc>
    318318                                                                        <Index>0</Index>
    319                                                                         <Values>1e+09</Values>
     319                                                                        <Values>-1e+09</Values>
    320320                                                                        <Status>0</Status>
    321321                                                                        <Unit>kJ/kmol</Unit>
     
    324324                                                                        <Desc>v</Desc>
    325325                                                                        <Index>0</Index>
    326                                                                         <Values>0</Values>
     326                                                                        <Values>1</Values>
    327327                                                                        <Status>0</Status>
    328328                                                                </Variables>
     
    376376                                                        <Desc>Q</Desc>
    377377                                                        <Index>0</Index>
    378                                                         <Values>21944.2</Values>
     378                                                        <Values>1e+10</Values>
    379379                                                        <Status>0</Status>
    380380                                                        <Unit>kW</Unit>
    381381                                                        <Index>1</Index>
    382                                                         <Values>152954</Values>
     382                                                        <Values>1e-06</Values>
    383383                                                        <Status>0</Status>
    384384                                                        <Unit>kW</Unit>
     
    387387                                                        <Desc>Qtotal</Desc>
    388388                                                        <Index>0</Index>
    389                                                         <Values>1e-06</Values>
     389                                                        <Values>1e+10</Values>
    390390                                                        <Status>0</Status>
    391391                                                        <Unit>kW</Unit>
     
    398398                                                        <Unit>kW/m^2/K</Unit>
    399399                                                        <Index>1</Index>
    400                                                         <Values>1e-06</Values>
     400                                                        <Values>1e+10</Values>
    401401                                                        <Status>0</Status>
    402402                                                        <Unit>kW/m^2/K</Unit>
     
    409409                                                        <Unit>kW/m^2/K</Unit>
    410410                                                        <Index>1</Index>
    411                                                         <Values>1e-06</Values>
     411                                                        <Values>1e+10</Values>
    412412                                                        <Status>0</Status>
    413413                                                        <Unit>kW/m^2/K</Unit>
     
    474474                                                                                        <Unit>K</Unit>
    475475                                                                                        <Index>1</Index>
    476                                                                                         <Values>4346.88</Values>
     476                                                                                        <Values>5273</Values>
    477477                                                                                        <Status>0</Status>
    478478                                                                                        <Unit>K</Unit>
    479479                                                                                        <Index>2</Index>
    480                                                                                         <Values>5273</Values>
     480                                                                                        <Values>50</Values>
    481481                                                                                        <Status>0</Status>
    482482                                                                                        <Unit>K</Unit>
     
    485485                                                                                        <Desc>Re</Desc>
    486486                                                                                        <Index>0</Index>
    487                                                                                         <Values>644264</Values>
    488                                                                                         <Status>0</Status>
    489                                                                                         <Index>1</Index>
    490                                                                                         <Values>644264</Values>
     487                                                                                        <Values>1</Values>
     488                                                                                        <Status>0</Status>
     489                                                                                        <Index>1</Index>
     490                                                                                        <Values>53928.1</Values>
    491491                                                                                        <Status>0</Status>
    492492                                                                                </Variables>
     
    494494                                                                                        <Desc>hcoeff</Desc>
    495495                                                                                        <Index>0</Index>
     496                                                                                        <Values>1e-09</Values>
     497                                                                                        <Status>0</Status>
     498                                                                                        <Unit>W/m^2/K</Unit>
     499                                                                                        <Index>1</Index>
    496500                                                                                        <Values>1e+09</Values>
    497501                                                                                        <Status>0</Status>
    498502                                                                                        <Unit>W/m^2/K</Unit>
    499                                                                                         <Index>1</Index>
    500                                                                                         <Values>1e-09</Values>
    501                                                                                         <Status>0</Status>
    502                                                                                         <Unit>W/m^2/K</Unit>
    503503                                                                                </Variables>
    504504                                                                                <Variables>
    505505                                                                                        <Desc>fi</Desc>
    506506                                                                                        <Index>0</Index>
    507                                                                                         <Values>0.012533</Values>
    508                                                                                         <Status>0</Status>
    509                                                                                         <Index>1</Index>
    510                                                                                         <Values>1e-10</Values>
     507                                                                                        <Values>2000</Values>
     508                                                                                        <Status>0</Status>
     509                                                                                        <Index>1</Index>
     510                                                                                        <Values>2000</Values>
    511511                                                                                        <Status>0</Status>
    512512                                                                                </Variables>
     
    514514                                                                                        <Desc>Nu</Desc>
    515515                                                                                        <Index>0</Index>
    516                                                                                         <Values>3.02652e+10</Values>
    517                                                                                         <Status>0</Status>
    518                                                                                         <Index>1</Index>
    519516                                                                                        <Values>1e-08</Values>
    520517                                                                                        <Status>0</Status>
     518                                                                                        <Index>1</Index>
     519                                                                                        <Values>3.93117e+27</Values>
     520                                                                                        <Status>0</Status>
    521521                                                                                </Variables>
    522522                                                                                <Variables>
    523523                                                                                        <Desc>PR</Desc>
    524524                                                                                        <Index>0</Index>
    525                                                                                         <Values>351.655</Values>
     525                                                                                        <Values>2.46841e+17</Values>
    526526                                                                                        <Status>0</Status>
    527527                                                                                        <Index>1</Index>
     
    545545                                                                                        <Unit>m/s</Unit>
    546546                                                                                        <Index>1</Index>
    547                                                                                         <Values>1e-08</Values>
     547                                                                                        <Values>100000</Values>
    548548                                                                                        <Status>0</Status>
    549549                                                                                        <Unit>m/s</Unit>
     
    556556                                                                                        <Unit>kJ/kmol</Unit>
    557557                                                                                        <Index>1</Index>
    558                                                                                         <Values>1.3265e+06</Values>
     558                                                                                        <Values>1e+09</Values>
    559559                                                                                        <Status>0</Status>
    560560                                                                                        <Unit>kJ/kmol</Unit>
    561561                                                                                        <Index>2</Index>
    562                                                                                         <Values>1.04112e+07</Values>
     562                                                                                        <Values>1e+09</Values>
    563563                                                                                        <Status>0</Status>
    564564                                                                                        <Unit>kJ/kmol</Unit>
     
    610610                                                                                        <Unit>kPa</Unit>
    611611                                                                                        <Index>2</Index>
    612                                                                                         <Values>2.0265e+06</Values>
     612                                                                                        <Values>1.01325e-08</Values>
    613613                                                                                        <Status>0</Status>
    614614                                                                                        <Unit>kPa</Unit>
     
    628628                                                                                        <Unit>kPa</Unit>
    629629                                                                                        <Index>1</Index>
    630                                                                                         <Values>1.72835e+07</Values>
     630                                                                                        <Values>5.06625e+09</Values>
    631631                                                                                        <Status>0</Status>
    632632                                                                                        <Unit>kPa</Unit>
    633633                                                                                        <Index>2</Index>
    634                                                                                         <Values>0</Values>
     634                                                                                        <Values>256986</Values>
    635635                                                                                        <Status>0</Status>
    636636                                                                                        <Unit>kPa</Unit>
     
    639639                                                                                        <Desc>fi</Desc>
    640640                                                                                        <Index>0</Index>
    641                                                                                         <Values>0.00445895</Values>
    642                                                                                         <Status>0</Status>
    643                                                                                         <Index>1</Index>
    644641                                                                                        <Values>1e-10</Values>
    645642                                                                                        <Status>0</Status>
     643                                                                                        <Index>1</Index>
     644                                                                                        <Values>1e-10</Values>
     645                                                                                        <Status>0</Status>
    646646                                                                                </Variables>
    647647                                                                                <Variables>
    648648                                                                                        <Desc>Re</Desc>
    649649                                                                                        <Index>0</Index>
    650                                                                                         <Values>644264</Values>
    651                                                                                         <Status>0</Status>
    652                                                                                         <Index>1</Index>
    653                                                                                         <Values>644264</Values>
     650                                                                                        <Values>1</Values>
     651                                                                                        <Status>0</Status>
     652                                                                                        <Index>1</Index>
     653                                                                                        <Values>53928.1</Values>
    654654                                                                                        <Status>0</Status>
    655655                                                                                </Variables>
     
    770770                                                                                                                        <Desc>T</Desc>
    771771                                                                                                                        <Index>0</Index>
    772                                                                                                                         <Values>2317.79</Values>
     772                                                                                                                        <Values>5273</Values>
    773773                                                                                                                        <Status>0</Status>
    774774                                                                                                                        <Unit>K</Unit>
     
    796796                                                                                                                        <Unit>kg/m^3</Unit>
    797797                                                                                                                        <Index>1</Index>
    798                                                                                                                         <Values>0.0218857</Values>
     798                                                                                                                        <Values>0.001</Values>
    799799                                                                                                                        <Status>0</Status>
    800800                                                                                                                        <Unit>kg/m^3</Unit>
     
    803803                                                                                                                        <Desc>Mu</Desc>
    804804                                                                                                                        <Index>0</Index>
    805                                                                                                                         <Values>0.0710442</Values>
     805                                                                                                                        <Values>0.848749</Values>
    806806                                                                                                                        <Status>0</Status>
    807807                                                                                                                        <Unit>cP</Unit>
     
    814814                                                                                                                        <Desc>Cp</Desc>
    815815                                                                                                                        <Index>0</Index>
    816                                                                                                                         <Values>28120.8</Values>
     816                                                                                                                        <Values>1e+10</Values>
    817817                                                                                                                        <Status>0</Status>
    818818                                                                                                                        <Unit>kJ/kmol/K</Unit>
     
    825825                                                                                                                        <Desc>K</Desc>
    826826                                                                                                                        <Index>0</Index>
    827                                                                                                                         <Values>0.07273</Values>
     827                                                                                                                        <Values>0.149706</Values>
    828828                                                                                                                        <Status>0</Status>
    829829                                                                                                                        <Unit>W/m/K</Unit>
     
    859859                                                                                                                        <Desc>rho</Desc>
    860860                                                                                                                        <Index>0</Index>
    861                                                                                                                         <Values>500000</Values>
     861                                                                                                                        <Values>43645.5</Values>
    862862                                                                                                                        <Status>0</Status>
    863863                                                                                                                        <Unit>kg/m^3</Unit>
     
    888888                                                                                                                        <Desc>Mu</Desc>
    889889                                                                                                                        <Index>0</Index>
    890                                                                                                                         <Values>0.0710442</Values>
     890                                                                                                                        <Values>0.848749</Values>
    891891                                                                                                                        <Status>0</Status>
    892892                                                                                                                        <Unit>cP</Unit>
     
    987987                                                                                        <Desc>Re</Desc>
    988988                                                                                        <Index>0</Index>
    989                                                                                         <Values>638760</Values>
    990                                                                                         <Status>0</Status>
    991                                                                                         <Index>1</Index>
    992                                                                                         <Values>626181</Values>
     989                                                                                        <Values>2.08644e+12</Values>
     990                                                                                        <Status>0</Status>
     991                                                                                        <Index>1</Index>
     992                                                                                        <Values>277542</Values>
    993993                                                                                        <Status>0</Status>
    994994                                                                                </Variables>
     
    10001000                                                                                        <Unit>W/m^2/K</Unit>
    10011001                                                                                        <Index>1</Index>
    1002                                                                                         <Values>1e-09</Values>
     1002                                                                                        <Values>1e+09</Values>
    10031003                                                                                        <Status>0</Status>
    10041004                                                                                        <Unit>W/m^2/K</Unit>
     
    10101010                                                                                        <Status>0</Status>
    10111011                                                                                        <Index>1</Index>
    1012                                                                                         <Values>0.0125958</Values>
     1012                                                                                        <Values>1e-10</Values>
    10131013                                                                                        <Status>0</Status>
    10141014                                                                                </Variables>
     
    10191019                                                                                        <Status>0</Status>
    10201020                                                                                        <Index>1</Index>
     1021                                                                                        <Values>2.31988e+24</Values>
     1022                                                                                        <Status>0</Status>
     1023                                                                                </Variables>
     1024                                                                                <Variables>
     1025                                                                                        <Desc>PR</Desc>
     1026                                                                                        <Index>0</Index>
    10211027                                                                                        <Values>1e-08</Values>
    10221028                                                                                        <Status>0</Status>
    1023                                                                                 </Variables>
    1024                                                                                 <Variables>
    1025                                                                                         <Desc>PR</Desc>
    1026                                                                                         <Index>0</Index>
     1029                                                                                        <Index>1</Index>
     1030                                                                                        <Values>3.07048e+18</Values>
     1031                                                                                        <Status>0</Status>
     1032                                                                                </Variables>
     1033                                                                                <Variables>
     1034                                                                                        <Desc>Phi</Desc>
     1035                                                                                        <Index>0</Index>
     1036                                                                                        <Values>1</Values>
     1037                                                                                        <Status>0</Status>
     1038                                                                                        <Index>1</Index>
     1039                                                                                        <Values>1</Values>
     1040                                                                                        <Status>0</Status>
     1041                                                                                </Variables>
     1042                                                                                <Variables>
     1043                                                                                        <Desc>Vmean</Desc>
     1044                                                                                        <Index>0</Index>
     1045                                                                                        <Values>100000</Values>
     1046                                                                                        <Status>0</Status>
     1047                                                                                        <Unit>m/s</Unit>
     1048                                                                                        <Index>1</Index>
    10271049                                                                                        <Values>1e-08</Values>
    10281050                                                                                        <Status>0</Status>
    1029                                                                                         <Index>1</Index>
    1030                                                                                         <Values>1e-08</Values>
    1031                                                                                         <Status>0</Status>
    1032                                                                                 </Variables>
    1033                                                                                 <Variables>
    1034                                                                                         <Desc>Phi</Desc>
    1035                                                                                         <Index>0</Index>
    1036                                                                                         <Values>1</Values>
    1037                                                                                         <Status>0</Status>
    1038                                                                                         <Index>1</Index>
    1039                                                                                         <Values>1</Values>
    1040                                                                                         <Status>0</Status>
    1041                                                                                 </Variables>
    1042                                                                                 <Variables>
    1043                                                                                         <Desc>Vmean</Desc>
    1044                                                                                         <Index>0</Index>
    1045                                                                                         <Values>100000</Values>
    1046                                                                                         <Status>0</Status>
    10471051                                                                                        <Unit>m/s</Unit>
    1048                                                                                         <Index>1</Index>
    1049                                                                                         <Values>100000</Values>
    1050                                                                                         <Status>0</Status>
    1051                                                                                         <Unit>m/s</Unit>
    10521052                                                                                </Variables>
    10531053                                                                                <Variables>
    10541054                                                                                        <Desc>Enth</Desc>
    10551055                                                                                        <Index>0</Index>
    1056                                                                                         <Values>1e+09</Values>
     1056                                                                                        <Values>-1e+09</Values>
    10571057                                                                                        <Status>0</Status>
    10581058                                                                                        <Unit>kJ/kmol</Unit>
    10591059                                                                                        <Index>1</Index>
    1060                                                                                         <Values>1e+09</Values>
     1060                                                                                        <Values>-1e+09</Values>
    10611061                                                                                        <Status>0</Status>
    10621062                                                                                        <Unit>kJ/kmol</Unit>
    10631063                                                                                        <Index>2</Index>
    1064                                                                                         <Values>1e+09</Values>
     1064                                                                                        <Values>-1e+09</Values>
    10651065                                                                                        <Status>0</Status>
    10661066                                                                                        <Unit>kJ/kmol</Unit>
     
    11041104                                                                                        <Desc>Plocal</Desc>
    11051105                                                                                        <Index>0</Index>
    1106                                                                                         <Values>1.01325e-08</Values>
     1106                                                                                        <Values>2.0265e+06</Values>
    11071107                                                                                        <Status>0</Status>
    11081108                                                                                        <Unit>kPa</Unit>
     
    11121112                                                                                        <Unit>kPa</Unit>
    11131113                                                                                        <Index>2</Index>
    1114                                                                                         <Values>1.01325e-08</Values>
     1114                                                                                        <Values>2.0265e+06</Values>
    11151115                                                                                        <Status>0</Status>
    11161116                                                                                        <Unit>kPa</Unit>
     
    11301130                                                                                        <Unit>kPa</Unit>
    11311131                                                                                        <Index>1</Index>
    1132                                                                                         <Values>5.06625e+09</Values>
     1132                                                                                        <Values>0</Values>
    11331133                                                                                        <Status>0</Status>
    11341134                                                                                        <Unit>kPa</Unit>
     
    11411141                                                                                        <Desc>fi</Desc>
    11421142                                                                                        <Index>0</Index>
     1143                                                                                        <Values>2000</Values>
     1144                                                                                        <Status>0</Status>
     1145                                                                                        <Index>1</Index>
    11431146                                                                                        <Values>1e-10</Values>
    11441147                                                                                        <Status>0</Status>
    1145                                                                                         <Index>1</Index>
    1146                                                                                         <Values>0.00489842</Values>
    1147                                                                                         <Status>0</Status>
    11481148                                                                                </Variables>
    11491149                                                                                <Variables>
    11501150                                                                                        <Desc>Re</Desc>
    11511151                                                                                        <Index>0</Index>
    1152                                                                                         <Values>284482</Values>
    1153                                                                                         <Status>0</Status>
    1154                                                                                         <Index>1</Index>
    1155                                                                                         <Values>293629</Values>
     1152                                                                                        <Values>1.07049e+12</Values>
     1153                                                                                        <Status>0</Status>
     1154                                                                                        <Index>1</Index>
     1155                                                                                        <Values>50440.8</Values>
    11561156                                                                                        <Status>0</Status>
    11571157                                                                                </Variables>
     
    11661166                                                                                        <Desc>Pdnozzle_out</Desc>
    11671167                                                                                        <Index>0</Index>
    1168                                                                                         <Values>14547</Values>
     1168                                                                                        <Values>5.06625e+09</Values>
    11691169                                                                                        <Status>0</Status>
    11701170                                                                                        <Unit>kPa</Unit>
     
    12761276                                                                                                                        <Unit>K</Unit>
    12771277                                                                                                                        <Index>1</Index>
    1278                                                                                                                         <Values>5273</Values>
     1278                                                                                                                        <Values>50</Values>
    12791279                                                                                                                        <Status>0</Status>
    12801280                                                                                                                        <Unit>K</Unit>
     
    12871287                                                                                                                        <Unit>kPa</Unit>
    12881288                                                                                                                        <Index>1</Index>
    1289                                                                                                                         <Values>1.01325e-08</Values>
     1289                                                                                                                        <Values>2.0265e+06</Values>
    12901290                                                                                                                        <Status>0</Status>
    12911291                                                                                                                        <Unit>kPa</Unit>
     
    12981298                                                                                                                        <Unit>kg/m^3</Unit>
    12991299                                                                                                                        <Index>1</Index>
    1300                                                                                                                         <Values>0.001</Values>
     1300                                                                                                                        <Values>500000</Values>
    13011301                                                                                                                        <Status>0</Status>
    13021302                                                                                                                        <Unit>kg/m^3</Unit>
     
    13051305                                                                                                                        <Desc>Mu</Desc>
    13061306                                                                                                                        <Index>0</Index>
    1307                                                                                                                         <Values>0.0577187</Values>
     1307                                                                                                                        <Values>12.0397</Values>
    13081308                                                                                                                        <Status>0</Status>
    13091309                                                                                                                        <Unit>cP</Unit>
     
    13201320                                                                                                                        <Unit>kJ/kmol/K</Unit>
    13211321                                                                                                                        <Index>1</Index>
    1322                                                                                                                         <Values>1</Values>
     1322                                                                                                                        <Values>1e+10</Values>
    13231323                                                                                                                        <Status>0</Status>
    13241324                                                                                                                        <Unit>kJ/kmol/K</Unit>
     
    13271327                                                                                                                        <Desc>K</Desc>
    13281328                                                                                                                        <Index>0</Index>
    1329                                                                                                                         <Values>0.109504</Values>
     1329                                                                                                                        <Values>0.186476</Values>
    13301330                                                                                                                        <Status>0</Status>
    13311331                                                                                                                        <Unit>W/m/K</Unit>
    13321332                                                                                                                        <Index>1</Index>
    1333                                                                                                                         <Values>0.108444</Values>
     1333                                                                                                                        <Values>19.8989</Values>
    13341334                                                                                                                        <Status>0</Status>
    13351335                                                                                                                        <Unit>W/m/K</Unit>
     
    13901390                                                                                                                        <Desc>Mu</Desc>
    13911391                                                                                                                        <Index>0</Index>
    1392                                                                                                                         <Values>0.0577187</Values>
     1392                                                                                                                        <Values>12.0397</Values>
    13931393                                                                                                                        <Status>0</Status>
    13941394                                                                                                                        <Unit>cP</Unit>
     
    14481448                        <Desc>CalculationApproach</Desc>
    14491449                        <Index>0</Index>
    1450                         <Values>Full</Values>
     1450                        <Values>Simplified</Values>
    14511451                        <Status>4</Status>
    14521452                </Parameters>
     
    16891689                                                        <Index>0</Index>
    16901690                                                        <Values>58.0694</Values>
    1691                                                         <Status>1</Status>
     1691                                                        <Status>0</Status>
    16921692                                                        <Unit>kmol/h</Unit>
    16931693                                                </Variables>
     
    16961696                                                        <Index>0</Index>
    16971697                                                        <Values>288.71</Values>
    1698                                                         <Status>1</Status>
     1698                                                        <Status>0</Status>
    16991699                                                        <Unit>K</Unit>
    17001700                                                </Variables>
     
    17021702                                                        <Desc>P</Desc>
    17031703                                                        <Index>0</Index>
    1704                                                         <Values>413.685</Values>
    1705                                                         <Status>1</Status>
    1706                                                         <Unit>kPa</Unit>
     1704                                                        <Values>4.08275</Values>
     1705                                                        <Status>0</Status>
     1706                                                        <Unit>atm</Unit>
    17071707                                                </Variables>
    17081708                                                <Variables>
     
    17231723                                                        <Index>0</Index>
    17241724                                                        <Values>0</Values>
    1725                                                         <Status>1</Status>
     1725                                                        <Status>0</Status>
    17261726                                                        <Index>1</Index>
    17271727                                                        <Values>1</Values>
    1728                                                         <Status>1</Status>
     1728                                                        <Status>0</Status>
    17291729                                                </Variables>
    17301730                                        </Block_Properties>
     
    17441744                        <Status>0</Status>
    17451745                </Parameters>
     1746                <Parameters>
     1747                        <Desc>M</Desc>
     1748                        <Index>0</Index>
     1749                        <Values>93.128</Values>
     1750                        <Status>0</Status>
     1751                        <Unit>kg/kmol</Unit>
     1752                        <Index>1</Index>
     1753                        <Values>78.1134</Values>
     1754                        <Status>0</Status>
     1755                        <Unit>kg/kmol</Unit>
     1756                </Parameters>
     1757                <Parameters>
     1758                        <Desc>ValidPhases</Desc>
     1759                        <Index>0</Index>
     1760                        <Values>Vapour-Liquid</Values>
     1761                        <Status>0</Status>
     1762                </Parameters>
    17461763                <Variables>
    1747                         <Desc>hl</Desc>
    1748                         <Index>0</Index>
    1749                         <Values>-33924</Values>
    1750                         <Status>0</Status>
    1751                         <Unit>kJ/kmol</Unit>
     1764                        <Desc>MolarComposition</Desc>
     1765                        <Index>0</Index>
     1766                        <Values>0</Values>
     1767                        <Status>1</Status>
     1768                        <Index>1</Index>
     1769                        <Values>1</Values>
     1770                        <Status>1</Status>
    17521771                </Variables>
    17531772                <Variables>
    1754                         <Desc>hv</Desc>
    1755                         <Index>0</Index>
    1756                         <Values>-2450.57</Values>
    1757                         <Status>0</Status>
    1758                         <Unit>kJ/kmol</Unit>
     1773                        <Desc>F</Desc>
     1774                        <Index>0</Index>
     1775                        <Values>58.0694</Values>
     1776                        <Status>1</Status>
     1777                        <Unit>kmol/h</Unit>
    17591778                </Variables>
    17601779                <Variables>
    1761                         <Desc>s</Desc>
    1762                         <Index>0</Index>
    1763                         <Values>-192.946</Values>
    1764                         <Status>0</Status>
    1765                         <Unit>kJ/kmol/K</Unit>
     1780                        <Desc>T</Desc>
     1781                        <Index>0</Index>
     1782                        <Values>288.71</Values>
     1783                        <Status>1</Status>
     1784                        <Unit>K</Unit>
    17661785                </Variables>
    17671786                <Variables>
    1768                         <Desc>sl</Desc>
    1769                         <Index>0</Index>
    1770                         <Values>-192.946</Values>
    1771                         <Status>0</Status>
    1772                         <Unit>kJ/kmol/K</Unit>
     1787                        <Desc>T_Cdeg</Desc>
     1788                        <Index>0</Index>
     1789                        <Values>15.56</Values>
     1790                        <Status>0</Status>
     1791                        <Unit>K</Unit>
    17731792                </Variables>
    17741793                <Variables>
    1775                         <Desc>sv</Desc>
    1776                         <Index>0</Index>
    1777                         <Values>-114.132</Values>
    1778                         <Status>0</Status>
    1779                         <Unit>kJ/kmol/K</Unit>
     1794                        <Desc>P</Desc>
     1795                        <Index>0</Index>
     1796                        <Values>4.08275</Values>
     1797                        <Status>1</Status>
     1798                        <Unit>atm</Unit>
    17801799                </Variables>
    17811800        </Block_Properties>
     
    18171836                                                        <Index>0</Index>
    18181837                                                        <Values>47.2038</Values>
    1819                                                         <Status>1</Status>
     1838                                                        <Status>0</Status>
    18201839                                                        <Unit>kmol/h</Unit>
    18211840                                                </Variables>
     
    18241843                                                        <Index>0</Index>
    18251844                                                        <Values>338.71</Values>
    1826                                                         <Status>1</Status>
     1845                                                        <Status>0</Status>
    18271846                                                        <Unit>K</Unit>
    18281847                                                </Variables>
     
    18301849                                                        <Desc>P</Desc>
    18311850                                                        <Index>0</Index>
    1832                                                         <Values>413.685</Values>
    1833                                                         <Status>1</Status>
    1834                                                         <Unit>kPa</Unit>
     1851                                                        <Values>4.08275</Values>
     1852                                                        <Status>0</Status>
     1853                                                        <Unit>atm</Unit>
    18351854                                                </Variables>
    18361855                                                <Variables>
     
    18511870                                                        <Index>0</Index>
    18521871                                                        <Values>1</Values>
    1853                                                         <Status>1</Status>
     1872                                                        <Status>0</Status>
    18541873                                                        <Index>1</Index>
    18551874                                                        <Values>0</Values>
    1856                                                         <Status>1</Status>
     1875                                                        <Status>0</Status>
    18571876                                                </Variables>
    18581877                                        </Block_Properties>
     
    18721891                        <Status>0</Status>
    18731892                </Parameters>
     1893                <Parameters>
     1894                        <Desc>M</Desc>
     1895                        <Index>0</Index>
     1896                        <Values>93.128</Values>
     1897                        <Status>0</Status>
     1898                        <Unit>kg/kmol</Unit>
     1899                        <Index>1</Index>
     1900                        <Values>78.1134</Values>
     1901                        <Status>0</Status>
     1902                        <Unit>kg/kmol</Unit>
     1903                </Parameters>
     1904                <Parameters>
     1905                        <Desc>ValidPhases</Desc>
     1906                        <Index>0</Index>
     1907                        <Values>Vapour-Liquid</Values>
     1908                        <Status>0</Status>
     1909                </Parameters>
    18741910                <Variables>
    1875                         <Desc>hl</Desc>
    1876                         <Index>0</Index>
    1877                         <Values>-46122.3</Values>
    1878                         <Status>0</Status>
    1879                         <Unit>kJ/kmol</Unit>
     1911                        <Desc>MolarComposition</Desc>
     1912                        <Index>0</Index>
     1913                        <Values>1</Values>
     1914                        <Status>1</Status>
     1915                        <Index>1</Index>
     1916                        <Values>0</Values>
     1917                        <Status>1</Status>
    18801918                </Variables>
    18811919                <Variables>
    1882                         <Desc>hv</Desc>
    1883                         <Index>0</Index>
    1884                         <Values>1335.59</Values>
    1885                         <Status>0</Status>
    1886                         <Unit>kJ/kmol</Unit>
     1920                        <Desc>F</Desc>
     1921                        <Index>0</Index>
     1922                        <Values>47.2038</Values>
     1923                        <Status>1</Status>
     1924                        <Unit>kmol/h</Unit>
    18871925                </Variables>
    18881926                <Variables>
    1889                         <Desc>s</Desc>
    1890                         <Index>0</Index>
    1891                         <Values>-193.713</Values>
    1892                         <Status>0</Status>
    1893                         <Unit>kJ/kmol/K</Unit>
     1927                        <Desc>T</Desc>
     1928                        <Index>0</Index>
     1929                        <Values>338.71</Values>
     1930                        <Status>1</Status>
     1931                        <Unit>K</Unit>
    18941932                </Variables>
    18951933                <Variables>
    1896                         <Desc>sl</Desc>
    1897                         <Index>0</Index>
    1898                         <Values>-193.713</Values>
    1899                         <Status>0</Status>
    1900                         <Unit>kJ/kmol/K</Unit>
     1934                        <Desc>T_Cdeg</Desc>
     1935                        <Index>0</Index>
     1936                        <Values>65.56</Values>
     1937                        <Status>0</Status>
     1938                        <Unit>K</Unit>
    19011939                </Variables>
    19021940                <Variables>
    1903                         <Desc>sv</Desc>
    1904                         <Index>0</Index>
    1905                         <Values>-100.224</Values>
    1906                         <Status>0</Status>
    1907                         <Unit>kJ/kmol/K</Unit>
     1941                        <Desc>P</Desc>
     1942                        <Index>0</Index>
     1943                        <Values>4.08275</Values>
     1944                        <Status>1</Status>
     1945                        <Unit>atm</Unit>
    19081946                </Variables>
    19091947        </Block_Properties>
     
    19581996                                                        <Desc>P</Desc>
    19591997                                                        <Index>0</Index>
    1960                                                         <Values>1e-30</Values>
     1998                                                        <Values>5e+07</Values>
    19611999                                                        <Status>0</Status>
    19622000                                                        <Unit>atm</Unit>
     
    19652003                                                        <Desc>h</Desc>
    19662004                                                        <Index>0</Index>
    1967                                                         <Values>1e+09</Values>
     2005                                                        <Values>-1e+09</Values>
    19682006                                                        <Status>0</Status>
    19692007                                                        <Unit>kJ/kmol</Unit>
     
    19722010                                                        <Desc>v</Desc>
    19732011                                                        <Index>0</Index>
    1974                                                         <Values>0</Values>
     2012                                                        <Values>1</Values>
    19752013                                                        <Status>0</Status>
    19762014                                                </Variables>
     
    20392077                                                        <Desc>P</Desc>
    20402078                                                        <Index>0</Index>
    2041                                                         <Values>4.08254</Values>
     2079                                                        <Values>5e+07</Values>
    20422080                                                        <Status>0</Status>
    20432081                                                        <Unit>atm</Unit>
     
    20462084                                                        <Desc>h</Desc>
    20472085                                                        <Index>0</Index>
    2048                                                         <Values>-1e+09</Values>
     2086                                                        <Values>1e+09</Values>
    20492087                                                        <Status>0</Status>
    20502088                                                        <Unit>kJ/kmol</Unit>
  • branches/gui/sample/heat_exchangers/GuessDPincremental.rlt

    r482 r581  
    1 DoublePipe_Incremental
     1DPIncremental_diagram
    221 0
    3 DoublePipe_Incremental
     3DPIncremental_diagram
    440 0
    55
     
    99
    10100
    11 exchanger
     11DoublePipeIncr_1
    12120 1
    1313DoublePipeIncr
    14140 0
    1515
    16 28
     1629
     17NComp
     180 0
     19
     200
    1721N
    18 1 1 1 100 0
     221 1 1 70 0
    1923
    20240
    2125Npoints
    22 1 1 1 101 0
     261 1 1 71 0
    2327
    24280
    2529Qestimated
    26 1 1 1 33 0
     301 1 1 40 0
    2731
    28320
     
    1001040 0
    101105
    102 6
     1067
     107NComp
     1080 0
     109
     1100
    103111F
    1041121 1 1 58.0694 0
     
    113121
    1141220
     123h
     1241 1 1 -33924 0
     125
     1260
     127v
     1281 1 1 0 0
     129
     1300
    115131z
    1161321 2 1 0 1 1 0
    117133
    1181340
     135
     1360
     137InletOuter
     1380 1
     139stream
     1400 0
     141
     1427
     143NComp
     1440 0
     145
     1460
     147F
     1481 1 1 47.2038 0
     149
     1500
     151T
     1521 1 1 338.71 0
     153
     1540
     155P
     1561 1 1 4.08275 0
     157
     1580
    119159h
    120 1 1 1 -33924 0
     1601 1 1 -46122.3 0
    121161
    1221620
     
    125165
    1261660
    127 
    128 0
    129 InletOuter
     167z
     1681 2 1 1 1 0 0
     169
     1700
     171
     1720
     173OutletInner
     1740 1
     175streamPH
    1301760 1
    131177stream
    1321780 0
    133179
    134 6
     1807
     181NComp
     1820 0
     183
     1840
     185F
     1861 1 1 58.0694 0
     187
     1880
     189T
     1901 1 1 309.66 0
     191
     1920
     193P
     1941 1 1 4.02785 0
     195
     1960
     197h
     1981 1 1 -31444.2 0
     199
     2000
     201v
     2021 1 1 0 0
     203
     2040
     205z
     2061 2 1 0 1 1 0
     207
     2080
     209
     2102
     211x
     2121 2 1 0 1 1 0
     213
     2140
     215y
     2161 2 1 0 1 1 0
     217
     2180
     219
     2200
     221OutletOuter
     2220 1
     223streamPH
     2240 1
     225stream
     2260 0
     227
     2287
     229NComp
     2300 0
     231
     2320
    135233F
    1362341 1 1 47.2038 0
     
    1382360
    139237T
    140 1 1 1 338.71 0
    141 
    142 0
    143 P
    144 1 1 1 4.08275 0
     2381 1 1 320.88 0
     239
     2400
     241P
     2421 1 1 3.60758 0
     243
     2440
     245h
     2461 1 1 -49172.9 0
     247
     2480
     249v
     2501 1 1 0 0
    145251
    1462520
     
    149255
    1502560
    151 h
    152 1 1 1 -46122.3 0
    153 
    154 0
    155 v
    156 1 1 1 0 0
    157 
    158 0
    159 
    160 0
    161 OutletInner
    162 0 1
    163 streamPH
    164 0 1
    165 stream
    166 0 0
    167 
    168 6
    169 F
    170 1 1 1 58.0694 0
    171 
    172 0
    173 T
    174 1 1 1 306.094 0
    175 
    176 0
    177 P
    178 1 1 1 4.02783 0
    179 
    180 0
    181 z
    182 1 2 1 0 1 1 0
    183 
    184 0
    185 h
    186 1 1 1 -31878.2 0
    187 
    188 0
    189 v
    190 1 1 1 0 0
    191 
    192 0
    193 
    194 3
    195 x
    196 1 2 1 0 1 1 0
    197 
    198 0
    199 y
    200 1 2 1 0 1 1 0
    201 
    202 0
    203 s
    204 1 1 1 -186.065 0
    205 
    206 0
    207 
    208 0
    209 OutletOuter
    210 0 1
    211 streamPH
    212 0 1
    213 stream
    214 0 0
    215 
    216 6
    217 F
    218 1 1 1 47.2038 0
    219 
    220 0
    221 T
    222 1 1 1 324.051 0
    223 
    224 0
    225 P
    226 1 1 1 3.60943 0
    227 
    228 0
    229 z
    230 1 2 1 1 1 0 0
    231 
    232 0
    233 h
    234 1 1 1 -48639.1 0
    235 
    236 0
    237 v
    238 1 1 1 0 0
    239 
    240 0
    241 
    242 3
     257
     2582
    243259x
    2442601 2 1 1 1 0 0
     
    249265
    2502660
    251 s
    252 1 1 1 -201.293 0
    253 
    254 0
    255267
    2562680
     
    2602720 0
    261273
    262 5
     2746
     275N
     2760 0
     277
     2780
    263279A
    2642801 1 1 1.19205 0
     
    2662820
    267283Q
    268 1 100 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 1 0.33 0
     2841 70 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 1 0.571429 0
    269285
    2702860
    271287Qtotal
    272 1 1 1 33 0
     2881 1 1 40 0
    273289
    2742900
    275291Uc
    276 1 100 1 0.640457 1 0.641355 1 0.642252 1 0.643149 1 0.644045 1 0.64494 1 0.645835 1 0.646729 1 0.647623 1 0.648515 1 0.649407 1 0.650299 1 0.65119 1 0.65208 1 0.652969 1 0.653858 1 0.654746 1 0.655633 1 0.65652 1 0.657406 1 0.658292 1 0.659176 1 0.660061 1 0.660944 1 0.661827 1 0.662709 1 0.66359 1 0.664471 1 0.665351 1 0.66623 1 0.667109 1 0.667987 1 0.668865 1 0.669741 1 0.670617 1 0.671493 1 0.672368 1 0.673242 1 0.674115 1 0.674988 1 0.67586 1 0.676731 1 0.677602 1 0.678472 1 0.679341 1 0.68021 1 0.681077 1 0.681945 1 0.682811 1 0.683677 1 0.684542 1 0.685407 1 0.686271 1 0.687134 1 0.687996 1 0.688858 1 0.689719 1 0.69058 1 0.69144 1 0.692299 1 0.693157 1 0.694015 1 0.694872 1 0.695728 1 0.696584 1 0.697439 1 0.698293 1 0.699147 1 0.7 1 0.700852 1 0.701703 1 0.702554 1 0.703404 1 0.704254 1 0.705103 1 0.705951 1 0.706798 1 0.707645 1 0.708491 1 0.709336 1 0.710181 1 0.711025 1 0.711868 1 0.712711 1 0.713553 1 0.714394 1 0.715234 1 0.716074 1 0.716913 1 0.717752 1 0.718589 1 0.719427 1 0.720263 1 0.721099 1 0.721934 1 0.722768 1 0.723601 1 0.724434 1 0.725267 1 0.724958 0
     2921 70 1 0.629505 1 0.632289 1 0.633857 1 0.635422 1 0.636986 1 0.638548 1 0.640107 1 0.641665 1 0.643221 1 0.644775 1 0.646327 1 0.647876 1 0.649424 1 0.65097 1 0.652514 1 0.654056 1 0.655596 1 0.657134 1 0.65867 1 0.660203 1 0.661735 1 0.663265 1 0.664793 1 0.666319 1 0.667842 1 0.669364 1 0.670884 1 0.672401 1 0.673917 1 0.675431 1 0.676942 1 0.678452 1 0.679959 1 0.681464 1 0.682968 1 0.684469 1 0.685968 1 0.687466 1 0.688961 1 0.690454 1 0.691945 1 0.693434 1 0.694921 1 0.696405 1 0.697888 1 0.699369 1 0.700848 1 0.702324 1 0.703799 1 0.705271 1 0.706741 1 0.70821 1 0.709676 1 0.71114 1 0.712602 1 0.714062 1 0.71552 1 0.716975 1 0.718429 1 0.719881 1 0.72133 1 0.722778 1 0.724223 1 0.725666 1 0.727107 1 0.728546 1 0.729983 1 0.731418 1 0.732851 1 0.734283 0
    277293
    2782940
    279295Ud
    280 1 100 1 0.562462 1 0.563154 1 0.563846 1 0.564537 1 0.565227 1 0.565917 1 0.566606 1 0.567294 1 0.567981 1 0.568667 1 0.569353 1 0.570038 1 0.570723 1 0.571406 1 0.572089 1 0.572771 1 0.573452 1 0.574133 1 0.574813 1 0.575492 1 0.576171 1 0.576848 1 0.577525 1 0.578201 1 0.578877 1 0.579552 1 0.580226 1 0.580899 1 0.581571 1 0.582243 1 0.582914 1 0.583584 1 0.584254 1 0.584923 1 0.585591 1 0.586258 1 0.586925 1 0.587591 1 0.588256 1 0.58892 1 0.589584 1 0.590247 1 0.590909 1 0.591571 1 0.592232 1 0.592892 1 0.593551 1 0.59421 1 0.594867 1 0.595524 1 0.596181 1 0.596836 1 0.597491 1 0.598146 1 0.598799 1 0.599452 1 0.600104 1 0.600755 1 0.601406 1 0.602055 1 0.602704 1 0.603353 1 0.604 1 0.604647 1 0.605294 1 0.605939 1 0.606584 1 0.607228 1 0.607871 1 0.608514 1 0.609155 1 0.609797 1 0.610437 1 0.611077 1 0.611716 1 0.612354 1 0.612991 1 0.613628 1 0.614264 1 0.614899 1 0.615534 1 0.616168 1 0.616801 1 0.617434 1 0.618065 1 0.618696 1 0.619327 1 0.619956 1 0.620585 1 0.621213 1 0.621841 1 0.622467 1 0.623094 1 0.623719 1 0.624343 1 0.624967 1 0.62559 1 0.626213 1 0.626835 1 0.626745 0
     2961 70 1 0.554211 1 0.556152 1 0.557365 1 0.558575 1 0.559783 1 0.560989 1 0.562192 1 0.563393 1 0.564592 1 0.565789 1 0.566984 1 0.568176 1 0.569366 1 0.570554 1 0.57174 1 0.572923 1 0.574104 1 0.575283 1 0.57646 1 0.577635 1 0.578807 1 0.579977 1 0.581145 1 0.58231 1 0.583474 1 0.584635 1 0.585794 1 0.586951 1 0.588105 1 0.589258 1 0.590408 1 0.591556 1 0.592701 1 0.593845 1 0.594986 1 0.596125 1 0.597262 1 0.598397 1 0.599529 1 0.60066 1 0.601788 1 0.602914 1 0.604037 1 0.605159 1 0.606278 1 0.607395 1 0.60851 1 0.609623 1 0.610734 1 0.611842 1 0.612949 1 0.614053 1 0.615155 1 0.616254 1 0.617352 1 0.618447 1 0.619541 1 0.620632 1 0.621721 1 0.622807 1 0.623892 1 0.624975 1 0.626055 1 0.627133 1 0.628209 1 0.629283 1 0.630355 1 0.631425 1 0.632492 1 0.633559 0
    281297
    2822980
     
    2943100 0
    295311
    296 11
     31213
    297313As
    2983141 1 1 0.000964864 0
     
    303319
    3043200
     321N
     3220 0
     323
     3240
     325Npoints
     3260 0
     327
     3280
    305329Tlocal
    306 1 101 1 288.71 1 288.889 1 289.067 1 289.246 1 289.424 1 289.603 1 289.781 1 289.959 1 290.137 1 290.315 1 290.493 1 290.671 1 290.848 1 291.026 1 291.203 1 291.381 1 291.558 1 291.735 1 291.912 1 292.089 1 292.266 1 292.442 1 292.619 1 292.795 1 292.972 1 293.148 1 293.324 1 293.5 1 293.676 1 293.852 1 294.028 1 294.204 1 294.379 1 294.555 1 294.73 1 294.905 1 295.081 1 295.256 1 295.431 1 295.606 1 295.78 1 295.955 1 296.13 1 296.304 1 296.479 1 296.653 1 296.827 1 297.001 1 297.175 1 297.349 1 297.523 1 297.697 1 297.87 1 298.044 1 298.217 1 298.391 1 298.564 1 298.737 1 298.91 1 299.083 1 299.256 1 299.429 1 299.601 1 299.774 1 299.946 1 300.119 1 300.291 1 300.463 1 300.635 1 300.807 1 300.979 1 301.151 1 301.323 1 301.494 1 301.666 1 301.837 1 302.009 1 302.18 1 302.351 1 302.522 1 302.693 1 302.864 1 303.035 1 303.205 1 303.376 1 303.547 1 303.717 1 303.887 1 304.058 1 304.228 1 304.398 1 304.568 1 304.738 1 304.907 1 305.077 1 305.247 1 305.416 1 305.586 1 305.755 1 305.924 1 306.094 0
     3301 71 1 288.71 1 289.019 1 289.329 1 289.638 1 289.946 1 290.254 1 290.562 1 290.87 1 291.177 1 291.484 1 291.791 1 292.097 1 292.403 1 292.709 1 293.014 1 293.32 1 293.624 1 293.929 1 294.233 1 294.537 1 294.841 1 295.144 1 295.447 1 295.75 1 296.052 1 296.355 1 296.656 1 296.958 1 297.259 1 297.56 1 297.861 1 298.161 1 298.462 1 298.761 1 299.061 1 299.36 1 299.659 1 299.958 1 300.256 1 300.554 1 300.852 1 301.15 1 301.447 1 301.744 1 302.041 1 302.337 1 302.633 1 302.929 1 303.225 1 303.52 1 303.815 1 304.11 1 304.405 1 304.699 1 304.993 1 305.287 1 305.58 1 305.873 1 306.166 1 306.459 1 306.751 1 307.043 1 307.335 1 307.627 1 307.918 1 308.209 1 308.5 1 308.79 1 309.081 1 309.371 1 309.66 0
    307331
    3083320
    309333Re
    310 1 100 1 62602.2 1 62765.4 1 62928.7 1 63092.2 1 63255.7 1 63419.5 1 63583.4 1 63747.4 1 63911.5 1 64075.8 1 64240.3 1 64404.8 1 64569.5 1 64734.4 1 64899.4 1 65064.5 1 65229.8 1 65395.2 1 65560.7 1 65726.4 1 65892.3 1 66058.2 1 66224.3 1 66390.5 1 66556.9 1 66723.4 1 66890.1 1 67056.8 1 67223.8 1 67390.8 1 67558 1 67725.3 1 67892.8 1 68060.4 1 68228.1 1 68396 1 68563.9 1 68732.1 1 68900.3 1 69068.7 1 69237.3 1 69405.9 1 69574.7 1 69743.6 1 69912.7 1 70081.9 1 70251.2 1 70420.6 1 70590.2 1 70759.9 1 70929.8 1 71099.7 1 71269.8 1 71440.1 1 71610.4 1 71780.9 1 71951.6 1 72122.3 1 72293.2 1 72464.2 1 72635.3 1 72806.6 1 72978 1 73149.5 1 73321.1 1 73492.9 1 73664.8 1 73836.8 1 74009 1 74181.3 1 74353.7 1 74526.2 1 74698.9 1 74871.7 1 75044.6 1 75217.6 1 75390.8 1 75564 1 75737.4 1 75911 1 76084.6 1 76258.4 1 76432.3 1 76606.3 1 76780.5 1 76954.8 1 77129.1 1 77303.7 1 77478.3 1 77653.1 1 77827.9 1 78002.9 1 78178.1 1 78353.3 1 78528.7 1 78704.2 1 78879.8 1 79055.5 1 79231.3 1 79407.5 0
     3341 70 1 62661.9 1 62944.6 1 63227.7 1 63511.3 1 63795.3 1 64079.7 1 64364.5 1 64649.7 1 64935.4 1 65221.5 1 65507.9 1 65794.8 1 66082.2 1 66369.9 1 66658 1 66946.6 1 67235.5 1 67524.9 1 67814.6 1 68104.8 1 68395.4 1 68686.4 1 68977.7 1 69269.5 1 69561.7 1 69854.2 1 70147.2 1 70440.6 1 70734.3 1 71028.4 1 71323 1 71617.9 1 71913.2 1 72208.9 1 72505 1 72801.4 1 73098.3 1 73395.5 1 73693.1 1 73991.1 1 74289.5 1 74588.2 1 74887.4 1 75186.9 1 75486.7 1 75787 1 76087.6 1 76388.6 1 76689.9 1 76991.7 1 77293.8 1 77596.2 1 77899 1 78202.2 1 78505.8 1 78809.7 1 79114 1 79418.6 1 79723.6 1 80028.9 1 80334.6 1 80640.7 1 80947.1 1 81253.9 1 81561 1 81868.5 1 82176.3 1 82484.5 1 82793 1 83101.9 0
    311335
    3123360
    313337hcoeff
    314 1 100 1 1564.91 1 1566.75 1 1568.58 1 1570.42 1 1572.25 1 1574.09 1 1575.92 1 1577.75 1 1579.58 1 1581.41 1 1583.23 1 1585.06 1 1586.88 1 1588.7 1 1590.53 1 1592.35 1 1594.16 1 1595.98 1 1597.8 1 1599.61 1 1601.43 1 1603.24 1 1605.05 1 1606.86 1 1608.67 1 1610.48 1 1612.28 1 1614.09 1 1615.89 1 1617.69 1 1619.49 1 1621.29 1 1623.09 1 1624.89 1 1626.68 1 1628.48 1 1630.27 1 1632.06 1 1633.85 1 1635.64 1 1637.43 1 1639.22 1 1641 1 1642.79 1 1644.57 1 1646.35 1 1648.13 1 1649.91 1 1651.69 1 1653.47 1 1655.24 1 1657.02 1 1658.79 1 1660.56 1 1662.33 1 1664.1 1 1665.87 1 1667.64 1 1669.4 1 1671.17 1 1672.93 1 1674.69 1 1676.45 1 1678.21 1 1679.97 1 1681.72 1 1683.48 1 1685.23 1 1686.99 1 1688.74 1 1690.49 1 1692.24 1 1693.98 1 1695.73 1 1697.47 1 1699.22 1 1700.96 1 1702.7 1 1704.44 1 1706.18 1 1707.92 1 1709.65 1 1711.39 1 1713.12 1 1714.85 1 1716.59 1 1718.32 1 1720.04 1 1721.77 1 1723.5 1 1725.22 1 1726.95 1 1728.67 1 1730.39 1 1732.11 1 1733.83 1 1735.55 1 1737.26 1 1738.98 1 1740.69 0
     3381 70 1 1561.03 1 1564.21 1 1567.39 1 1570.56 1 1573.73 1 1576.9 1 1580.06 1 1583.22 1 1586.38 1 1589.53 1 1592.68 1 1595.82 1 1598.96 1 1602.1 1 1605.23 1 1608.36 1 1611.48 1 1614.6 1 1617.72 1 1620.83 1 1623.94 1 1627.05 1 1630.15 1 1633.25 1 1636.34 1 1639.43 1 1642.52 1 1645.6 1 1648.68 1 1651.75 1 1654.82 1 1657.89 1 1660.96 1 1664.02 1 1667.07 1 1670.12 1 1673.17 1 1676.22 1 1679.26 1 1682.29 1 1685.33 1 1688.36 1 1691.38 1 1694.41 1 1697.42 1 1700.44 1 1703.45 1 1706.46 1 1709.46 1 1712.46 1 1715.45 1 1718.44 1 1721.43 1 1724.42 1 1727.4 1 1730.37 1 1733.35 1 1736.32 1 1739.28 1 1742.24 1 1745.2 1 1748.15 1 1751.1 1 1754.05 1 1756.99 1 1759.93 1 1762.87 1 1765.8 1 1768.73 1 1771.65 0
    315339
    3163400
    317341fi
    318 1 100 1 0.0198945 1 0.0198829 1 0.0198714 1 0.01986 1 0.0198485 1 0.0198371 1 0.0198257 1 0.0198143 1 0.019803 1 0.0197917 1 0.0197804 1 0.0197692 1 0.0197579 1 0.0197468 1 0.0197356 1 0.0197245 1 0.0197134 1 0.0197023 1 0.0196912 1 0.0196802 1 0.0196692 1 0.0196582 1 0.0196473 1 0.0196364 1 0.0196255 1 0.0196147 1 0.0196038 1 0.019593 1 0.0195823 1 0.0195715 1 0.0195608 1 0.0195501 1 0.0195394 1 0.0195288 1 0.0195182 1 0.0195076 1 0.019497 1 0.0194865 1 0.019476 1 0.0194655 1 0.019455 1 0.0194446 1 0.0194342 1 0.0194238 1 0.0194135 1 0.0194031 1 0.0193928 1 0.0193825 1 0.0193723 1 0.0193621 1 0.0193518 1 0.0193417 1 0.0193315 1 0.0193214 1 0.0193113 1 0.0193012 1 0.0192911 1 0.0192811 1 0.0192711 1 0.0192611 1 0.0192511 1 0.0192412 1 0.0192313 1 0.0192214 1 0.0192115 1 0.0192017 1 0.0191918 1 0.019182 1 0.0191723 1 0.0191625 1 0.0191528 1 0.0191431 1 0.0191334 1 0.0191237 1 0.0191141 1 0.0191045 1 0.0190949 1 0.0190853 1 0.0190757 1 0.0190662 1 0.0190567 1 0.0190472 1 0.0190378 1 0.0190283 1 0.0190189 1 0.0190095 1 0.0190001 1 0.0189908 1 0.0189814 1 0.0189721 1 0.0189628 1 0.0189536 1 0.0189443 1 0.0189351 1 0.0189259 1 0.0189167 1 0.0189075 1 0.0188984 1 0.0188893 1 0.0188802 0
     3421 70 1 0.0198903 1 0.0198703 1 0.0198505 1 0.0198307 1 0.019811 1 0.0197914 1 0.0197719 1 0.0197525 1 0.0197332 1 0.0197139 1 0.0196947 1 0.0196757 1 0.0196567 1 0.0196378 1 0.0196189 1 0.0196002 1 0.0195815 1 0.0195629 1 0.0195444 1 0.019526 1 0.0195076 1 0.0194894 1 0.0194712 1 0.019453 1 0.019435 1 0.019417 1 0.0193992 1 0.0193813 1 0.0193636 1 0.0193459 1 0.0193283 1 0.0193108 1 0.0192934 1 0.019276 1 0.0192587 1 0.0192415 1 0.0192243 1 0.0192072 1 0.0191902 1 0.0191733 1 0.0191564 1 0.0191396 1 0.0191228 1 0.0191062 1 0.0190896 1 0.019073 1 0.0190565 1 0.0190401 1 0.0190238 1 0.0190075 1 0.0189913 1 0.0189752 1 0.0189591 1 0.0189431 1 0.0189271 1 0.0189112 1 0.0188954 1 0.0188796 1 0.0188639 1 0.0188482 1 0.0188327 1 0.0188171 1 0.0188017 1 0.0187863 1 0.0187709 1 0.0187556 1 0.0187404 1 0.0187252 1 0.0187101 1 0.0186951 0
    319343
    3203440
    321345Nu
    322 1 100 1 359.53 1 360.069 1 360.608 1 361.146 1 361.685 1 362.224 1 362.763 1 363.302 1 363.84 1 364.379 1 364.918 1 365.457 1 365.995 1 366.534 1 367.072 1 367.611 1 368.149 1 368.688 1 369.226 1 369.765 1 370.303 1 370.842 1 371.38 1 371.918 1 372.457 1 372.995 1 373.533 1 374.071 1 374.61 1 375.148 1 375.686 1 376.224 1 376.762 1 377.3 1 377.838 1 378.376 1 378.914 1 379.452 1 379.99 1 380.528 1 381.066 1 381.604 1 382.142 1 382.68 1 383.217 1 383.755 1 384.293 1 384.83 1 385.368 1 385.906 1 386.443 1 386.981 1 387.519 1 388.056 1 388.594 1 389.131 1 389.668 1 390.206 1 390.743 1 391.281 1 391.818 1 392.355 1 392.893 1 393.43 1 393.967 1 394.504 1 395.042 1 395.579 1 396.116 1 396.653 1 397.19 1 397.727 1 398.264 1 398.801 1 399.338 1 399.875 1 400.412 1 400.949 1 401.486 1 402.023 1 402.559 1 403.096 1 403.633 1 404.17 1 404.706 1 405.243 1 405.78 1 406.316 1 406.853 1 407.39 1 407.926 1 408.463 1 408.999 1 409.536 1 410.072 1 410.609 1 411.145 1 411.681 1 412.218 1 412.754 0
     3461 70 1 359.727 1 360.66 1 361.593 1 362.526 1 363.459 1 364.392 1 365.324 1 366.257 1 367.19 1 368.122 1 369.055 1 369.987 1 370.919 1 371.851 1 372.784 1 373.716 1 374.648 1 375.579 1 376.511 1 377.443 1 378.375 1 379.306 1 380.237 1 381.169 1 382.1 1 383.031 1 383.963 1 384.894 1 385.825 1 386.755 1 387.686 1 388.617 1 389.548 1 390.478 1 391.409 1 392.339 1 393.269 1 394.2 1 395.13 1 396.06 1 396.99 1 397.92 1 398.85 1 399.78 1 400.709 1 401.639 1 402.568 1 403.498 1 404.427 1 405.357 1 406.286 1 407.215 1 408.144 1 409.073 1 410.002 1 410.931 1 411.86 1 412.788 1 413.717 1 414.645 1 415.574 1 416.502 1 417.431 1 418.359 1 419.287 1 420.215 1 421.143 1 422.071 1 422.999 1 423.927 0
    323347
    3243480
    325349PR
    326 1 100 1 7.26604 1 7.25331 1 7.24063 1 7.228 1 7.21542 1 7.20288 1 7.1904 1 7.17797 1 7.16559 1 7.15325 1 7.14096 1 7.12872 1 7.11653 1 7.10438 1 7.09229 1 7.08024 1 7.06823 1 7.05627 1 7.04436 1 7.0325 1 7.02068 1 7.0089 1 6.99717 1 6.98549 1 6.97385 1 6.96225 1 6.9507 1 6.93919 1 6.92773 1 6.91631 1 6.90493 1 6.8936 1 6.88231 1 6.87106 1 6.85986 1 6.84869 1 6.83757 1 6.82649 1 6.81546 1 6.80446 1 6.7935 1 6.78259 1 6.77172 1 6.76089 1 6.75009 1 6.73934 1 6.72863 1 6.71796 1 6.70732 1 6.69673 1 6.68618 1 6.67566 1 6.66518 1 6.65475 1 6.64435 1 6.63399 1 6.62366 1 6.61338 1 6.60313 1 6.59292 1 6.58275 1 6.57261 1 6.56251 1 6.55245 1 6.54242 1 6.53243 1 6.52248 1 6.51256 1 6.50268 1 6.49284 1 6.48303 1 6.47325 1 6.46351 1 6.45381 1 6.44414 1 6.4345 1 6.4249 1 6.41533 1 6.4058 1 6.3963 1 6.38684 1 6.37741 1 6.36801 1 6.35865 1 6.34931 1 6.34002 1 6.33075 1 6.32152 1 6.31232 1 6.30315 1 6.29402 1 6.28491 1 6.27584 1 6.2668 1 6.2578 1 6.24882 1 6.23988 1 6.23096 1 6.22208 1 6.21322 0
     3501 70 1 7.26138 1 7.2394 1 7.21757 1 7.19588 1 7.17435 1 7.15296 1 7.13172 1 7.11061 1 7.08965 1 7.06883 1 7.04815 1 7.02761 1 7.0072 1 6.98693 1 6.9668 1 6.94679 1 6.92692 1 6.90718 1 6.88757 1 6.86808 1 6.84873 1 6.8295 1 6.81039 1 6.79141 1 6.77255 1 6.75381 1 6.7352 1 6.7167 1 6.69832 1 6.68006 1 6.66192 1 6.64389 1 6.62597 1 6.60817 1 6.59049 1 6.57291 1 6.55544 1 6.53809 1 6.52084 1 6.5037 1 6.48667 1 6.46974 1 6.45292 1 6.4362 1 6.41959 1 6.40308 1 6.38667 1 6.37036 1 6.35415 1 6.33805 1 6.32204 1 6.30612 1 6.29031 1 6.27459 1 6.25896 1 6.24343 1 6.228 1 6.21265 1 6.1974 1 6.18224 1 6.16718 1 6.1522 1 6.13731 1 6.12251 1 6.10779 1 6.09317 1 6.07863 1 6.06418 1 6.04981 1 6.03553 0
    327351
    3283520
    329353Phi
    330 1 100 1 1.03471 1 1.03464 1 1.03458 1 1.03451 1 1.03444 1 1.03438 1 1.03431 1 1.03424 1 1.03418 1 1.03411 1 1.03405 1 1.03398 1 1.03392 1 1.03385 1 1.03379 1 1.03372 1 1.03366 1 1.03359 1 1.03353 1 1.03347 1 1.0334 1 1.03334 1 1.03328 1 1.03321 1 1.03315 1 1.03309 1 1.03303 1 1.03296 1 1.0329 1 1.03284 1 1.03278 1 1.03272 1 1.03266 1 1.0326 1 1.03254 1 1.03248 1 1.03242 1 1.03235 1 1.03229 1 1.03224 1 1.03218 1 1.03212 1 1.03206 1 1.032 1 1.03194 1 1.03188 1 1.03182 1 1.03176 1 1.03171 1 1.03165 1 1.03159 1 1.03153 1 1.03147 1 1.03142 1 1.03136 1 1.0313 1 1.03125 1 1.03119 1 1.03113 1 1.03108 1 1.03102 1 1.03096 1 1.03091 1 1.03085 1 1.0308 1 1.03074 1 1.03069 1 1.03063 1 1.03058 1 1.03052 1 1.03047 1 1.03041 1 1.03036 1 1.03031 1 1.03025 1 1.0302 1 1.03015 1 1.03009 1 1.03004 1 1.02999 1 1.02993 1 1.02988 1 1.02983 1 1.02978 1 1.02972 1 1.02967 1 1.02962 1 1.02957 1 1.02952 1 1.02947 1 1.02941 1 1.02936 1 1.02931 1 1.02926 1 1.02921 1 1.02916 1 1.02911 1 1.02906 1 1.02901 1 1.02896 0
     3541 70 1 1.03168 1 1.03157 1 1.03146 1 1.03135 1 1.03124 1 1.03114 1 1.03103 1 1.03092 1 1.03082 1 1.03071 1 1.03061 1 1.03051 1 1.0304 1 1.0303 1 1.0302 1 1.0301 1 1.03 1 1.0299 1 1.0298 1 1.0297 1 1.0296 1 1.0295 1 1.02941 1 1.02931 1 1.02921 1 1.02912 1 1.02902 1 1.02893 1 1.02883 1 1.02874 1 1.02865 1 1.02855 1 1.02846 1 1.02837 1 1.02828 1 1.02819 1 1.0281 1 1.02801 1 1.02792 1 1.02783 1 1.02774 1 1.02765 1 1.02757 1 1.02748 1 1.02739 1 1.02731 1 1.02722 1 1.02713 1 1.02705 1 1.02697 1 1.02688 1 1.0268 1 1.02672 1 1.02663 1 1.02655 1 1.02647 1 1.02639 1 1.02631 1 1.02623 1 1.02615 1 1.02607 1 1.02599 1 1.02591 1 1.02583 1 1.02575 1 1.02567 1 1.0256 1 1.02552 1 1.02544 1 1.02537 0
    331355
    3323560
    333357Vmean
    334 1 100 1 1.445 1 1.44524 1 1.44548 1 1.44572 1 1.44596 1 1.44621 1 1.44645 1 1.44669 1 1.44693 1 1.44717 1 1.44742 1 1.44766 1 1.4479 1 1.44815 1 1.44839 1 1.44863 1 1.44888 1 1.44912 1 1.44936 1 1.44961 1 1.44985 1 1.45009 1 1.45034 1 1.45058 1 1.45083 1 1.45107 1 1.45131 1 1.45156 1 1.4518 1 1.45205 1 1.45229 1 1.45254 1 1.45278 1 1.45303 1 1.45327 1 1.45352 1 1.45377 1 1.45401 1 1.45426 1 1.4545 1 1.45475 1 1.455 1 1.45524 1 1.45549 1 1.45573 1 1.45598 1 1.45623 1 1.45647 1 1.45672 1 1.45697 1 1.45722 1 1.45746 1 1.45771 1 1.45796 1 1.45821 1 1.45845 1 1.4587 1 1.45895 1 1.4592 1 1.45945 1 1.4597 1 1.45994 1 1.46019 1 1.46044 1 1.46069 1 1.46094 1 1.46119 1 1.46144 1 1.46169 1 1.46194 1 1.46219 1 1.46244 1 1.46269 1 1.46294 1 1.46319 1 1.46344 1 1.46369 1 1.46394 1 1.46419 1 1.46444 1 1.46469 1 1.46494 1 1.46519 1 1.46544 1 1.46569 1 1.46595 1 1.4662 1 1.46645 1 1.4667 1 1.46695 1 1.46721 1 1.46746 1 1.46771 1 1.46796 1 1.46822 1 1.46847 1 1.46872 1 1.46897 1 1.46923 1 1.46948 0
     3581 70 1 1.44508 1 1.4455 1 1.44592 1 1.44634 1 1.44676 1 1.44718 1 1.4476 1 1.44802 1 1.44844 1 1.44886 1 1.44928 1 1.44971 1 1.45013 1 1.45055 1 1.45097 1 1.4514 1 1.45182 1 1.45224 1 1.45267 1 1.45309 1 1.45352 1 1.45394 1 1.45437 1 1.4548 1 1.45522 1 1.45565 1 1.45608 1 1.4565 1 1.45693 1 1.45736 1 1.45779 1 1.45822 1 1.45865 1 1.45908 1 1.45951 1 1.45994 1 1.46037 1 1.4608 1 1.46123 1 1.46166 1 1.46209 1 1.46252 1 1.46296 1 1.46339 1 1.46382 1 1.46426 1 1.46469 1 1.46513 1 1.46556 1 1.466 1 1.46643 1 1.46687 1 1.46731 1 1.46774 1 1.46818 1 1.46862 1 1.46906 1 1.4695 1 1.46993 1 1.47037 1 1.47081 1 1.47125 1 1.47169 1 1.47213 1 1.47258 1 1.47302 1 1.47346 1 1.4739 1 1.47435 1 1.47479 0
    335359
    3363600
    337361Enth
    338 1 101 1 -33924 1 -33903.5 1 -33883.1 1 -33862.6 1 -33842.2 1 -33821.7 1 -33801.2 1 -33780.8 1 -33760.3 1 -33739.9 1 -33719.4 1 -33699 1 -33678.5 1 -33658 1 -33637.6 1 -33617.1 1 -33596.7 1 -33576.2 1 -33555.7 1 -33535.3 1 -33514.8 1 -33494.4 1 -33473.9 1 -33453.5 1 -33433 1 -33412.5 1 -33392.1 1 -33371.6 1 -33351.2 1 -33330.7 1 -33310.2 1 -33289.8 1 -33269.3 1 -33248.9 1 -33228.4 1 -33208 1 -33187.5 1 -33167 1 -33146.6 1 -33126.1 1 -33105.7 1 -33085.2 1 -33064.7 1 -33044.3 1 -33023.8 1 -33003.4 1 -32982.9 1 -32962.5 1 -32942 1 -32921.5 1 -32901.1 1 -32880.6 1 -32860.2 1 -32839.7 1 -32819.2 1 -32798.8 1 -32778.3 1 -32757.9 1 -32737.4 1 -32717 1 -32696.5 1 -32676 1 -32655.6 1 -32635.1 1 -32614.7 1 -32594.2 1 -32573.7 1 -32553.3 1 -32532.8 1 -32512.4 1 -32491.9 1 -32471.5 1 -32451 1 -32430.5 1 -32410.1 1 -32389.6 1 -32369.2 1 -32348.7 1 -32328.2 1 -32307.8 1 -32287.3 1 -32266.9 1 -32246.4 1 -32226 1 -32205.5 1 -32185 1 -32164.6 1 -32144.1 1 -32123.7 1 -32103.2 1 -32082.7 1 -32062.3 1 -32041.8 1 -32021.4 1 -32000.9 1 -31980.5 1 -31960 1 -31939.5 1 -31919.1 1 -31898.6 1 -31878.2 0
     3621 71 1 -33924 1 -33888.6 1 -33853.1 1 -33817.7 1 -33782.3 1 -33746.9 1 -33711.4 1 -33676 1 -33640.6 1 -33605.2 1 -33569.7 1 -33534.3 1 -33498.9 1 -33463.5 1 -33428 1 -33392.6 1 -33357.2 1 -33321.8 1 -33286.3 1 -33250.9 1 -33215.5 1 -33180.1 1 -33144.6 1 -33109.2 1 -33073.8 1 -33038.4 1 -33002.9 1 -32967.5 1 -32932.1 1 -32896.6 1 -32861.2 1 -32825.8 1 -32790.4 1 -32754.9 1 -32719.5 1 -32684.1 1 -32648.7 1 -32613.2 1 -32577.8 1 -32542.4 1 -32507 1 -32471.5 1 -32436.1 1 -32400.7 1 -32365.3 1 -32329.8 1 -32294.4 1 -32259 1 -32223.6 1 -32188.1 1 -32152.7 1 -32117.3 1 -32081.9 1 -32046.4 1 -32011 1 -31975.6 1 -31940.2 1 -31904.7 1 -31869.3 1 -31833.9 1 -31798.5 1 -31763 1 -31727.6 1 -31692.2 1 -31656.8 1 -31621.3 1 -31585.9 1 -31550.5 1 -31515.1 1 -31479.6 1 -31444.2 0
    339363
    3403640
     
    3463700 0
    347371
    348 12
     37214
    349373Dh
    3503741 1 1 0.03505 0
    351375
    3523760
     377N
     3780 0
     379
     3800
     381Npoints
     3820 0
     383
     3840
    353385Plocal
    354 1 101 1 413.685 1 413.628 1 413.572 1 413.515 1 413.458 1 413.402 1 413.345 1 413.289 1 413.232 1 413.176 1 413.119 1 413.063 1 413.006 1 412.95 1 412.894 1 412.837 1 412.781 1 412.725 1 412.668 1 412.612 1 412.556 1 412.5 1 412.444 1 412.387 1 412.331 1 412.275 1 412.219 1 412.163 1 412.107 1 412.051 1 411.995 1 411.939 1 411.883 1 411.827 1 411.771 1 411.715 1 411.659 1 411.604 1 411.548 1 411.492 1 411.436 1 411.38 1 411.325 1 411.269 1 411.213 1 411.157 1 411.102 1 411.046 1 410.99 1 410.935 1 410.879 1 410.824 1 410.768 1 410.712 1 410.657 1 410.601 1 410.546 1 410.49 1 410.435 1 410.38 1 410.324 1 410.269 1 410.213 1 410.158 1 410.103 1 410.047 1 409.992 1 409.937 1 409.881 1 409.826 1 409.771 1 409.716 1 409.66 1 409.605 1 409.55 1 409.495 1 409.44 1 409.385 1 409.329 1 409.274 1 409.219 1 409.164 1 409.109 1 409.054 1 408.999 1 408.944 1 408.889 1 408.834 1 408.779 1 408.724 1 408.669 1 408.614 1 408.559 1 408.504 1 408.449 1 408.394 1 408.34 1 408.285 1 408.23 1 408.175 1 408.12 0
     3861 71 1 413.685 1 413.603 1 413.522 1 413.441 1 413.36 1 413.279 1 413.198 1 413.117 1 413.037 1 412.956 1 412.875 1 412.795 1 412.714 1 412.634 1 412.553 1 412.473 1 412.393 1 412.312 1 412.232 1 412.152 1 412.072 1 411.992 1 411.912 1 411.832 1 411.752 1 411.672 1 411.592 1 411.513 1 411.433 1 411.353 1 411.274 1 411.194 1 411.115 1 411.035 1 410.956 1 410.876 1 410.797 1 410.718 1 410.639 1 410.559 1 410.48 1 410.401 1 410.322 1 410.243 1 410.164 1 410.085 1 410.006 1 409.927 1 409.848 1 409.77 1 409.691 1 409.612 1 409.533 1 409.455 1 409.376 1 409.298 1 409.219 1 409.14 1 409.062 1 408.983 1 408.905 1 408.827 1 408.748 1 408.67 1 408.592 1 408.513 1 408.435 1 408.357 1 408.279 1 408.2 1 408.122 0
    355387
    3563880
    357389Pdrop
    358 1 1 1 6.99779 0
     3901 1 1 6.99745 0
    359391
    3603920
    361393Pd_fric
    362 1 101 1 0 1 0.0566893 1 0.113353 1 0.16999 1 0.226603 1 0.283189 1 0.339751 1 0.396287 1 0.452798 1 0.509285 1 0.565747 1 0.622184 1 0.678598 1 0.734987 1 0.791352 1 0.847693 1 0.904011 1 0.960305 1 1.01658 1 1.07282 1 1.12905 1 1.18525 1 1.24143 1 1.29759 1 1.35372 1 1.40983 1 1.46592 1 1.52199 1 1.57803 1 1.63406 1 1.69006 1 1.74604 1 1.802 1 1.85794 1 1.91386 1 1.96976 1 2.02563 1 2.08149 1 2.13733 1 2.19314 1 2.24894 1 2.30471 1 2.36047 1 2.4162 1 2.47192 1 2.52762 1 2.58329 1 2.63895 1 2.69459 1 2.75021 1 2.80581 1 2.8614 1 2.91696 1 2.97251 1 3.02804 1 3.08355 1 3.13904 1 3.19451 1 3.24997 1 3.30541 1 3.36083 1 3.41624 1 3.47162 1 3.52699 1 3.58235 1 3.63768 1 3.693 1 3.74831 1 3.80359 1 3.85886 1 3.91412 1 3.96936 1 4.02458 1 4.07979 1 4.13498 1 4.19015 1 4.24531 1 4.30046 1 4.35559 1 4.4107 1 4.4658 1 4.52089 1 4.57595 1 4.63101 1 4.68605 1 4.74108 1 4.79609 1 4.85109 1 4.90607 1 4.96104 1 5.016 1 5.07094 1 5.12587 1 5.18078 1 5.23568 1 5.29057 1 5.34545 1 5.40031 1 5.45516 1 5.51 1 5.56474 0
     3941 71 1 0 1 0.0812142 1 0.162363 1 0.243448 1 0.324469 1 0.405426 1 0.486322 1 0.567156 1 0.647929 1 0.728641 1 0.809295 1 0.889889 1 0.970425 1 1.0509 1 1.13133 1 1.21169 1 1.292 1 1.37226 1 1.45246 1 1.5326 1 1.6127 1 1.69274 1 1.77273 1 1.85267 1 1.93256 1 2.01239 1 2.09218 1 2.17192 1 2.25161 1 2.33126 1 2.41086 1 2.49041 1 2.56991 1 2.64937 1 2.72879 1 2.80816 1 2.88748 1 2.96677 1 3.04601 1 3.12521 1 3.20436 1 3.28348 1 3.36256 1 3.4416 1 3.52059 1 3.59955 1 3.67847 1 3.75735 1 3.8362 1 3.91501 1 3.99378 1 4.07251 1 4.15121 1 4.22988 1 4.30851 1 4.38711 1 4.46567 1 4.54421 1 4.6227 1 4.70117 1 4.77961 1 4.85801 1 4.93638 1 5.01473 1 5.09304 1 5.17133 1 5.24958 1 5.32781 1 5.40601 1 5.48418 1 5.56232 0
    363395
    3643960
    365397fi
    366 1 100 1 0.00605291 1 0.00605012 1 0.00604734 1 0.00604457 1 0.0060418 1 0.00603905 1 0.00603629 1 0.00603355 1 0.00603082 1 0.00602809 1 0.00602537 1 0.00602266 1 0.00601995 1 0.00601725 1 0.00601457 1 0.00601188 1 0.00600921 1 0.00600654 1 0.00600388 1 0.00600123 1 0.00599858 1 0.00599594 1 0.00599331 1 0.00599069 1 0.00598807 1 0.00598546 1 0.00598286 1 0.00598026 1 0.00597768 1 0.00597509 1 0.00597252 1 0.00596995 1 0.00596739 1 0.00596484 1 0.00596229 1 0.00595975 1 0.00595722 1 0.00595469 1 0.00595217 1 0.00594966 1 0.00594715 1 0.00594465 1 0.00594216 1 0.00593968 1 0.0059372 1 0.00593472 1 0.00593226 1 0.0059298 1 0.00592734 1 0.0059249 1 0.00592246 1 0.00592002 1 0.00591759 1 0.00591517 1 0.00591276 1 0.00591035 1 0.00590795 1 0.00590555 1 0.00590316 1 0.00590078 1 0.0058984 1 0.00589603 1 0.00589366 1 0.00589131 1 0.00588895 1 0.00588661 1 0.00588427 1 0.00588193 1 0.0058796 1 0.00587728 1 0.00587496 1 0.00587265 1 0.00587035 1 0.00586805 1 0.00586576 1 0.00586347 1 0.00586119 1 0.00585891 1 0.00585664 1 0.00585438 1 0.00585212 1 0.00584987 1 0.00584762 1 0.00584538 1 0.00584314 1 0.00584091 1 0.00583869 1 0.00583647 1 0.00583426 1 0.00583205 1 0.00582984 1 0.00582765 1 0.00582546 1 0.00582327 1 0.00582109 1 0.00581892 1 0.00581675 1 0.00581458 1 0.00581242 1 0.00581017 0
     3981 70 1 0.00605189 1 0.00604707 1 0.00604228 1 0.0060375 1 0.00603275 1 0.00602803 1 0.00602332 1 0.00601864 1 0.00601398 1 0.00600934 1 0.00600473 1 0.00600013 1 0.00599556 1 0.00599101 1 0.00598649 1 0.00598198 1 0.00597749 1 0.00597303 1 0.00596858 1 0.00596416 1 0.00595976 1 0.00595538 1 0.00595102 1 0.00594667 1 0.00594235 1 0.00593805 1 0.00593377 1 0.00592951 1 0.00592527 1 0.00592104 1 0.00591684 1 0.00591265 1 0.00590849 1 0.00590434 1 0.00590021 1 0.0058961 1 0.00589201 1 0.00588794 1 0.00588388 1 0.00587984 1 0.00587582 1 0.00587182 1 0.00586784 1 0.00586387 1 0.00585993 1 0.00585599 1 0.00585208 1 0.00584818 1 0.0058443 1 0.00584044 1 0.00583659 1 0.00583276 1 0.00582895 1 0.00582515 1 0.00582137 1 0.00581761 1 0.00581386 1 0.00581013 1 0.00580641 1 0.00580271 1 0.00579903 1 0.00579536 1 0.00579171 1 0.00578807 1 0.00578445 1 0.00578084 1 0.00577725 1 0.00577367 1 0.00577011 1 0.00576656 0
    367399
    3684000
    369401Re
    370 1 100 1 62602.2 1 62765.4 1 62928.7 1 63092.2 1 63255.7 1 63419.5 1 63583.4 1 63747.4 1 63911.5 1 64075.8 1 64240.3 1 64404.8 1 64569.5 1 64734.4 1 64899.4 1 65064.5 1 65229.8 1 65395.2 1 65560.7 1 65726.4 1 65892.3 1 66058.2 1 66224.3 1 66390.5 1 66556.9 1 66723.4 1 66890.1 1 67056.8 1 67223.8 1 67390.8 1 67558 1 67725.3 1 67892.8 1 68060.4 1 68228.1 1 68396 1 68563.9 1 68732.1 1 68900.3 1 69068.7 1 69237.3 1 69405.9 1 69574.7 1 69743.6 1 69912.7 1 70081.9 1 70251.2 1 70420.6 1 70590.2 1 70759.9 1 70929.8 1 71099.7 1 71269.8 1 71440.1 1 71610.4 1 71780.9 1 71951.6 1 72122.3 1 72293.2 1 72464.2 1 72635.3 1 72806.6 1 72978 1 73149.5 1 73321.1 1 73492.9 1 73664.8 1 73836.8 1 74009 1 74181.3 1 74353.7 1 74526.2 1 74698.9 1 74871.7 1 75044.6 1 75217.6 1 75390.8 1 75564 1 75737.4 1 75911 1 76084.6 1 76258.4 1 76432.3 1 76606.3 1 76780.5 1 76954.8 1 77129.1 1 77303.7 1 77478.3 1 77653.1 1 77827.9 1 78002.9 1 78178.1 1 78353.3 1 78528.7 1 78704.2 1 78879.8 1 79055.5 1 79231.3 1 79407.5 0
     4021 70 1 62661.9 1 62944.6 1 63227.7 1 63511.3 1 63795.3 1 64079.7 1 64364.5 1 64649.7 1 64935.4 1 65221.5 1 65507.9 1 65794.8 1 66082.2 1 66369.9 1 66658 1 66946.6 1 67235.5 1 67524.9 1 67814.6 1 68104.8 1 68395.4 1 68686.4 1 68977.7 1 69269.5 1 69561.7 1 69854.2 1 70147.2 1 70440.6 1 70734.3 1 71028.4 1 71323 1 71617.9 1 71913.2 1 72208.9 1 72505 1 72801.4 1 73098.3 1 73395.5 1 73693.1 1 73991.1 1 74289.5 1 74588.2 1 74887.4 1 75186.9 1 75486.7 1 75787 1 76087.6 1 76388.6 1 76689.9 1 76991.7 1 77293.8 1 77596.2 1 77899 1 78202.2 1 78505.8 1 78809.7 1 79114 1 79418.6 1 79723.6 1 80028.9 1 80334.6 1 80640.7 1 80947.1 1 81253.9 1 81561 1 81868.5 1 82176.3 1 82484.5 1 82793 1 83101.9 0
    371403
    3724040
     
    3764080
    377409Pdnozzle_out
    378 1 1 1 0.563091 0
     4101 1 1 0.565161 0
    379411
    3804120
     
    3844160
    385417Vnozzle_out
    386 1 1 1 1.34556 0
     4181 1 1 1.35051 0
    387419
    3884200
     
    3924240
    393425RVsquare_out
    394 1 1 1 1608.83 0
     4261 1 1 1614.74 0
    395427
    3964280
     
    4244560 0
    425457
    426 7
     4588
     459N
     4600 0
     461
     4620
    427463Mw
    4284641 1 1 78.1134 0
     
    4304660
    431467T
    432 1 100 1 288.799 1 288.978 1 289.157 1 289.335 1 289.514 1 289.692 1 289.87 1 290.048 1 290.226 1 290.404 1 290.582 1 290.76 1 290.937 1 291.115 1 291.292 1 291.469 1 291.646 1 291.823 1 292 1 292.177 1 292.354 1 292.531 1 292.707 1 292.884 1 293.06 1 293.236 1 293.412 1 293.588 1 293.764 1 293.94 1 294.116 1 294.292 1 294.467 1 294.642 1 294.818 1 294.993 1 295.168 1 295.343 1 295.518 1 295.693 1 295.868 1 296.042 1 296.217 1 296.391 1 296.566 1 296.74 1 296.914 1 297.088 1 297.262 1 297.436 1 297.61 1 297.783 1 297.957 1 298.131 1 298.304 1 298.477 1 298.65 1 298.823 1 298.996 1 299.169 1 299.342 1 299.515 1 299.688 1 299.86 1 300.032 1 300.205 1 300.377 1 300.549 1 300.721 1 300.893 1 301.065 1 301.237 1 301.408 1 301.58 1 301.752 1 301.923 1 302.094 1 302.265 1 302.437 1 302.608 1 302.779 1 302.949 1 303.12 1 303.291 1 303.461 1 303.632 1 303.802 1 303.972 1 304.143 1 304.313 1 304.483 1 304.653 1 304.823 1 304.992 1 305.162 1 305.332 1 305.501 1 305.67 1 305.84 1 306.009 0
    433 
    434 0
    435 P
    436 1 100 1 413.657 1 413.6 1 413.543 1 413.487 1 413.43 1 413.374 1 413.317 1 413.26 1 413.204 1 413.147 1 413.091 1 413.035 1 412.978 1 412.922 1 412.865 1 412.809 1 412.753 1 412.697 1 412.64 1 412.584 1 412.528 1 412.472 1 412.415 1 412.359 1 412.303 1 412.247 1 412.191 1 412.135 1 412.079 1 412.023 1 411.967 1 411.911 1 411.855 1 411.799 1 411.743 1 411.687 1 411.631 1 411.576 1 411.52 1 411.464 1 411.408 1 411.352 1 411.297 1 411.241 1 411.185 1 411.13 1 411.074 1 411.018 1 410.963 1 410.907 1 410.851 1 410.796 1 410.74 1 410.685 1 410.629 1 410.574 1 410.518 1 410.463 1 410.407 1 410.352 1 410.296 1 410.241 1 410.186 1 410.13 1 410.075 1 410.02 1 409.964 1 409.909 1 409.854 1 409.799 1 409.743 1 409.688 1 409.633 1 409.578 1 409.522 1 409.467 1 409.412 1 409.357 1 409.302 1 409.247 1 409.192 1 409.137 1 409.082 1 409.026 1 408.971 1 408.916 1 408.861 1 408.806 1 408.751 1 408.696 1 408.642 1 408.587 1 408.532 1 408.477 1 408.422 1 408.367 1 408.312 1 408.257 1 408.202 1 408.148 0
     4681 70 1 288.865 1 289.174 1 289.483 1 289.792 1 290.1 1 290.408 1 290.716 1 291.023 1 291.331 1 291.637 1 291.944 1 292.25 1 292.556 1 292.862 1 293.167 1 293.472 1 293.777 1 294.081 1 294.385 1 294.689 1 294.992 1 295.296 1 295.599 1 295.901 1 296.203 1 296.506 1 296.807 1 297.109 1 297.41 1 297.711 1 298.011 1 298.311 1 298.611 1 298.911 1 299.211 1 299.51 1 299.809 1 300.107 1 300.405 1 300.703 1 301.001 1 301.298 1 301.596 1 301.893 1 302.189 1 302.485 1 302.781 1 303.077 1 303.373 1 303.668 1 303.963 1 304.257 1 304.552 1 304.846 1 305.14 1 305.433 1 305.727 1 306.02 1 306.313 1 306.605 1 306.897 1 307.189 1 307.481 1 307.772 1 308.064 1 308.355 1 308.645 1 308.936 1 309.226 1 309.516 0
     469
     4700
     471P
     4721 70 1 413.644 1 413.563 1 413.482 1 413.401 1 413.32 1 413.239 1 413.158 1 413.077 1 412.996 1 412.916 1 412.835 1 412.754 1 412.674 1 412.594 1 412.513 1 412.433 1 412.353 1 412.272 1 412.192 1 412.112 1 412.032 1 411.952 1 411.872 1 411.792 1 411.712 1 411.632 1 411.553 1 411.473 1 411.393 1 411.314 1 411.234 1 411.154 1 411.075 1 410.996 1 410.916 1 410.837 1 410.758 1 410.678 1 410.599 1 410.52 1 410.441 1 410.362 1 410.283 1 410.204 1 410.125 1 410.046 1 409.967 1 409.888 1 409.809 1 409.73 1 409.651 1 409.573 1 409.494 1 409.415 1 409.337 1 409.258 1 409.18 1 409.101 1 409.023 1 408.944 1 408.866 1 408.787 1 408.709 1 408.631 1 408.552 1 408.474 1 408.396 1 408.318 1 408.24 1 408.161 0
    437473
    4384740
    439475rho
    440 1 100 1 903.728 1 903.577 1 903.426 1 903.275 1 903.124 1 902.973 1 902.821 1 902.67 1 902.519 1 902.368 1 902.216 1 902.065 1 901.914 1 901.762 1 901.611 1 901.46 1 901.308 1 901.157 1 901.006 1 900.854 1 900.703 1 900.551 1 900.4 1 900.248 1 900.097 1 899.945 1 899.793 1 899.642 1 899.49 1 899.339 1 899.187 1 899.035 1 898.884 1 898.732 1 898.58 1 898.428 1 898.277 1 898.125 1 897.973 1 897.821 1 897.669 1 897.517 1 897.365 1 897.213 1 897.062 1 896.91 1 896.758 1 896.606 1 896.454 1 896.302 1 896.149 1 895.997 1 895.845 1 895.693 1 895.541 1 895.389 1 895.237 1 895.084 1 894.932 1 894.78 1 894.627 1 894.475 1 894.323 1 894.17 1 894.018 1 893.866 1 893.713 1 893.561 1 893.408 1 893.256 1 893.103 1 892.951 1 892.798 1 892.646 1 892.493 1 892.34 1 892.188 1 892.035 1 891.882 1 891.73 1 891.577 1 891.424 1 891.271 1 891.118 1 890.966 1 890.813 1 890.66 1 890.507 1 890.354 1 890.201 1 890.048 1 889.895 1 889.742 1 889.589 1 889.436 1 889.283 1 889.13 1 888.976 1 888.823 1 888.67 0
     4761 70 1 903.673 1 903.411 1 903.15 1 902.888 1 902.626 1 902.364 1 902.102 1 901.84 1 901.578 1 901.316 1 901.054 1 900.792 1 900.529 1 900.267 1 900.005 1 899.742 1 899.48 1 899.217 1 898.955 1 898.692 1 898.429 1 898.166 1 897.903 1 897.641 1 897.378 1 897.114 1 896.851 1 896.588 1 896.325 1 896.062 1 895.798 1 895.535 1 895.271 1 895.008 1 894.744 1 894.48 1 894.217 1 893.953 1 893.689 1 893.425 1 893.161 1 892.897 1 892.632 1 892.368 1 892.104 1 891.84 1 891.575 1 891.311 1 891.046 1 890.781 1 890.516 1 890.252 1 889.987 1 889.722 1 889.457 1 889.192 1 888.926 1 888.661 1 888.396 1 888.13 1 887.865 1 887.599 1 887.334 1 887.068 1 886.802 1 886.536 1 886.27 1 886.004 1 885.738 1 885.472 0
    441477
    4424780
    443479Mu
    444 1 100 1 0.731143 1 0.729243 1 0.72735 1 0.725466 1 0.72359 1 0.721722 1 0.719862 1 0.71801 1 0.716165 1 0.714329 1 0.712501 1 0.71068 1 0.708867 1 0.707062 1 0.705264 1 0.703474 1 0.701692 1 0.699917 1 0.69815 1 0.69639 1 0.694637 1 0.692892 1 0.691154 1 0.689424 1 0.6877 1 0.685984 1 0.684275 1 0.682573 1 0.680879 1 0.679191 1 0.67751 1 0.675836 1 0.674169 1 0.672509 1 0.670856 1 0.669209 1 0.66757 1 0.665937 1 0.664311 1 0.662691 1 0.661078 1 0.659471 1 0.657872 1 0.656278 1 0.654691 1 0.653111 1 0.651537 1 0.649969 1 0.648407 1 0.646852 1 0.645303 1 0.643761 1 0.642224 1 0.640694 1 0.63917 1 0.637651 1 0.636139 1 0.634633 1 0.633133 1 0.631639 1 0.630151 1 0.628669 1 0.627192 1 0.625722 1 0.624257 1 0.622798 1 0.621344 1 0.619897 1 0.618455 1 0.617018 1 0.615588 1 0.614163 1 0.612743 1 0.611329 1 0.609921 1 0.608517 1 0.60712 1 0.605728 1 0.604341 1 0.602959 1 0.601583 1 0.600212 1 0.598846 1 0.597486 1 0.596131 1 0.594781 1 0.593436 1 0.592096 1 0.590762 1 0.589432 1 0.588108 1 0.586788 1 0.585474 1 0.584164 1 0.58286 1 0.58156 1 0.580266 1 0.578976 1 0.577691 1 0.576409 0
     4801 70 1 0.730448 1 0.727167 1 0.723911 1 0.720679 1 0.717471 1 0.714286 1 0.711125 1 0.707988 1 0.704873 1 0.701782 1 0.698713 1 0.695666 1 0.692641 1 0.689638 1 0.686657 1 0.683698 1 0.680759 1 0.677842 1 0.674946 1 0.67207 1 0.669215 1 0.66638 1 0.663565 1 0.66077 1 0.657995 1 0.655239 1 0.652502 1 0.649785 1 0.647087 1 0.644407 1 0.641746 1 0.639103 1 0.636479 1 0.633872 1 0.631284 1 0.628713 1 0.62616 1 0.623624 1 0.621106 1 0.618604 1 0.61612 1 0.613652 1 0.611201 1 0.608766 1 0.606348 1 0.603946 1 0.60156 1 0.599189 1 0.596835 1 0.594496 1 0.592172 1 0.589864 1 0.587571 1 0.585293 1 0.58303 1 0.580782 1 0.578548 1 0.576329 1 0.574124 1 0.571933 1 0.569757 1 0.567594 1 0.565446 1 0.563311 1 0.56119 1 0.559082 1 0.556988 1 0.554907 1 0.552839 1 0.550784 0
    445481
    4464820
    447483Cp
    448 1 100 1 114.458 1 114.525 1 114.593 1 114.66 1 114.728 1 114.795 1 114.863 1 114.93 1 114.997 1 115.064 1 115.132 1 115.199 1 115.266 1 115.333 1 115.4 1 115.467 1 115.534 1 115.601 1 115.668 1 115.735 1 115.801 1 115.868 1 115.935 1 116.002 1 116.068 1 116.135 1 116.201 1 116.268 1 116.334 1 116.401 1 116.467 1 116.534 1 116.6 1 116.666 1 116.732 1 116.799 1 116.865 1 116.931 1 116.997 1 117.063 1 117.129 1 117.195 1 117.261 1 117.327 1 117.393 1 117.458 1 117.524 1 117.59 1 117.656 1 117.721 1 117.787 1 117.852 1 117.918 1 117.983 1 118.049 1 118.114 1 118.18 1 118.245 1 118.31 1 118.376 1 118.441 1 118.506 1 118.571 1 118.636 1 118.701 1 118.766 1 118.832 1 118.896 1 118.961 1 119.026 1 119.091 1 119.156 1 119.221 1 119.286 1 119.35 1 119.415 1 119.48 1 119.544 1 119.609 1 119.673 1 119.738 1 119.802 1 119.867 1 119.931 1 119.996 1 120.06 1 120.124 1 120.188 1 120.253 1 120.317 1 120.381 1 120.445 1 120.509 1 120.573 1 120.637 1 120.701 1 120.765 1 120.829 1 120.893 1 120.957 0
     4841 70 1 114.482 1 114.599 1 114.716 1 114.833 1 114.949 1 115.066 1 115.182 1 115.299 1 115.415 1 115.531 1 115.646 1 115.762 1 115.878 1 115.993 1 116.109 1 116.224 1 116.339 1 116.454 1 116.569 1 116.684 1 116.798 1 116.913 1 117.027 1 117.142 1 117.256 1 117.37 1 117.484 1 117.598 1 117.711 1 117.825 1 117.938 1 118.052 1 118.165 1 118.278 1 118.391 1 118.504 1 118.617 1 118.73 1 118.842 1 118.955 1 119.067 1 119.179 1 119.291 1 119.403 1 119.515 1 119.627 1 119.739 1 119.85 1 119.962 1 120.073 1 120.185 1 120.296 1 120.407 1 120.518 1 120.629 1 120.74 1 120.85 1 120.961 1 121.071 1 121.182 1 121.292 1 121.402 1 121.512 1 121.622 1 121.732 1 121.842 1 121.952 1 122.061 1 122.171 1 122.28 0
    449485
    4504860
    451487K
    452 1 100 1 0.147443 1 0.147405 1 0.147367 1 0.147328 1 0.14729 1 0.147252 1 0.147214 1 0.147176 1 0.147137 1 0.147099 1 0.147061 1 0.147023 1 0.146985 1 0.146946 1 0.146908 1 0.14687 1 0.146832 1 0.146794 1 0.146755 1 0.146717 1 0.146679 1 0.146641 1 0.146602 1 0.146564 1 0.146526 1 0.146488 1 0.14645 1 0.146411 1 0.146373 1 0.146335 1 0.146297 1 0.146258 1 0.14622 1 0.146182 1 0.146144 1 0.146105 1 0.146067 1 0.146029 1 0.145991 1 0.145952 1 0.145914 1 0.145876 1 0.145838 1 0.145799 1 0.145761 1 0.145723 1 0.145685 1 0.145646 1 0.145608 1 0.14557 1 0.145532 1 0.145493 1 0.145455 1 0.145417 1 0.145378 1 0.14534 1 0.145302 1 0.145264 1 0.145225 1 0.145187 1 0.145149 1 0.145111 1 0.145072 1 0.145034 1 0.144996 1 0.144957 1 0.144919 1 0.144881 1 0.144843 1 0.144804 1 0.144766 1 0.144728 1 0.144689 1 0.144651 1 0.144613 1 0.144574 1 0.144536 1 0.144498 1 0.14446 1 0.144421 1 0.144383 1 0.144345 1 0.144306 1 0.144268 1 0.14423 1 0.144191 1 0.144153 1 0.144115 1 0.144076 1 0.144038 1 0.144 1 0.143961 1 0.143923 1 0.143885 1 0.143846 1 0.143808 1 0.14377 1 0.143731 1 0.143693 1 0.143655 0
     4881 70 1 0.147429 1 0.147363 1 0.147297 1 0.147231 1 0.147164 1 0.147098 1 0.147032 1 0.146966 1 0.1469 1 0.146834 1 0.146768 1 0.146701 1 0.146635 1 0.146569 1 0.146503 1 0.146437 1 0.14637 1 0.146304 1 0.146238 1 0.146172 1 0.146106 1 0.146039 1 0.145973 1 0.145907 1 0.145841 1 0.145774 1 0.145708 1 0.145642 1 0.145576 1 0.145509 1 0.145443 1 0.145377 1 0.145311 1 0.145244 1 0.145178 1 0.145112 1 0.145045 1 0.144979 1 0.144913 1 0.144847 1 0.14478 1 0.144714 1 0.144648 1 0.144581 1 0.144515 1 0.144449 1 0.144382 1 0.144316 1 0.14425 1 0.144183 1 0.144117 1 0.144051 1 0.143984 1 0.143918 1 0.143851 1 0.143785 1 0.143719 1 0.143652 1 0.143586 1 0.14352 1 0.143453 1 0.143387 1 0.14332 1 0.143254 1 0.143187 1 0.143121 1 0.143055 1 0.142988 1 0.142922 1 0.142855 0
    453489
    4544900
     
    4665020
    467503rho
    468 1 1 1 888.593 0
     5041 1 1 885.339 0
    469505
    4705060
     
    4765120 0
    477513
    478 2
     5143
     515N
     5160 0
     517
     5180
    479519Mu
    480 1 100 1 0.573001 1 0.571778 1 0.570558 1 0.569343 1 0.568132 1 0.566925 1 0.565723 1 0.564525 1 0.563331 1 0.562141 1 0.560956 1 0.559774 1 0.558597 1 0.557424 1 0.556255 1 0.55509 1 0.55393 1 0.552773 1 0.55162 1 0.550472 1 0.549327 1 0.548186 1 0.54705 1 0.545917 1 0.544788 1 0.543663 1 0.542542 1 0.541425 1 0.540312 1 0.539202 1 0.538096 1 0.536995 1 0.535896 1 0.534802 1 0.533711 1 0.532625 1 0.531541 1 0.530462 1 0.529386 1 0.528314 1 0.527245 1 0.526181 1 0.525119 1 0.524062 1 0.523007 1 0.521957 1 0.52091 1 0.519866 1 0.518826 1 0.51779 1 0.516757 1 0.515727 1 0.514701 1 0.513678 1 0.512659 1 0.511643 1 0.51063 1 0.509621 1 0.508615 1 0.507613 1 0.506614 1 0.505618 1 0.504625 1 0.503636 1 0.50265 1 0.501667 1 0.500688 1 0.499711 1 0.498738 1 0.497768 1 0.496801 1 0.495838 1 0.494877 1 0.49392 1 0.492966 1 0.492014 1 0.491066 1 0.490121 1 0.48918 1 0.488241 1 0.487305 1 0.486372 1 0.485442 1 0.484515 1 0.483592 1 0.482671 1 0.481753 1 0.480838 1 0.479926 1 0.479017 1 0.478111 1 0.477207 1 0.476307 1 0.475409 1 0.474514 1 0.473623 1 0.472733 1 0.471847 1 0.470963 1 0.470082 0
     5201 70 1 0.584589 1 0.582403 1 0.580231 1 0.578073 1 0.575928 1 0.573796 1 0.571678 1 0.569572 1 0.56748 1 0.5654 1 0.563332 1 0.561278 1 0.559236 1 0.557206 1 0.555189 1 0.553183 1 0.55119 1 0.549209 1 0.54724 1 0.545282 1 0.543336 1 0.541402 1 0.539479 1 0.537568 1 0.535668 1 0.533779 1 0.531902 1 0.530035 1 0.528179 1 0.526335 1 0.524501 1 0.522677 1 0.520865 1 0.519062 1 0.517271 1 0.515489 1 0.513718 1 0.511957 1 0.510207 1 0.508466 1 0.506735 1 0.505014 1 0.503303 1 0.501602 1 0.49991 1 0.498228 1 0.496555 1 0.494892 1 0.493238 1 0.491594 1 0.489958 1 0.488332 1 0.486715 1 0.485107 1 0.483508 1 0.481917 1 0.480336 1 0.478763 1 0.477199 1 0.475643 1 0.474097 1 0.472558 1 0.471028 1 0.469506 1 0.467993 1 0.466488 1 0.464991 1 0.463502 1 0.46202 1 0.460546 0
    481521
    4825220
    483523Twall
    484 1 100 1 306.462 1 306.626 1 306.79 1 306.953 1 307.117 1 307.28 1 307.443 1 307.607 1 307.77 1 307.933 1 308.096 1 308.259 1 308.422 1 308.585 1 308.747 1 308.91 1 309.073 1 309.235 1 309.398 1 309.56 1 309.722 1 309.884 1 310.047 1 310.209 1 310.371 1 310.533 1 310.694 1 310.856 1 311.018 1 311.18 1 311.341 1 311.503 1 311.664 1 311.826 1 311.987 1 312.148 1 312.309 1 312.47 1 312.631 1 312.792 1 312.953 1 313.114 1 313.275 1 313.435 1 313.596 1 313.756 1 313.917 1 314.077 1 314.238 1 314.398 1 314.558 1 314.718 1 314.878 1 315.038 1 315.198 1 315.358 1 315.517 1 315.677 1 315.837 1 315.996 1 316.156 1 316.315 1 316.475 1 316.634 1 316.793 1 316.952 1 317.111 1 317.27 1 317.429 1 317.588 1 317.747 1 317.906 1 318.064 1 318.223 1 318.381 1 318.54 1 318.698 1 318.857 1 319.015 1 319.173 1 319.331 1 319.489 1 319.647 1 319.805 1 319.963 1 320.121 1 320.279 1 320.436 1 320.594 1 320.751 1 320.909 1 321.066 1 321.224 1 321.381 1 321.538 1 321.695 1 321.852 1 322.009 1 322.166 1 322.323 0
     5241 70 1 304.937 1 305.222 1 305.506 1 305.789 1 306.073 1 306.356 1 306.639 1 306.922 1 307.205 1 307.487 1 307.77 1 308.052 1 308.333 1 308.615 1 308.896 1 309.177 1 309.458 1 309.739 1 310.019 1 310.3 1 310.58 1 310.86 1 311.139 1 311.419 1 311.698 1 311.977 1 312.256 1 312.534 1 312.812 1 313.091 1 313.369 1 313.646 1 313.924 1 314.201 1 314.478 1 314.755 1 315.032 1 315.308 1 315.585 1 315.861 1 316.136 1 316.412 1 316.688 1 316.963 1 317.238 1 317.513 1 317.787 1 318.062 1 318.336 1 318.61 1 318.884 1 319.158 1 319.431 1 319.704 1 319.977 1 320.25 1 320.523 1 320.795 1 321.068 1 321.34 1 321.612 1 321.883 1 322.155 1 322.426 1 322.697 1 322.968 1 323.239 1 323.509 1 323.78 1 324.05 0
    485525
    4865260
     
    5025420 0
    503543
    504 11
     54413
    505545As
    5065461 1 1 0.000768735 0
     
    511551
    5125520
     553N
     5540 0
     555
     5560
     557Npoints
     5580 0
     559
     5600
    513561Tlocal
    514 1 101 1 324.051 1 324.199 1 324.348 1 324.497 1 324.645 1 324.794 1 324.942 1 325.091 1 325.239 1 325.387 1 325.536 1 325.684 1 325.832 1 325.98 1 326.129 1 326.277 1 326.425 1 326.573 1 326.721 1 326.869 1 327.016 1 327.164 1 327.312 1 327.46 1 327.608 1 327.755 1 327.903 1 328.05 1 328.198 1 328.345 1 328.493 1 328.64 1 328.788 1 328.935 1 329.082 1 329.229 1 329.377 1 329.524 1 329.671 1 329.818 1 329.965 1 330.112 1 330.259 1 330.406 1 330.553 1 330.699 1 330.846 1 330.993 1 331.14 1 331.286 1 331.433 1 331.579 1 331.726 1 331.872 1 332.019 1 332.165 1 332.311 1 332.458 1 332.604 1 332.75 1 332.896 1 333.043 1 333.189 1 333.335 1 333.481 1 333.627 1 333.773 1 333.918 1 334.064 1 334.21 1 334.356 1 334.502 1 334.647 1 334.793 1 334.938 1 335.084 1 335.23 1 335.375 1 335.52 1 335.666 1 335.811 1 335.956 1 336.102 1 336.247 1 336.392 1 336.537 1 336.682 1 336.827 1 336.972 1 337.117 1 337.262 1 337.407 1 337.552 1 337.697 1 337.842 1 337.986 1 338.131 1 338.276 1 338.42 1 338.565 1 338.71 0
     5621 71 1 320.88 1 321.139 1 321.398 1 321.657 1 321.916 1 322.175 1 322.433 1 322.692 1 322.95 1 323.208 1 323.466 1 323.724 1 323.982 1 324.239 1 324.497 1 324.754 1 325.011 1 325.268 1 325.525 1 325.782 1 326.039 1 326.295 1 326.552 1 326.808 1 327.064 1 327.32 1 327.576 1 327.832 1 328.087 1 328.343 1 328.598 1 328.853 1 329.109 1 329.364 1 329.618 1 329.873 1 330.128 1 330.382 1 330.637 1 330.891 1 331.145 1 331.399 1 331.653 1 331.906 1 332.16 1 332.413 1 332.667 1 332.92 1 333.173 1 333.426 1 333.679 1 333.931 1 334.184 1 334.437 1 334.689 1 334.941 1 335.193 1 335.445 1 335.697 1 335.949 1 336.2 1 336.452 1 336.703 1 336.954 1 337.205 1 337.456 1 337.707 1 337.958 1 338.209 1 338.459 1 338.71 0
    515563
    5165640
    517565Re
    518 1 100 1 18775.7 1 18840.4 1 18905.2 1 18970 1 19035 1 19100 1 19165.2 1 19230.4 1 19295.8 1 19361.2 1 19426.7 1 19492.4 1 19558.1 1 19623.9 1 19689.8 1 19755.8 1 19821.9 1 19888.1 1 19954.4 1 20020.8 1 20087.2 1 20153.8 1 20220.4 1 20287.2 1 20354 1 20421 1 20488 1 20555.1 1 20622.3 1 20689.6 1 20757 1 20824.5 1 20892 1 20959.7 1 21027.4 1 21095.3 1 21163.2 1 21231.2 1 21299.3 1 21367.5 1 21435.8 1 21504.1 1 21572.6 1 21641.1 1 21709.8 1 21778.5 1 21847.3 1 21916.2 1 21985.2 1 22054.2 1 22123.4 1 22192.6 1 22261.9 1 22331.3 1 22400.8 1 22470.4 1 22540.1 1 22609.8 1 22679.7 1 22749.6 1 22819.6 1 22889.6 1 22959.8 1 23030.1 1 23100.4 1 23170.8 1 23241.3 1 23311.9 1 23382.5 1 23453.3 1 23524.1 1 23595 1 23666 1 23737 1 23808.2 1 23879.4 1 23950.7 1 24022.1 1 24093.5 1 24165.1 1 24236.7 1 24308.4 1 24380.2 1 24452 1 24524 1 24596 1 24668.1 1 24740.2 1 24812.5 1 24884.8 1 24957.2 1 25029.6 1 25102.2 1 25174.8 1 25247.5 1 25320.3 1 25393.1 1 25466.1 1 25539.1 1 25612.3 0
     5661 70 1 17447.8 1 17556.3 1 17665.1 1 17774.2 1 17883.6 1 17993.2 1 18103.2 1 18213.5 1 18324.1 1 18435 1 18546.2 1 18657.7 1 18769.4 1 18881.5 1 18993.8 1 19106.5 1 19219.4 1 19332.6 1 19446.1 1 19559.9 1 19673.9 1 19788.3 1 19902.9 1 20017.8 1 20133 1 20248.5 1 20364.2 1 20480.2 1 20596.5 1 20713.1 1 20829.9 1 20947 1 21064.4 1 21182 1 21300 1 21418.1 1 21536.6 1 21655.3 1 21774.2 1 21893.5 1 22012.9 1 22132.7 1 22252.7 1 22372.9 1 22493.4 1 22614.2 1 22735.2 1 22856.5 1 22978 1 23099.8 1 23221.8 1 23344 1 23466.5 1 23589.3 1 23712.3 1 23835.5 1 23959 1 24082.7 1 24206.6 1 24330.8 1 24455.2 1 24579.8 1 24704.7 1 24829.8 1 24955.2 1 25080.7 1 25206.5 1 25332.6 1 25458.9 1 25585.5 0
    519567
    5205680
    521569hcoeff
    522 1 100 1 1380.38 1 1382.83 1 1385.28 1 1387.73 1 1390.18 1 1392.63 1 1395.08 1 1397.52 1 1399.97 1 1402.41 1 1404.86 1 1407.3 1 1409.75 1 1412.19 1 1414.63 1 1417.07 1 1419.51 1 1421.95 1 1424.38 1 1426.82 1 1429.26 1 1431.69 1 1434.12 1 1436.56 1 1438.99 1 1441.42 1 1443.85 1 1446.28 1 1448.71 1 1451.14 1 1453.56 1 1455.99 1 1458.41 1 1460.84 1 1463.26 1 1465.68 1 1468.1 1 1470.52 1 1472.94 1 1475.36 1 1477.77 1 1480.19 1 1482.6 1 1485.01 1 1487.43 1 1489.84 1 1492.25 1 1494.66 1 1497.07 1 1499.47 1 1501.88 1 1504.28 1 1506.69 1 1509.09 1 1511.49 1 1513.89 1 1516.29 1 1518.69 1 1521.09 1 1523.49 1 1525.88 1 1528.28 1 1530.67 1 1533.06 1 1535.45 1 1537.84 1 1540.23 1 1542.62 1 1545 1 1547.39 1 1549.77 1 1552.16 1 1554.54 1 1556.92 1 1559.3 1 1561.68 1 1564.05 1 1566.43 1 1568.8 1 1571.18 1 1573.55 1 1575.92 1 1578.29 1 1580.66 1 1583.03 1 1585.39 1 1587.76 1 1590.12 1 1592.48 1 1594.84 1 1597.2 1 1599.56 1 1601.92 1 1604.28 1 1606.63 1 1608.99 1 1611.34 1 1613.69 1 1616.04 1 1618.39 0
     5701 70 1 1339.34 1 1343.61 1 1347.87 1 1352.12 1 1356.38 1 1360.63 1 1364.88 1 1369.13 1 1373.38 1 1377.62 1 1381.87 1 1386.1 1 1390.34 1 1394.58 1 1398.81 1 1403.04 1 1407.27 1 1411.49 1 1415.71 1 1419.93 1 1424.15 1 1428.36 1 1432.58 1 1436.79 1 1440.99 1 1445.2 1 1449.4 1 1453.59 1 1457.79 1 1461.98 1 1466.17 1 1470.36 1 1474.54 1 1478.72 1 1482.9 1 1487.07 1 1491.24 1 1495.41 1 1499.57 1 1503.74 1 1507.89 1 1512.05 1 1516.2 1 1520.35 1 1524.5 1 1528.64 1 1532.78 1 1536.91 1 1541.05 1 1545.17 1 1549.3 1 1553.42 1 1557.54 1 1561.66 1 1565.77 1 1569.88 1 1573.98 1 1578.08 1 1582.18 1 1586.27 1 1590.36 1 1594.45 1 1598.53 1 1602.61 1 1606.69 1 1610.76 1 1614.83 1 1618.89 1 1622.95 1 1627.01 0
    523571
    5245720
    525573fi
    526 1 100 1 0.0265432 1 0.0265197 1 0.0264963 1 0.026473 1 0.0264497 1 0.0264265 1 0.0264034 1 0.0263804 1 0.0263574 1 0.0263346 1 0.0263117 1 0.026289 1 0.0262663 1 0.0262437 1 0.0262212 1 0.0261988 1 0.0261764 1 0.0261541 1 0.0261319 1 0.0261097 1 0.0260876 1 0.0260656 1 0.0260436 1 0.0260218 1 0.0259999 1 0.0259782 1 0.0259565 1 0.0259349 1 0.0259134 1 0.0258919 1 0.0258705 1 0.0258492 1 0.0258279 1 0.0258067 1 0.0257856 1 0.0257645 1 0.0257435 1 0.0257225 1 0.0257017 1 0.0256809 1 0.0256601 1 0.0256394 1 0.0256188 1 0.0255983 1 0.0255778 1 0.0255574 1 0.025537 1 0.0255167 1 0.0254965 1 0.0254763 1 0.0254562 1 0.0254361 1 0.0254161 1 0.0253962 1 0.0253764 1 0.0253565 1 0.0253368 1 0.0253171 1 0.0252975 1 0.0252779 1 0.0252584 1 0.025239 1 0.0252196 1 0.0252002 1 0.025181 1 0.0251618 1 0.0251426 1 0.0251235 1 0.0251045 1 0.0250855 1 0.0250666 1 0.0250477 1 0.0250289 1 0.0250101 1 0.0249914 1 0.0249728 1 0.0249542 1 0.0249356 1 0.0249172 1 0.0248987 1 0.0248804 1 0.0248621 1 0.0248438 1 0.0248256 1 0.0248074 1 0.0247893 1 0.0247713 1 0.0247533 1 0.0247354 1 0.0247175 1 0.0246996 1 0.0246818 1 0.0246641 1 0.0246464 1 0.0246288 1 0.0246112 1 0.0245937 1 0.0245762 1 0.0245588 1 0.0245414 0
     5741 70 1 0.0270519 1 0.0270083 1 0.026965 1 0.026922 1 0.0268792 1 0.0268367 1 0.0267943 1 0.0267523 1 0.0267105 1 0.0266689 1 0.0266275 1 0.0265864 1 0.0265455 1 0.0265049 1 0.0264645 1 0.0264243 1 0.0263843 1 0.0263446 1 0.026305 1 0.0262657 1 0.0262266 1 0.0261878 1 0.0261491 1 0.0261107 1 0.0260725 1 0.0260344 1 0.0259966 1 0.025959 1 0.0259216 1 0.0258844 1 0.0258474 1 0.0258107 1 0.0257741 1 0.0257377 1 0.0257015 1 0.0256655 1 0.0256297 1 0.0255941 1 0.0255586 1 0.0255234 1 0.0254884 1 0.0254535 1 0.0254188 1 0.0253843 1 0.02535 1 0.0253159 1 0.0252819 1 0.0252482 1 0.0252146 1 0.0251811 1 0.0251479 1 0.0251148 1 0.0250819 1 0.0250492 1 0.0250166 1 0.0249843 1 0.024952 1 0.02492 1 0.0248881 1 0.0248564 1 0.0248248 1 0.0247934 1 0.0247621 1 0.024731 1 0.0247001 1 0.0246693 1 0.0246387 1 0.0246083 1 0.0245779 1 0.0245477 0
    527575
    5285760
    529577Nu
    530 1 100 1 192.6 1 192.937 1 193.275 1 193.612 1 193.95 1 194.287 1 194.625 1 194.962 1 195.3 1 195.637 1 195.975 1 196.312 1 196.65 1 196.987 1 197.324 1 197.661 1 197.999 1 198.336 1 198.673 1 199.01 1 199.347 1 199.684 1 200.021 1 200.358 1 200.695 1 201.032 1 201.369 1 201.706 1 202.043 1 202.38 1 202.716 1 203.053 1 203.39 1 203.726 1 204.063 1 204.399 1 204.736 1 205.072 1 205.409 1 205.745 1 206.081 1 206.417 1 206.754 1 207.09 1 207.426 1 207.762 1 208.098 1 208.434 1 208.77 1 209.105 1 209.441 1 209.777 1 210.113 1 210.448 1 210.784 1 211.119 1 211.455 1 211.79 1 212.126 1 212.461 1 212.796 1 213.131 1 213.466 1 213.801 1 214.136 1 214.471 1 214.806 1 215.141 1 215.476 1 215.81 1 216.145 1 216.48 1 216.814 1 217.149 1 217.483 1 217.817 1 218.151 1 218.486 1 218.82 1 219.154 1 219.488 1 219.822 1 220.155 1 220.489 1 220.823 1 221.156 1 221.49 1 221.823 1 222.157 1 222.49 1 222.823 1 223.156 1 223.49 1 223.823 1 224.155 1 224.488 1 224.821 1 225.154 1 225.487 1 225.82 0
     5781 70 1 185.544 1 186.129 1 186.715 1 187.3 1 187.885 1 188.471 1 189.056 1 189.641 1 190.226 1 190.811 1 191.396 1 191.981 1 192.566 1 193.151 1 193.736 1 194.32 1 194.905 1 195.49 1 196.074 1 196.658 1 197.243 1 197.827 1 198.411 1 198.995 1 199.579 1 200.163 1 200.746 1 201.33 1 201.913 1 202.497 1 203.08 1 203.663 1 204.246 1 204.829 1 205.411 1 205.994 1 206.576 1 207.159 1 207.741 1 208.323 1 208.905 1 209.486 1 210.068 1 210.649 1 211.23 1 211.811 1 212.392 1 212.973 1 213.553 1 214.133 1 214.713 1 215.293 1 215.873 1 216.453 1 217.032 1 217.611 1 218.19 1 218.769 1 219.347 1 219.926 1 220.504 1 221.082 1 221.659 1 222.237 1 222.814 1 223.391 1 223.968 1 224.544 1 225.121 1 225.698 0
    531579
    5325800
    533581PR
    534 1 100 1 20.1021 1 20.0419 1 19.9821 1 19.9225 1 19.8633 1 19.8044 1 19.7457 1 19.6874 1 19.6294 1 19.5716 1 19.5142 1 19.457 1 19.4001 1 19.3435 1 19.2872 1 19.2312 1 19.1755 1 19.12 1 19.0649 1 19.01 1 18.9553 1 18.901 1 18.8469 1 18.7931 1 18.7396 1 18.6863 1 18.6333 1 18.5805 1 18.528 1 18.4758 1 18.4238 1 18.3721 1 18.3207 1 18.2695 1 18.2185 1 18.1678 1 18.1174 1 18.0671 1 18.0172 1 17.9675 1 17.918 1 17.8687 1 17.8197 1 17.771 1 17.7225 1 17.6742 1 17.6261 1 17.5783 1 17.5307 1 17.4833 1 17.4362 1 17.3893 1 17.3426 1 17.2961 1 17.2499 1 17.2039 1 17.1581 1 17.1125 1 17.0671 1 17.022 1 16.977 1 16.9323 1 16.8878 1 16.8435 1 16.7994 1 16.7555 1 16.7119 1 16.6684 1 16.6251 1 16.5821 1 16.5392 1 16.4965 1 16.4541 1 16.4118 1 16.3697 1 16.3279 1 16.2862 1 16.2447 1 16.2034 1 16.1623 1 16.1214 1 16.0807 1 16.0401 1 15.9998 1 15.9596 1 15.9196 1 15.8799 1 15.8402 1 15.8008 1 15.7616 1 15.7225 1 15.6836 1 15.6449 1 15.6063 1 15.568 1 15.5298 1 15.4918 1 15.4539 1 15.4162 1 15.3787 0
     5821 70 1 21.4325 1 21.3165 1 21.2016 1 21.0877 1 20.9748 1 20.863 1 20.7522 1 20.6424 1 20.5336 1 20.4257 1 20.3188 1 20.2129 1 20.1079 1 20.0038 1 19.9007 1 19.7985 1 19.6971 1 19.5967 1 19.4972 1 19.3985 1 19.3007 1 19.2037 1 19.1076 1 19.0123 1 18.9178 1 18.8242 1 18.7314 1 18.6393 1 18.5481 1 18.4576 1 18.3679 1 18.279 1 18.1908 1 18.1033 1 18.0167 1 17.9307 1 17.8455 1 17.7609 1 17.6771 1 17.594 1 17.5116 1 17.4298 1 17.3488 1 17.2684 1 17.1887 1 17.1096 1 17.0312 1 16.9534 1 16.8763 1 16.7998 1 16.7239 1 16.6486 1 16.574 1 16.4999 1 16.4265 1 16.3536 1 16.2814 1 16.2097 1 16.1385 1 16.068 1 15.998 1 15.9286 1 15.8597 1 15.7913 1 15.7236 1 15.6563 1 15.5896 1 15.5233 1 15.4576 1 15.3924 0
    535583
    5365840
    537585Phi
    538 1 100 1 0.938724 1 0.938878 1 0.939032 1 0.939185 1 0.939337 1 0.939489 1 0.939641 1 0.939792 1 0.939942 1 0.940092 1 0.940242 1 0.940391 1 0.940539 1 0.940687 1 0.940835 1 0.940982 1 0.941129 1 0.941275 1 0.941421 1 0.941566 1 0.941711 1 0.941856 1 0.942 1 0.942143 1 0.942286 1 0.942429 1 0.942571 1 0.942712 1 0.942854 1 0.942995 1 0.943135 1 0.943275 1 0.943414 1 0.943553 1 0.943692 1 0.94383 1 0.943968 1 0.944105 1 0.944242 1 0.944378 1 0.944514 1 0.94465 1 0.944785 1 0.94492 1 0.945054 1 0.945188 1 0.945321 1 0.945454 1 0.945587 1 0.945719 1 0.945851 1 0.945982 1 0.946113 1 0.946244 1 0.946374 1 0.946504 1 0.946633 1 0.946762 1 0.946891 1 0.947019 1 0.947146 1 0.947274 1 0.947401 1 0.947527 1 0.947653 1 0.947779 1 0.947905 1 0.948029 1 0.948154 1 0.948278 1 0.948402 1 0.948526 1 0.948649 1 0.948771 1 0.948894 1 0.949016 1 0.949137 1 0.949258 1 0.949379 1 0.949499 1 0.94962 1 0.949739 1 0.949859 1 0.949977 1 0.950096 1 0.950214 1 0.950332 1 0.95045 1 0.950567 1 0.950684 1 0.9508 1 0.950916 1 0.951032 1 0.951147 1 0.951262 1 0.951377 1 0.951491 1 0.951605 1 0.951718 1 0.951832 0
     5861 70 1 0.942676 1 0.942932 1 0.943186 1 0.943439 1 0.94369 1 0.94394 1 0.944189 1 0.944436 1 0.944682 1 0.944926 1 0.94517 1 0.945411 1 0.945652 1 0.945891 1 0.946128 1 0.946365 1 0.9466 1 0.946833 1 0.947066 1 0.947297 1 0.947527 1 0.947755 1 0.947983 1 0.948209 1 0.948433 1 0.948657 1 0.948879 1 0.9491 1 0.94932 1 0.949539 1 0.949756 1 0.949972 1 0.950187 1 0.950401 1 0.950614 1 0.950825 1 0.951035 1 0.951245 1 0.951453 1 0.951659 1 0.951865 1 0.95207 1 0.952273 1 0.952476 1 0.952677 1 0.952877 1 0.953076 1 0.953274 1 0.953471 1 0.953667 1 0.953862 1 0.954055 1 0.954248 1 0.95444 1 0.95463 1 0.95482 1 0.955008 1 0.955196 1 0.955382 1 0.955568 1 0.955752 1 0.955936 1 0.956118 1 0.9563 1 0.95648 1 0.95666 1 0.956838 1 0.957016 1 0.957193 1 0.957368 0
    539587
    5405880
    541589Vmean
    542 1 100 1 1.76052 1 1.76068 1 1.76083 1 1.76099 1 1.76114 1 1.7613 1 1.76145 1 1.76161 1 1.76177 1 1.76192 1 1.76208 1 1.76223 1 1.76239 1 1.76255 1 1.7627 1 1.76286 1 1.76302 1 1.76317 1 1.76333 1 1.76349 1 1.76364 1 1.7638 1 1.76396 1 1.76411 1 1.76427 1 1.76443 1 1.76458 1 1.76474 1 1.7649 1 1.76506 1 1.76521 1 1.76537 1 1.76553 1 1.76569 1 1.76584 1 1.766 1 1.76616 1 1.76632 1 1.76647 1 1.76663 1 1.76679 1 1.76695 1 1.76711 1 1.76726 1 1.76742 1 1.76758 1 1.76774 1 1.7679 1 1.76806 1 1.76821 1 1.76837 1 1.76853 1 1.76869 1 1.76885 1 1.76901 1 1.76917 1 1.76933 1 1.76949 1 1.76964 1 1.7698 1 1.76996 1 1.77012 1 1.77028 1 1.77044 1 1.7706 1 1.77076 1 1.77092 1 1.77108 1 1.77124 1 1.7714 1 1.77156 1 1.77172 1 1.77188 1 1.77204 1 1.7722 1 1.77236 1 1.77252 1 1.77268 1 1.77284 1 1.773 1 1.77316 1 1.77332 1 1.77348 1 1.77364 1 1.7738 1 1.77396 1 1.77412 1 1.77428 1 1.77445 1 1.77461 1 1.77477 1 1.77493 1 1.77509 1 1.77525 1 1.77541 1 1.77557 1 1.77574 1 1.7759 1 1.77606 1 1.77622 0
     5901 70 1 1.75727 1 1.75754 1 1.75781 1 1.75808 1 1.75835 1 1.75861 1 1.75888 1 1.75915 1 1.75942 1 1.75969 1 1.75996 1 1.76023 1 1.7605 1 1.76077 1 1.76104 1 1.76131 1 1.76158 1 1.76185 1 1.76212 1 1.76239 1 1.76266 1 1.76293 1 1.7632 1 1.76347 1 1.76374 1 1.76402 1 1.76429 1 1.76456 1 1.76483 1 1.76511 1 1.76538 1 1.76565 1 1.76592 1 1.7662 1 1.76647 1 1.76674 1 1.76702 1 1.76729 1 1.76757 1 1.76784 1 1.76812 1 1.76839 1 1.76867 1 1.76894 1 1.76922 1 1.76949 1 1.76977 1 1.77004 1 1.77032 1 1.7706 1 1.77087 1 1.77115 1 1.77143 1 1.7717 1 1.77198 1 1.77226 1 1.77253 1 1.77281 1 1.77309 1 1.77337 1 1.77365 1 1.77393 1 1.7742 1 1.77448 1 1.77476 1 1.77504 1 1.77532 1 1.7756 1 1.77588 1 1.77616 0
    543591
    5445920
    545593Enth
    546 1 101 1 -48639.1 1 -48613.9 1 -48588.7 1 -48563.6 1 -48538.4 1 -48513.2 1 -48488.1 1 -48462.9 1 -48437.7 1 -48412.6 1 -48387.4 1 -48362.2 1 -48337.1 1 -48311.9 1 -48286.7 1 -48261.6 1 -48236.4 1 -48211.2 1 -48186.1 1 -48160.9 1 -48135.7 1 -48110.6 1 -48085.4 1 -48060.2 1 -48035.1 1 -48009.9 1 -47984.7 1 -47959.6 1 -47934.4 1 -47909.2 1 -47884.1 1 -47858.9 1 -47833.7 1 -47808.5 1 -47783.4 1 -47758.2 1 -47733 1 -47707.9 1 -47682.7 1 -47657.5 1 -47632.4 1 -47607.2 1 -47582 1 -47556.9 1 -47531.7 1 -47506.5 1 -47481.4 1 -47456.2 1 -47431 1 -47405.9 1 -47380.7 1 -47355.5 1 -47330.4 1 -47305.2 1 -47280 1 -47254.9 1 -47229.7 1 -47204.5 1 -47179.4 1 -47154.2 1 -47129 1 -47103.9 1 -47078.7 1 -47053.5 1 -47028.4 1 -47003.2 1 -46978 1 -46952.9 1 -46927.7 1 -46902.5 1 -46877.4 1 -46852.2 1 -46827 1 -46801.8 1 -46776.7 1 -46751.5 1 -46726.3 1 -46701.2 1 -46676 1 -46650.8 1 -46625.7 1 -46600.5 1 -46575.3 1 -46550.2 1 -46525 1 -46499.8 1 -46474.7 1 -46449.5 1 -46424.3 1 -46399.2 1 -46374 1 -46348.8 1 -46323.7 1 -46298.5 1 -46273.3 1 -46248.2 1 -46223 1 -46197.8 1 -46172.7 1 -46147.5 1 -46122.3 0
     5941 71 1 -49172.9 1 -49129.4 1 -49085.8 1 -49042.2 1 -48998.6 1 -48955 1 -48911.5 1 -48867.9 1 -48824.3 1 -48780.7 1 -48737.1 1 -48693.5 1 -48650 1 -48606.4 1 -48562.8 1 -48519.2 1 -48475.6 1 -48432.1 1 -48388.5 1 -48344.9 1 -48301.3 1 -48257.7 1 -48214.2 1 -48170.6 1 -48127 1 -48083.4 1 -48039.8 1 -47996.3 1 -47952.7 1 -47909.1 1 -47865.5 1 -47821.9 1 -47778.4 1 -47734.8 1 -47691.2 1 -47647.6 1 -47604 1 -47560.5 1 -47516.9 1 -47473.3 1 -47429.7 1 -47386.1 1 -47342.6 1 -47299 1 -47255.4 1 -47211.8 1 -47168.2 1 -47124.7 1 -47081.1 1 -47037.5 1 -46993.9 1 -46950.3 1 -46906.8 1 -46863.2 1 -46819.6 1 -46776 1 -46732.4 1 -46688.9 1 -46645.3 1 -46601.7 1 -46558.1 1 -46514.5 1 -46471 1 -46427.4 1 -46383.8 1 -46340.2 1 -46296.6 1 -46253.1 1 -46209.5 1 -46165.9 1 -46122.3 0
    547595
    5485960
     
    5546020 0
    555603
    556 12
     60414
    557605Dh
    5586061 1 1 0.01034 0
    559607
    5606080
     609N
     6100 0
     611
     6120
     613Npoints
     6140 0
     615
     6160
    561617Plocal
    562 1 101 1 365.725 1 366.261 1 366.796 1 367.329 1 367.862 1 368.393 1 368.924 1 369.453 1 369.981 1 370.508 1 371.034 1 371.559 1 372.083 1 372.606 1 373.127 1 373.648 1 374.167 1 374.686 1 375.203 1 375.72 1 376.235 1 376.75 1 377.263 1 377.775 1 378.287 1 378.797 1 379.306 1 379.815 1 380.322 1 380.828 1 381.334 1 381.838 1 382.342 1 382.844 1 383.346 1 383.847 1 384.346 1 384.845 1 385.343 1 385.84 1 386.336 1 386.831 1 387.325 1 387.818 1 388.311 1 388.802 1 389.293 1 389.782 1 390.271 1 390.759 1 391.246 1 391.732 1 392.218 1 392.702 1 393.186 1 393.668 1 394.15 1 394.631 1 395.112 1 395.591 1 396.07 1 396.547 1 397.024 1 397.5 1 397.976 1 398.45 1 398.924 1 399.397 1 399.869 1 400.34 1 400.811 1 401.281 1 401.75 1 402.218 1 402.685 1 403.152 1 403.618 1 404.083 1 404.548 1 405.011 1 405.474 1 405.936 1 406.398 1 406.859 1 407.319 1 407.778 1 408.237 1 408.695 1 409.152 1 409.608 1 410.064 1 410.519 1 410.973 1 411.427 1 411.88 1 412.332 1 412.784 1 413.235 1 413.685 1 413.685 1 413.685 0
     6181 71 1 365.538 1 366.33 1 367.119 1 367.904 1 368.687 1 369.467 1 370.244 1 371.017 1 371.788 1 372.557 1 373.322 1 374.084 1 374.844 1 375.601 1 376.356 1 377.107 1 377.856 1 378.602 1 379.346 1 380.087 1 380.826 1 381.562 1 382.295 1 383.026 1 383.755 1 384.481 1 385.204 1 385.926 1 386.645 1 387.361 1 388.075 1 388.787 1 389.497 1 390.204 1 390.909 1 391.612 1 392.313 1 393.011 1 393.707 1 394.402 1 395.094 1 395.784 1 396.471 1 397.157 1 397.841 1 398.523 1 399.202 1 399.88 1 400.556 1 401.23 1 401.902 1 402.572 1 403.24 1 403.906 1 404.57 1 405.233 1 405.893 1 406.552 1 407.209 1 407.865 1 408.518 1 409.17 1 409.82 1 410.468 1 411.115 1 411.76 1 412.403 1 413.045 1 413.685 1 413.685 1 413.685 0
    563619
    5646200
    565621Pdrop
    566 1 1 1 49.225 0
     6221 1 1 49.6687 0
    567623
    5686240
    569625Pd_fric
    570 1 101 1 48.4971 1 47.96 1 47.424 1 46.8892 1 46.3555 1 45.823 1 45.2915 1 44.7612 1 44.232 1 43.7038 1 43.1768 1 42.6508 1 42.126 1 41.6022 1 41.0795 1 40.5578 1 40.0372 1 39.5176 1 38.9991 1 38.4817 1 37.9652 1 37.4498 1 36.9355 1 36.4221 1 35.9098 1 35.3984 1 34.8881 1 34.3787 1 33.8703 1 33.363 1 32.8566 1 32.3511 1 31.8467 1 31.3432 1 30.8407 1 30.3391 1 29.8384 1 29.3387 1 28.84 1 28.3421 1 27.8452 1 27.3492 1 26.8542 1 26.36 1 25.8668 1 25.3744 1 24.883 1 24.3924 1 23.9027 1 23.4139 1 22.926 1 22.439 1 21.9528 1 21.4675 1 20.983 1 20.4994 1 20.0167 1 19.5348 1 19.0537 1 18.5735 1 18.0941 1 17.6155 1 17.1377 1 16.6608 1 16.1847 1 15.7093 1 15.2348 1 14.7611 1 14.2882 1 13.8161 1 13.3447 1 12.8742 1 12.4044 1 11.9354 1 11.4671 1 10.9997 1 10.533 1 10.067 1 9.60183 1 9.13738 1 8.67368 1 8.21073 1 7.74851 1 7.28703 1 6.82627 1 6.36624 1 5.90694 1 5.44835 1 4.99048 1 4.53332 1 4.07687 1 3.62112 1 3.16607 1 2.71171 1 2.25805 1 1.80508 1 1.35279 1 0.901183 1 0.450254 1 0 1 0 0
     6261 71 1 48.9414 1 48.1465 1 47.3547 1 46.566 1 45.7803 1 44.9976 1 44.2179 1 43.4411 1 42.6672 1 41.8962 1 41.128 1 40.3627 1 39.6002 1 38.8404 1 38.0834 1 37.3291 1 36.5775 1 35.8286 1 35.0823 1 34.3386 1 33.5975 1 32.8589 1 32.1229 1 31.3895 1 30.6585 1 29.93 1 29.2039 1 28.4803 1 27.759 1 27.0401 1 26.3236 1 25.6094 1 24.8975 1 24.188 1 23.4806 1 22.7756 1 22.0727 1 21.372 1 20.6736 1 19.9773 1 19.2831 1 18.591 1 17.9011 1 17.2132 1 16.5274 1 15.8437 1 15.1619 1 14.4822 1 13.8045 1 13.1287 1 12.4549 1 11.783 1 11.113 1 10.445 1 9.77875 1 9.11442 1 8.45193 1 7.79127 1 7.13242 1 6.47537 1 5.82009 1 5.16658 1 4.51481 1 3.86477 1 3.21645 1 2.56982 1 1.92488 1 1.28161 1 0.639984 1 0 1 0 0
    571627
    5726280
    573629fi
    574 1 100 1 0.009446 1 0.00943742 1 0.00942887 1 0.00942035 1 0.00941185 1 0.00940339 1 0.00939495 1 0.00938654 1 0.00937816 1 0.00936981 1 0.00936149 1 0.00935319 1 0.00934492 1 0.00933668 1 0.00932847 1 0.00932028 1 0.00931212 1 0.00930399 1 0.00929588 1 0.0092878 1 0.00927975 1 0.00927173 1 0.00926373 1 0.00925576 1 0.00924781 1 0.00923989 1 0.009232 1 0.00922413 1 0.00921629 1 0.00920847 1 0.00920068 1 0.00919291 1 0.00918517 1 0.00917746 1 0.00916977 1 0.00916211 1 0.00915447 1 0.00914685 1 0.00913926 1 0.00913169 1 0.00912415 1 0.00911664 1 0.00910914 1 0.00910167 1 0.00909423 1 0.00908681 1 0.00907941 1 0.00907204 1 0.00906469 1 0.00905737 1 0.00905006 1 0.00904278 1 0.00903553 1 0.0090283 1 0.00902109 1 0.0090139 1 0.00900674 1 0.0089996 1 0.00899248 1 0.00898538 1 0.00897831 1 0.00897126 1 0.00896423 1 0.00895722 1 0.00895024 1 0.00894328 1 0.00893634 1 0.00892942 1 0.00892252 1 0.00891565 1 0.00890879 1 0.00890196 1 0.00889515 1 0.00888836 1 0.00888159 1 0.00887484 1 0.00886812 1 0.00886141 1 0.00885473 1 0.00884806 1 0.00884142 1 0.0088348 1 0.0088282 1 0.00882161 1 0.00881505 1 0.00880851 1 0.00880199 1 0.00879549 1 0.00878901 1 0.00878255 1 0.00877611 1 0.00876968 1 0.00876328 1 0.0087569 1 0.00875054 1 0.00874419 1 0.00873787 1 0.00873157 1 0.00872528 1 0.008719 0
     6301 70 1 0.00963203 1 0.00961609 1 0.00960024 1 0.00958449 1 0.00956883 1 0.00955326 1 0.00953779 1 0.00952241 1 0.00950711 1 0.00949191 1 0.0094768 1 0.00946178 1 0.00944684 1 0.00943199 1 0.00941723 1 0.00940255 1 0.00938796 1 0.00937346 1 0.00935903 1 0.0093447 1 0.00933044 1 0.00931626 1 0.00930217 1 0.00928816 1 0.00927423 1 0.00926038 1 0.0092466 1 0.00923291 1 0.00921929 1 0.00920575 1 0.00919229 1 0.0091789 1 0.00916559 1 0.00915235 1 0.00913919 1 0.0091261 1 0.00911308 1 0.00910014 1 0.00908727 1 0.00907447 1 0.00906174 1 0.00904908 1 0.0090365 1 0.00902398 1 0.00901153 1 0.00899915 1 0.00898684 1 0.00897459 1 0.00896241 1 0.0089503 1 0.00893826 1 0.00892627 1 0.00891436 1 0.00890251 1 0.00889072 1 0.008879 1 0.00886734 1 0.00885574 1 0.00884421 1 0.00883274 1 0.00882132 1 0.00880997 1 0.00879868 1 0.00878745 1 0.00877628 1 0.00876517 1 0.00875412 1 0.00874313 1 0.00873218 1 0.00872129 0
    575631
    5766320
    577633Re
    578 1 100 1 8362.41 1 8391.21 1 8420.05 1 8448.94 1 8477.87 1 8506.84 1 8535.86 1 8564.92 1 8594.02 1 8623.16 1 8652.35 1 8681.57 1 8710.85 1 8740.16 1 8769.51 1 8798.91 1 8828.35 1 8857.83 1 8887.35 1 8916.91 1 8946.52 1 8976.16 1 9005.85 1 9035.58 1 9065.35 1 9095.16 1 9125.01 1 9154.9 1 9184.83 1 9214.8 1 9244.82 1 9274.87 1 9304.96 1 9335.1 1 9365.27 1 9395.48 1 9425.73 1 9456.03 1 9486.36 1 9516.73 1 9547.14 1 9577.59 1 9608.08 1 9638.61 1 9669.18 1 9699.78 1 9730.43 1 9761.11 1 9791.83 1 9822.59 1 9853.39 1 9884.23 1 9915.1 1 9946.01 1 9976.96 1 10008 1 10039 1 10070 1 10101.1 1 10132.3 1 10163.5 1 10194.7 1 10225.9 1 10257.2 1 10288.5 1 10319.9 1 10351.3 1 10382.7 1 10414.2 1 10445.7 1 10477.2 1 10508.8 1 10540.4 1 10572.1 1 10603.8 1 10635.5 1 10667.2 1 10699 1 10730.9 1 10762.7 1 10794.6 1 10826.6 1 10858.5 1 10890.5 1 10922.6 1 10954.6 1 10986.7 1 11018.9 1 11051.1 1 11083.3 1 11115.5 1 11147.8 1 11180.1 1 11212.4 1 11244.8 1 11277.2 1 11309.7 1 11342.2 1 11374.7 1 11407.3 0
     6341 70 1 7770.96 1 7819.28 1 7867.73 1 7916.32 1 7965.04 1 8013.89 1 8062.88 1 8112 1 8161.26 1 8210.64 1 8260.16 1 8309.81 1 8359.59 1 8409.5 1 8459.53 1 8509.7 1 8560 1 8610.42 1 8660.97 1 8711.64 1 8762.45 1 8813.38 1 8864.43 1 8915.61 1 8966.91 1 9018.34 1 9069.89 1 9121.56 1 9173.35 1 9225.27 1 9277.3 1 9329.46 1 9381.74 1 9434.13 1 9486.65 1 9539.28 1 9592.03 1 9644.9 1 9697.88 1 9750.98 1 9804.2 1 9857.53 1 9910.97 1 9964.53 1 10018.2 1 10072 1 10125.9 1 10179.9 1 10234 1 10288.3 1 10342.6 1 10397 1 10451.6 1 10506.3 1 10561 1 10615.9 1 10670.9 1 10726 1 10781.2 1 10836.5 1 10891.9 1 10947.5 1 11003.1 1 11058.8 1 11114.6 1 11170.5 1 11226.6 1 11282.7 1 11339 1 11395.4 0
    579635
    5806360
     
    5846400
    585641Pdnozzle_out
    586 1 1 1 0.281525 0
     6421 1 1 0.280997 0
    587643
    5886440
     
    5926480
    593649Vnozzle_out
    594 1 1 1 0.944162 0
     6501 1 1 0.942391 0
    595651
    5966520
     
    6006560
    601657RVsquare_out
    602 1 1 1 804.357 0
     6581 1 1 802.848 0
    603659
    6046600
     
    6326880 0
    633689
    634 7
     6908
     691N
     6920 0
     693
     6940
    635695Mw
    6366961 1 1 93.128 0
     
    6386980
    639699T
    640 1 100 1 324.125 1 324.274 1 324.422 1 324.571 1 324.72 1 324.868 1 325.017 1 325.165 1 325.313 1 325.462 1 325.61 1 325.758 1 325.906 1 326.055 1 326.203 1 326.351 1 326.499 1 326.647 1 326.795 1 326.943 1 327.09 1 327.238 1 327.386 1 327.534 1 327.681 1 327.829 1 327.977 1 328.124 1 328.272 1 328.419 1 328.567 1 328.714 1 328.861 1 329.009 1 329.156 1 329.303 1 329.45 1 329.597 1 329.744 1 329.891 1 330.038 1 330.185 1 330.332 1 330.479 1 330.626 1 330.773 1 330.92 1 331.066 1 331.213 1 331.359 1 331.506 1 331.653 1 331.799 1 331.946 1 332.092 1 332.238 1 332.385 1 332.531 1 332.677 1 332.823 1 332.969 1 333.116 1 333.262 1 333.408 1 333.554 1 333.7 1 333.846 1 333.991 1 334.137 1 334.283 1 334.429 1 334.574 1 334.72 1 334.866 1 335.011 1 335.157 1 335.302 1 335.448 1 335.593 1 335.739 1 335.884 1 336.029 1 336.174 1 336.32 1 336.465 1 336.61 1 336.755 1 336.9 1 337.045 1 337.19 1 337.335 1 337.48 1 337.625 1 337.769 1 337.914 1 338.059 1 338.204 1 338.348 1 338.493 1 338.638 0
    641 
    642 0
    643 P
    644 1 100 1 365.993 1 366.528 1 367.063 1 367.596 1 368.128 1 368.659 1 369.188 1 369.717 1 370.245 1 370.771 1 371.297 1 371.821 1 372.344 1 372.866 1 373.388 1 373.908 1 374.427 1 374.945 1 375.462 1 375.977 1 376.492 1 377.006 1 377.519 1 378.031 1 378.542 1 379.052 1 379.56 1 380.068 1 380.575 1 381.081 1 381.586 1 382.09 1 382.593 1 383.095 1 383.596 1 384.096 1 384.596 1 385.094 1 385.591 1 386.088 1 386.583 1 387.078 1 387.572 1 388.064 1 388.556 1 389.047 1 389.537 1 390.027 1 390.515 1 391.002 1 391.489 1 391.975 1 392.46 1 392.944 1 393.427 1 393.909 1 394.391 1 394.871 1 395.351 1 395.83 1 396.308 1 396.786 1 397.262 1 397.738 1 398.213 1 398.687 1 399.16 1 399.633 1 400.105 1 400.576 1 401.046 1 401.515 1 401.984 1 402.452 1 402.919 1 403.385 1 403.851 1 404.315 1 404.779 1 405.243 1 405.705 1 406.167 1 406.628 1 407.089 1 407.548 1 408.007 1 408.466 1 408.923 1 409.38 1 409.836 1 410.291 1 410.746 1 411.2 1 411.653 1 412.106 1 412.558 1 413.009 1 413.46 1 413.685 1 413.685 0
     7001 70 1 321.01 1 321.269 1 321.528 1 321.787 1 322.046 1 322.304 1 322.563 1 322.821 1 323.079 1 323.337 1 323.595 1 323.853 1 324.111 1 324.368 1 324.625 1 324.883 1 325.14 1 325.397 1 325.654 1 325.91 1 326.167 1 326.423 1 326.68 1 326.936 1 327.192 1 327.448 1 327.704 1 327.96 1 328.215 1 328.471 1 328.726 1 328.981 1 329.236 1 329.491 1 329.746 1 330 1 330.255 1 330.509 1 330.764 1 331.018 1 331.272 1 331.526 1 331.779 1 332.033 1 332.287 1 332.54 1 332.793 1 333.046 1 333.299 1 333.552 1 333.805 1 334.058 1 334.31 1 334.563 1 334.815 1 335.067 1 335.319 1 335.571 1 335.823 1 336.074 1 336.326 1 336.577 1 336.829 1 337.08 1 337.331 1 337.582 1 337.833 1 338.083 1 338.334 1 338.585 0
     701
     7020
     703P
     7041 70 1 365.934 1 366.724 1 367.511 1 368.296 1 369.077 1 369.855 1 370.631 1 371.403 1 372.173 1 372.939 1 373.703 1 374.464 1 375.223 1 375.978 1 376.731 1 377.482 1 378.229 1 378.974 1 379.717 1 380.456 1 381.194 1 381.928 1 382.661 1 383.39 1 384.118 1 384.843 1 385.565 1 386.285 1 387.003 1 387.718 1 388.431 1 389.142 1 389.85 1 390.557 1 391.261 1 391.962 1 392.662 1 393.359 1 394.054 1 394.748 1 395.439 1 396.127 1 396.814 1 397.499 1 398.182 1 398.863 1 399.541 1 400.218 1 400.893 1 401.566 1 402.237 1 402.906 1 403.573 1 404.238 1 404.901 1 405.563 1 406.223 1 406.881 1 407.537 1 408.191 1 408.844 1 409.495 1 410.144 1 410.792 1 411.437 1 412.081 1 412.724 1 413.365 1 413.685 1 413.685 0
    645705
    6467060
    647707rho
    648 1 100 1 902.271 1 902.191 1 902.111 1 902.031 1 901.952 1 901.872 1 901.792 1 901.712 1 901.632 1 901.552 1 901.473 1 901.393 1 901.313 1 901.233 1 901.153 1 901.073 1 900.993 1 900.913 1 900.833 1 900.753 1 900.673 1 900.593 1 900.513 1 900.433 1 900.353 1 900.272 1 900.192 1 900.112 1 900.032 1 899.952 1 899.872 1 899.791 1 899.711 1 899.631 1 899.551 1 899.47 1 899.39 1 899.31 1 899.229 1 899.149 1 899.069 1 898.988 1 898.908 1 898.827 1 898.747 1 898.666 1 898.586 1 898.505 1 898.425 1 898.344 1 898.264 1 898.183 1 898.103 1 898.022 1 897.941 1 897.861 1 897.78 1 897.699 1 897.619 1 897.538 1 897.457 1 897.377 1 897.296 1 897.215 1 897.134 1 897.053 1 896.973 1 896.892 1 896.811 1 896.73 1 896.649 1 896.568 1 896.487 1 896.406 1 896.325 1 896.244 1 896.163 1 896.082 1 896.001 1 895.92 1 895.839 1 895.758 1 895.677 1 895.596 1 895.515 1 895.433 1 895.352 1 895.271 1 895.19 1 895.109 1 895.027 1 894.946 1 894.865 1 894.784 1 894.702 1 894.621 1 894.539 1 894.458 1 894.377 1 894.295 0
     7081 70 1 903.937 1 903.799 1 903.662 1 903.524 1 903.386 1 903.249 1 903.111 1 902.973 1 902.835 1 902.697 1 902.559 1 902.421 1 902.283 1 902.145 1 902.006 1 901.868 1 901.73 1 901.591 1 901.453 1 901.314 1 901.176 1 901.037 1 900.899 1 900.76 1 900.621 1 900.483 1 900.344 1 900.205 1 900.066 1 899.927 1 899.788 1 899.649 1 899.51 1 899.371 1 899.231 1 899.092 1 898.953 1 898.813 1 898.674 1 898.534 1 898.395 1 898.255 1 898.116 1 897.976 1 897.836 1 897.696 1 897.556 1 897.417 1 897.277 1 897.137 1 896.997 1 896.856 1 896.716 1 896.576 1 896.436 1 896.295 1 896.155 1 896.015 1 895.874 1 895.734 1 895.593 1 895.452 1 895.312 1 895.171 1 895.03 1 894.889 1 894.748 1 894.608 1 894.466 1 894.325 0
    649709
    6507100
    651711Mu
    652 1 100 1 1.96412 1 1.95737 1 1.95067 1 1.944 1 1.93737 1 1.93077 1 1.9242 1 1.91768 1 1.91118 1 1.90472 1 1.8983 1 1.89191 1 1.88555 1 1.87923 1 1.87294 1 1.86668 1 1.86045 1 1.85426 1 1.8481 1 1.84198 1 1.83588 1 1.82982 1 1.82379 1 1.81778 1 1.81182 1 1.80588 1 1.79997 1 1.79409 1 1.78825 1 1.78243 1 1.77664 1 1.77089 1 1.76516 1 1.75946 1 1.75379 1 1.74815 1 1.74254 1 1.73696 1 1.73141 1 1.72588 1 1.72038 1 1.71491 1 1.70947 1 1.70406 1 1.69867 1 1.69331 1 1.68798 1 1.68267 1 1.67739 1 1.67214 1 1.66691 1 1.66171 1 1.65654 1 1.65139 1 1.64627 1 1.64117 1 1.6361 1 1.63105 1 1.62603 1 1.62103 1 1.61606 1 1.61111 1 1.60619 1 1.60129 1 1.59641 1 1.59156 1 1.58673 1 1.58193 1 1.57715 1 1.57239 1 1.56766 1 1.56295 1 1.55826 1 1.5536 1 1.54895 1 1.54433 1 1.53974 1 1.53516 1 1.53061 1 1.52608 1 1.52157 1 1.51708 1 1.51261 1 1.50817 1 1.50374 1 1.49934 1 1.49496 1 1.4906 1 1.48626 1 1.48194 1 1.47764 1 1.47336 1 1.4691 1 1.46487 1 1.46065 1 1.45645 1 1.45227 1 1.44811 1 1.44397 1 1.43985 0
     7121 70 1 2.1136 1 2.10054 1 2.08761 1 2.07479 1 2.0621 1 2.04953 1 2.03708 1 2.02474 1 2.01252 1 2.00042 1 1.98843 1 1.97655 1 1.96478 1 1.95312 1 1.94156 1 1.93012 1 1.91878 1 1.90754 1 1.89641 1 1.88538 1 1.87445 1 1.86361 1 1.85288 1 1.84224 1 1.8317 1 1.82126 1 1.81091 1 1.80065 1 1.79048 1 1.78041 1 1.77042 1 1.76052 1 1.75071 1 1.74099 1 1.73135 1 1.7218 1 1.71233 1 1.70295 1 1.69364 1 1.68442 1 1.67528 1 1.66621 1 1.65723 1 1.64832 1 1.63949 1 1.63073 1 1.62205 1 1.61345 1 1.60492 1 1.59646 1 1.58807 1 1.57975 1 1.5715 1 1.56333 1 1.55522 1 1.54718 1 1.5392 1 1.5313 1 1.52346 1 1.51568 1 1.50797 1 1.50032 1 1.49274 1 1.48522 1 1.47776 1 1.47036 1 1.46302 1 1.45574 1 1.44852 1 1.44135 0
    653713
    6547140
    655715Cp
    656 1 100 1 168.945 1 168.996 1 169.046 1 169.097 1 169.148 1 169.198 1 169.249 1 169.3 1 169.35 1 169.401 1 169.451 1 169.502 1 169.552 1 169.603 1 169.653 1 169.704 1 169.754 1 169.805 1 169.855 1 169.906 1 169.956 1 170.006 1 170.057 1 170.107 1 170.157 1 170.207 1 170.258 1 170.308 1 170.358 1 170.408 1 170.458 1 170.508 1 170.559 1 170.609 1 170.659 1 170.709 1 170.759 1 170.809 1 170.859 1 170.909 1 170.959 1 171.009 1 171.059 1 171.109 1 171.158 1 171.208 1 171.258 1 171.308 1 171.358 1 171.408 1 171.457 1 171.507 1 171.557 1 171.606 1 171.656 1 171.706 1 171.755 1 171.805 1 171.855 1 171.904 1 171.954 1 172.003 1 172.053 1 172.103 1 172.152 1 172.201 1 172.251 1 172.3 1 172.35 1 172.399 1 172.449 1 172.498 1 172.547 1 172.597 1 172.646 1 172.695 1 172.744 1 172.794 1 172.843 1 172.892 1 172.941 1 172.991 1 173.04 1 173.089 1 173.138 1 173.187 1 173.236 1 173.285 1 173.334 1 173.383 1 173.432 1 173.481 1 173.53 1 173.579 1 173.628 1 173.677 1 173.726 1 173.775 1 173.824 1 173.873 0
     7161 70 1 167.88 1 167.968 1 168.057 1 168.145 1 168.234 1 168.322 1 168.411 1 168.499 1 168.587 1 168.675 1 168.763 1 168.851 1 168.939 1 169.027 1 169.115 1 169.203 1 169.29 1 169.378 1 169.466 1 169.553 1 169.641 1 169.728 1 169.815 1 169.903 1 169.99 1 170.077 1 170.164 1 170.251 1 170.338 1 170.425 1 170.512 1 170.599 1 170.685 1 170.772 1 170.859 1 170.945 1 171.032 1 171.118 1 171.205 1 171.291 1 171.377 1 171.464 1 171.55 1 171.636 1 171.722 1 171.808 1 171.894 1 171.98 1 172.065 1 172.151 1 172.237 1 172.323 1 172.408 1 172.494 1 172.579 1 172.665 1 172.75 1 172.835 1 172.921 1 173.006 1 173.091 1 173.176 1 173.261 1 173.346 1 173.431 1 173.516 1 173.6 1 173.685 1 173.77 1 173.855 0
    657717
    6587180
    659719K
    660 1 100 1 0.177252 1 0.177227 1 0.177202 1 0.177177 1 0.177152 1 0.177127 1 0.177102 1 0.177077 1 0.177052 1 0.177028 1 0.177003 1 0.176978 1 0.176953 1 0.176928 1 0.176903 1 0.176878 1 0.176853 1 0.176828 1 0.176803 1 0.176779 1 0.176754 1 0.176729 1 0.176704 1 0.176679 1 0.176654 1 0.176629 1 0.176605 1 0.17658 1 0.176555 1 0.17653 1 0.176505 1 0.17648 1 0.176456 1 0.176431 1 0.176406 1 0.176381 1 0.176356 1 0.176332 1 0.176307 1 0.176282 1 0.176257 1 0.176232 1 0.176208 1 0.176183 1 0.176158 1 0.176133 1 0.176109 1 0.176084 1 0.176059 1 0.176034 1 0.17601 1 0.175985 1 0.17596 1 0.175936 1 0.175911 1 0.175886 1 0.175861 1 0.175837 1 0.175812 1 0.175787 1 0.175763 1 0.175738 1 0.175713 1 0.175689 1 0.175664 1 0.175639 1 0.175615 1 0.17559 1 0.175565 1 0.175541 1 0.175516 1 0.175491 1 0.175467 1 0.175442 1 0.175417 1 0.175393 1 0.175368 1 0.175344 1 0.175319 1 0.175294 1 0.17527 1 0.175245 1 0.17522 1 0.175196 1 0.175171 1 0.175147 1 0.175122 1 0.175098 1 0.175073 1 0.175048 1 0.175024 1 0.174999 1 0.174975 1 0.17495 1 0.174926 1 0.174901 1 0.174877 1 0.174852 1 0.174828 1 0.174803 0
     7201 70 1 0.177774 1 0.177731 1 0.177687 1 0.177644 1 0.177601 1 0.177557 1 0.177514 1 0.177471 1 0.177427 1 0.177384 1 0.177341 1 0.177298 1 0.177254 1 0.177211 1 0.177168 1 0.177125 1 0.177082 1 0.177038 1 0.176995 1 0.176952 1 0.176909 1 0.176866 1 0.176823 1 0.17678 1 0.176737 1 0.176694 1 0.17665 1 0.176607 1 0.176564 1 0.176521 1 0.176478 1 0.176435 1 0.176392 1 0.17635 1 0.176307 1 0.176264 1 0.176221 1 0.176178 1 0.176135 1 0.176092 1 0.176049 1 0.176006 1 0.175964 1 0.175921 1 0.175878 1 0.175835 1 0.175792 1 0.17575 1 0.175707 1 0.175664 1 0.175621 1 0.175579 1 0.175536 1 0.175493 1 0.175451 1 0.175408 1 0.175365 1 0.175323 1 0.17528 1 0.175237 1 0.175195 1 0.175152 1 0.17511 1 0.175067 1 0.175025 1 0.174982 1 0.17494 1 0.174897 1 0.174854 1 0.174812 0
    661721
    6627220
     
    6747340
    675735rho
    676 1 1 1 902.31 0
     7361 1 1 904.006 0
    677737
    6787380
     
    6847440 0
    685745
    686 2
     7463
     747N
     7480 0
     749
     7500
    687751Mu
    688 1 100 1 3.08549 1 3.0713 1 3.05721 1 3.04321 1 3.02931 1 3.01551 1 3.0018 1 2.98818 1 2.97466 1 2.96123 1 2.94789 1 2.93464 1 2.92148 1 2.90841 1 2.89542 1 2.88253 1 2.86972 1 2.85699 1 2.84436 1 2.8318 1 2.81933 1 2.80694 1 2.79464 1 2.78242 1 2.77027 1 2.75821 1 2.74623 1 2.73432 1 2.7225 1 2.71075 1 2.69908 1 2.68749 1 2.67597 1 2.66452 1 2.65315 1 2.64186 1 2.63064 1 2.61949 1 2.60841 1 2.5974 1 2.58647 1 2.5756 1 2.56481 1 2.55408 1 2.54342 1 2.53284 1 2.52231 1 2.51186 1 2.50147 1 2.49115 1 2.48089 1 2.4707 1 2.46057 1 2.45051 1 2.44051 1 2.43057 1 2.42069 1 2.41088 1 2.40113 1 2.39144 1 2.3818 1 2.37223 1 2.36272 1 2.35327 1 2.34387 1 2.33454 1 2.32526 1 2.31604 1 2.30687 1 2.29776 1 2.28871 1 2.27971 1 2.27077 1 2.26188 1 2.25305 1 2.24427 1 2.23554 1 2.22686 1 2.21824 1 2.20967 1 2.20115 1 2.19269 1 2.18427 1 2.17591 1 2.16759 1 2.15932 1 2.15111 1 2.14294 1 2.13482 1 2.12675 1 2.11873 1 2.11075 1 2.10282 1 2.09494 1 2.08711 1 2.07932 1 2.07157 1 2.06387 1 2.05622 1 2.0486 0
     7521 70 1 3.22218 1 3.19607 1 3.17027 1 3.14479 1 3.11961 1 3.09473 1 3.07014 1 3.04585 1 3.02185 1 2.99812 1 2.97468 1 2.95151 1 2.92861 1 2.90598 1 2.88361 1 2.8615 1 2.83965 1 2.81805 1 2.79669 1 2.77558 1 2.75471 1 2.73408 1 2.71368 1 2.69352 1 2.67358 1 2.65386 1 2.63436 1 2.61509 1 2.59602 1 2.57717 1 2.55853 1 2.54009 1 2.52186 1 2.50383 1 2.48599 1 2.46835 1 2.4509 1 2.43364 1 2.41657 1 2.39968 1 2.38297 1 2.36644 1 2.35009 1 2.33392 1 2.31791 1 2.30208 1 2.28641 1 2.27091 1 2.25557 1 2.24039 1 2.22537 1 2.21051 1 2.1958 1 2.18124 1 2.16684 1 2.15258 1 2.13847 1 2.1245 1 2.11068 1 2.097 1 2.08345 1 2.07005 1 2.05678 1 2.04364 1 2.03064 1 2.01776 1 2.00502 1 1.9924 1 1.9799 1 1.96753 0
    689753
    6907540
    691755Twall
    692 1 100 1 306.462 1 306.626 1 306.79 1 306.953 1 307.117 1 307.28 1 307.443 1 307.607 1 307.77 1 307.933 1 308.096 1 308.259 1 308.422 1 308.585 1 308.747 1 308.91 1 309.073 1 309.235 1 309.398 1 309.56 1 309.722 1 309.884 1 310.047 1 310.209 1 310.371 1 310.533 1 310.694 1 310.856 1 311.018 1 311.18 1 311.341 1 311.503 1 311.664 1 311.826 1 311.987 1 312.148 1 312.309 1 312.47 1 312.631 1 312.792 1 312.953 1 313.114 1 313.275 1 313.435 1 313.596 1 313.756 1 313.917 1 314.077 1 314.238 1 314.398 1 314.558 1 314.718 1 314.878 1 315.038 1 315.198 1 315.358 1 315.517 1 315.677 1 315.837 1 315.996 1 316.156 1 316.315 1 316.475 1 316.634 1 316.793 1 316.952 1 317.111 1 317.27 1 317.429 1 317.588 1 317.747 1 317.906 1 318.064 1 318.223 1 318.381 1 318.54 1 318.698 1 318.857 1 319.015 1 319.173 1 319.331 1 319.489 1 319.647 1 319.805 1 319.963 1 320.121 1 320.279 1 320.436 1 320.594 1 320.751 1 320.909 1 321.066 1 321.224 1 321.381 1 321.538 1 321.695 1 321.852 1 322.009 1 322.166 1 322.323 0
     7561 70 1 304.937 1 305.222 1 305.506 1 305.789 1 306.073 1 306.356 1 306.639 1 306.922 1 307.205 1 307.487 1 307.77 1 308.052 1 308.333 1 308.615 1 308.896 1 309.177 1 309.458 1 309.739 1 310.019 1 310.3 1 310.58 1 310.86 1 311.139 1 311.419 1 311.698 1 311.977 1 312.256 1 312.534 1 312.812 1 313.091 1 313.369 1 313.646 1 313.924 1 314.201 1 314.478 1 314.755 1 315.032 1 315.308 1 315.585 1 315.861 1 316.136 1 316.412 1 316.688 1 316.963 1 317.238 1 317.513 1 317.787 1 318.062 1 318.336 1 318.61 1 318.884 1 319.158 1 319.431 1 319.704 1 319.977 1 320.25 1 320.523 1 320.795 1 321.068 1 321.34 1 321.612 1 321.883 1 322.155 1 322.426 1 322.697 1 322.968 1 323.239 1 323.509 1 323.78 1 324.05 0
    693757
    6947580
     
    7007640
    701765Lincr
    702 1 101 1 0 1 0.09 1 0.18 1 0.27 1 0.36 1 0.45 1 0.54 1 0.63 1 0.72 1 0.81 1 0.9 1 0.99 1 1.08 1 1.17 1 1.26 1 1.35 1 1.44 1 1.53 1 1.62 1 1.71 1 1.8 1 1.89 1 1.98 1 2.07 1 2.16 1 2.25 1 2.34 1 2.43 1 2.52 1 2.61 1 2.7 1 2.79 1 2.88 1 2.97 1 3.06 1 3.15 1 3.24 1 3.33 1 3.42 1 3.51 1 3.6 1 3.69 1 3.78 1 3.87 1 3.96 1 4.05 1 4.14 1 4.23 1 4.32 1 4.41 1 4.5 1 4.59 1 4.68 1 4.77 1 4.86 1 4.95 1 5.04 1 5.13 1 5.22 1 5.31 1 5.4 1 5.49 1 5.58 1 5.67 1 5.76 1 5.85 1 5.94 1 6.03 1 6.12 1 6.21 1 6.3 1 6.39 1 6.48 1 6.57 1 6.66 1 6.75 1 6.84 1 6.93 1 7.02 1 7.11 1 7.2 1 7.29 1 7.38 1 7.47 1 7.56 1 7.65 1 7.74 1 7.83 1 7.92 1 8.01 1 8.1 1 8.19 1 8.28 1 8.37 1 8.46 1 8.55 1 8.64 1 8.73 1 8.82 1 8.91 1 9 0
    703 
    704 0
    705 
    706 0
    707 InletHot
     7661 71 1 0 1 0.128571 1 0.257143 1 0.385714 1 0.514286 1 0.642857 1 0.771429 1 0.9 1 1.02857 1 1.15714 1 1.28571 1 1.41429 1 1.54286 1 1.67143 1 1.8 1 1.92857 1 2.05714 1 2.18571 1 2.31429 1 2.44286 1 2.57143 1 2.7 1 2.82857 1 2.95714 1 3.08571 1 3.21429 1 3.34286 1 3.47143 1 3.6 1 3.72857 1 3.85714 1 3.98571 1 4.11429 1 4.24286 1 4.37143 1 4.5 1 4.62857 1 4.75714 1 4.88571 1 5.01429 1 5.14286 1 5.27143 1 5.4 1 5.52857 1 5.65714 1 5.78571 1 5.91429 1 6.04286 1 6.17143 1 6.3 1 6.42857 1 6.55714 1 6.68571 1 6.81429 1 6.94286 1 7.07143 1 7.2 1 7.32857 1 7.45714 1 7.58571 1 7.71429 1 7.84286 1 7.97143 1 8.1 1 8.22857 1 8.35714 1 8.48571 1 8.61429 1 8.74286 1 8.87143 1 9 0
     767
     7680
     769
     7700
     771simple_source_1
    7087720 1
    709773simple_source
    7107740 0
    711775
    712 8
     77610
     777NComp
     7780 0
     779
     7800
     781M
     7821 2 1 93.128 1 78.1134 0
     783
     7840
    713785Outlet
    7147860 1
     
    7167880 0
    717789
    718 6
     7907
     791NComp
     7920 0
     793
     7940
     795F
     7961 1 1 58.0694 0
     797
     7980
     799T
     8001 1 1 288.71 0
     801
     8020
     803P
     8041 1 1 4.08275 0
     805
     8060
     807h
     8081 1 1 -33924 0
     809
     8100
     811v
     8121 1 1 0 0
     813
     8140
     815z
     8161 2 1 0 1 1 0
     817
     8180
     819
     8200
     821MolarComposition
     8221 2 1 0 1 1 0
     823
     8240
     825F
     8261 1 1 58.0694 0
     827
     8280
     829T
     8301 1 1 288.71 0
     831
     8320
     833T_Cdeg
     8341 1 1 15.56 0
     835
     8360
     837P
     8381 1 1 4.08275 0
     839
     8400
     841x
     8421 2 1 0 1 1 0
     843
     8440
     845y
     8461 2 1 0 1 1 0
     847
     8480
     849
     8500
     851simple_source_2
     8520 1
     853simple_source
     8540 0
     855
     85610
     857NComp
     8580 0
     859
     8600
     861M
     8621 2 1 93.128 1 78.1134 0
     863
     8640
     865Outlet
     8660 1
     867stream
     8680 0
     869
     8707
     871NComp
     8720 0
     873
     8740
    719875F
    7208761 1 1 47.2038 0
     
    729885
    7308860
     887h
     8881 1 1 -46122.3 0
     889
     8900
     891v
     8921 1 1 0 0
     893
     8940
    731895z
    7328961 2 1 1 1 0 0
    733897
    7348980
     899
     9000
     901MolarComposition
     9021 2 1 1 1 0 0
     903
     9040
     905F
     9061 1 1 47.2038 0
     907
     9080
     909T
     9101 1 1 338.71 0
     911
     9120
     913T_Cdeg
     9141 1 1 65.56 0
     915
     9160
     917P
     9181 1 1 4.08275 0
     919
     9200
     921x
     9221 2 1 1 1 0 0
     923
     9240
     925y
     9261 2 1 1 1 0 0
     927
     9280
     929
     9300
     931simple_sink_1
     9320 1
     933simple_sink
     9340 0
     935
     9361
     937Inlet
     9380 1
     939stream
     9400 0
     941
     9427
     943NComp
     9440 0
     945
     9460
     947F
     9481 1 1 47.2038 0
     949
     9500
     951T
     9521 1 1 320.88 0
     953
     9540
     955P
     9561 1 1 3.60758 0
     957
     9580
    735959h
    736 1 1 1 -46122.3 0
     9601 1 1 -49172.9 0
    737961
    7389620
     
    741965
    7429660
    743 
    744 0
    745 x
     967z
    7469681 2 1 1 1 0 0
    747969
    7489700
    749 y
    750 1 2 1 1 1 0 0
    751 
    752 0
    753 hl
    754 1 1 1 -46122.3 0
    755 
    756 0
    757 hv
    758 1 1 1 1335.59 0
    759 
    760 0
    761 s
    762 1 1 1 -193.713 0
    763 
    764 0
    765 sl
    766 1 1 1 -193.713 0
    767 
    768 0
    769 sv
    770 1 1 1 -100.224 0
    771 
    772 0
    773 
    774 0
    775 InletCold
    776 0 1
    777 simple_source
    778 0 0
    779 
    780 8
    781 Outlet
     971
     9720
     973
     9740
     975simple_sink_2
     9760 1
     977simple_sink
     9780 0
     979
     9801
     981Inlet
    7829820 1
    783983stream
    7849840 0
    785985
    786 6
     9867
     987NComp
     9880 0
     989
     9900
    787991F
    7889921 1 1 58.0694 0
     
    7909940
    791995T
    792 1 1 1 288.71 0
    793 
    794 0
    795 P
    796 1 1 1 4.08275 0
     9961 1 1 309.66 0
     997
     9980
     999P
     10001 1 1 4.02785 0
     1001
     10020
     1003h
     10041 1 1 -31444.2 0
     1005
     10060
     1007v
     10081 1 1 0 0
    7971009
    79810100
     
    8011013
    80210140
    803 h
    804 1 1 1 -33924 0
    805 
    806 0
    807 v
    808 1 1 1 0 0
    809 
    810 0
    811 
    812 0
    813 x
    814 1 2 1 0 1 1 0
    815 
    816 0
    817 y
    818 1 2 1 0 1 1 0
    819 
    820 0
    821 hl
    822 1 1 1 -33924 0
    823 
    824 0
    825 hv
    826 1 1 1 -2450.57 0
    827 
    828 0
    829 s
    830 1 1 1 -192.946 0
    831 
    832 0
    833 sl
    834 1 1 1 -192.946 0
    835 
    836 0
    837 sv
    838 1 1 1 -114.132 0
    839 
    840 0
    841 
    842 0
    843 OutletHot
    844 0 1
    845 simple_sink
    846 0 0
    847 
    848 1
    849 Inlet
    850 0 1
    851 stream
    852 0 0
    853 
    854 6
    855 F
    856 1 1 1 47.2038 0
    857 
    858 0
    859 T
    860 1 1 1 324.051 0
    861 
    862 0
    863 P
    864 1 1 1 3.60943 0
    865 
    866 0
    867 z
    868 1 2 1 1 1 0 0
    869 
    870 0
    871 h
    872 1 1 1 -48639.1 0
    873 
    874 0
    875 v
    876 1 1 1 0 0
    877 
    878 0
    879 
    880 0
    881 
    882 0
    883 OutletCold
    884 0 1
    885 simple_sink
    886 0 0
    887 
    888 1
    889 Inlet
    890 0 1
    891 stream
    892 0 0
    893 
    894 6
    895 F
    896 1 1 1 58.0694 0
    897 
    898 0
    899 T
    900 1 1 1 306.094 0
    901 
    902 0
    903 P
    904 1 1 1 4.02783 0
    905 
    906 0
    907 z
    908 1 2 1 0 1 1 0
    909 
    910 0
    911 h
    912 1 1 1 -31878.2 0
    913 
    914 0
    915 v
    916 1 1 1 0 0
    917 
    918 0
    919 
    920 0
    921 
    922 0
     1015
     10160
     1017
     10180
  • branches/gui/sample/heat_exchangers/GuessPipe.rlt

    r244 r581  
    1 NTU_Method
     1LMTD_Method
    221 0
    3 NTU_Method
     3LMTD_Method
    440 0
    55
     
    1111exchanger
    12120 1
    13 DoublePipe_NTU
     13DoublePipe_LMTD
    14140 1
    1515DoublePipe_Basic
    16160 0
    1717
    18 16
     1810
    1919M
    20 4 1 1 1 2 1 86.1766 1 18.0152 0
     201 2 1 75 1 75 0
     21
     220
     23Qestimated
     241 1 1 70 0
     25
     260
     27Geometry
     280 1
     29DoublePipe_Geometry
     300 0
     31
     329
     33M
     341 2 1 86.1766 1 18.0152 0
    2135
    22360
    2337Pi
    24 4 1 1 1 1 1 3.14159 0
     381 1 1 3.14159 0
    2539
    26400
    2741DoInner
    28 4 1 1 1 1 1 0.04826 0
     421 1 1 0.04826 0
    2943
    30440
    3145DiInner
    32 4 1 1 1 1 1 0.04089 0
     461 1 1 0.04089 0
    3347
    34480
    3549DiOuter
    36 4 1 1 1 1 1 0.07793 0
     501 1 1 0.07793 0
    3751
    38520
    3953Lpipe
    40 4 1 1 1 1 1 3 0
     541 1 1 3 0
    4155
    42560
    4357Kwall
    44 4 1 1 1 1 1 57 0
     581 1 1 57 0
    4559
    46600
    4761Rfi
    48 4 1 1 1 1 1 0.0018 0
     621 1 1 0.0018 0
    4963
    50640
    5165Rfo
    52 4 1 1 1 1 1 0.0021 0
     661 1 1 0.0021 0
     67
     680
    5369
    54700
     
    60766
    6177F
    62 6 1 1 1 1 1 1 1 10 0
    63 
    64 0
    65 T
    66 6 1 1 1 1 1 1 1 341.15 0
    67 
    68 0
    69 P
    70 6 1 1 1 1 1 1 1 5.32939 0
     781 1 1 10 0
     79
     800
     81T
     821 1 1 341.15 0
     83
     840
     85P
     861 1 1 5.32939 0
     87
     880
     89h
     901 1 1 -22993 0
     91
     920
     93v
     941 1 1 0 0
    7195
    72960
    7397z
    74 6 1 1 1 1 1 2 1 1 1 0 0
     981 2 1 1 1 0 0
     99
     1000
     101
     1020
     103InletOuter
     1040 1
     105stream
     1060 0
     107
     1086
     109F
     1101 1 1 5 0
     111
     1120
     113T
     1141 1 1 296.15 0
     115
     1160
     117P
     1181 1 1 5.03331 0
    75119
    761200
    77121h
    78 6 1 1 1 1 1 1 1 -22993 0
     1221 1 1 -45927 0
    79123
    801240
    81125v
    82 6 1 1 1 1 1 1 1 0 0
    83 
    84 0
    85 
    86 0
    87 InletOuter
     1261 1 1 0 0
     127
     1280
     129z
     1301 2 1 0 1 1 0
     131
     1320
     133
     1340
     135OutletInner
     1360 1
     137streamPH
    881380 1
    89139stream
     
    921426
    93143F
    94 6 1 1 1 1 1 1 1 5 0
    95 
    96 0
    97 T
    98 6 1 1 1 1 1 1 1 296.15 0
    99 
    100 0
    101 P
    102 6 1 1 1 1 1 1 1 5.03331 0
     1441 1 1 10 0
     145
     1460
     147T
     1481 1 1 338.532 0
     149
     1500
     151P
     1521 1 1 5.32897 0
     153
     1540
     155h
     1561 1 1 -23537.1 0
     157
     1580
     159v
     1601 1 1 4.34827e-24 0
    103161
    1041620
    105163z
    106 6 1 1 1 1 1 2 1 0 1 1 0
    107 
    108 0
    109 h
    110 6 1 1 1 1 1 1 1 -45927 0
    111 
    112 0
    113 v
    114 6 1 1 1 1 1 1 1 0 0
    115 
    116 0
    117 
    118 0
    119 OutletInner
    120 0 1
    121 streamPH
    122 0 1
    123 stream
    124 0 0
    125 
    126 6
    127 F
    128 7 1 1 1 1 1 1 1 1 10 0
    129 
    130 0
    131 T
    132 7 1 1 1 1 1 1 1 1 332.283 0
    133 
    134 0
    135 P
    136 7 1 1 1 1 1 1 1 1 5.32886 0
    137 
    138 0
    139 z
    140 7 1 1 1 1 1 1 2 1 1 1 0 0
    141 
    142 0
    143 h
    144 7 1 1 1 1 1 1 1 1 -24822.4 0
    145 
    146 0
    147 v
    148 7 1 1 1 1 1 1 1 1 0 0
     1641 2 1 1 1 0 0
    149165
    1501660
     
    1521682
    153169x
    154 6 1 1 1 1 1 2 1 1 1 0 0
     1701 2 1 1 1 0 0
    155171
    1561720
    157173y
    158 6 1 1 1 1 1 2 1 1 1 0 0
     1741 2 1 1 1 0 0
    159175
    1601760
     
    1701866
    171187F
    172 7 1 1 1 1 1 1 1 1 5 0
    173 
    174 0
    175 T
    176 7 1 1 1 1 1 1 1 1 341.122 0
    177 
    178 0
    179 P
    180 7 1 1 1 1 1 1 1 1 5.0333 0
     1881 1 1 5 0
     189
     1900
     191T
     1921 1 1 309.542 0
     193
     1940
     195P
     1961 1 1 5.03327 0
     197
     1980
     199h
     2001 1 1 -44838.8 0
     201
     2020
     203v
     2041 1 1 0 0
    181205
    1822060
    183207z
    184 7 1 1 1 1 1 1 2 1 0 1 1 0
    185 
    186 0
    187 h
    188 7 1 1 1 1 1 1 1 1 -42268.3 0
    189 
    190 0
    191 v
    192 7 1 1 1 1 1 1 1 1 0 0
     2081 2 1 0 1 1 0
    193209
    1942100
     
    1962122
    197213x
    198 6 1 1 1 1 1 2 1 0 1 1 0
     2141 2 1 0 1 1 0
    199215
    2002160
    201217y
    202 6 1 1 1 1 1 2 1 0 1 1 0
     2181 2 1 0 1 1 0
    203219
    2042200
     
    2122284
    213229A
    214 6 1 1 1 1 1 1 1 0.45484 0
     2301 1 1 0.45484 0
    215231
    2162320
    217233Q
    218 6 1 1 1 1 1 1 1 5.08149 0
     2341 1 1 1.51141 0
    219235
    2202360
    221237Uc
    222 6 1 1 1 1 1 1 1 0.0578124 0
     2381 1 1 0.0904994 0
    223239
    2242400
    225241Ud
    226 6 1 1 1 1 1 1 1 0.0577983 0
     2421 1 1 0.0904648 0
    227243
    2282440
     
    2422589
    243259As
    244 8 1 1 1 1 1 1 1 1 1 0.00131318 0
     2601 1 1 0.00131318 0
    245261
    2462620
    247263Dh
    248 8 1 1 1 1 1 1 1 1 1 0.04089 0
     2641 1 1 0.04089 0
    249265
    2502660
    251267Re
    252 8 1 1 1 1 1 1 1 1 1 35054.9 0
     2681 1 1 31100.5 0
    253269
    2542700
    255271hcoeff
    256 8 1 1 1 1 1 1 1 1 1 0.417959 0
     2721 1 1 0.387456 0
    257273
    2582740
    259275fi
    260 8 1 1 1 1 1 1 1 1 1 0.0227397 0
     2761 1 1 0.0234026 0
    261277
    2622780
    263279Nu
    264 8 1 1 1 1 1 1 1 1 1 216.754 0
     2801 1 1 206.874 0
    265281
    2662820
    267283PR
    268 8 1 1 1 1 1 1 1 1 1 6.40346 0
     2841 1 1 7.41963 0
    269285
    2702860
    271287Phi
    272 8 1 1 1 1 1 1 1 1 1 0.991854 0
     2881 1 1 0.983172 0
    273289
    2742900
    275291Vmean
    276 8 1 1 1 1 1 1 1 1 1 0.290582 0
     2921 1 1 0.254165 0
    277293
    2782940
     
    2843000 0
    285301
    286 4
     3026
    287303Dh
    288 8 1 1 1 1 1 1 1 1 1 0.04089 0
     3041 1 1 0.04089 0
    289305
    2903060
    291307Pdrop
    292 8 1 1 1 1 1 1 1 1 1 0.0529502 0
     3081 1 1 0.041674 0
     309
     3100
     311Pd_fric
     3121 1 1 0.041674 0
     313
     3140
     315Pd_ret
     3161 1 1 0 0
    293317
    2943180
    295319fi
    296 8 1 1 1 1 1 1 1 1 1 0.00675694 0
     3201 1 1 0.00692485 0
    297321
    2983220
    299323Re
    300 8 1 1 1 1 1 1 1 1 1 35054.9 0
     3241 1 1 31100.5 0
    301325
    3023260
     
    3143380 0
    315339
    316 5
     3402
    317341Fw
    318 10 1 1 1 1 1 1 1 1 1 1 1 861.766 0
     3421 1 1 750 0
    319343
    3203440
    321345rho
    322 10 1 1 1 1 1 1 1 1 1 1 1 622.864 0
    323 
    324 0
    325 Mu
    326 10 1 1 1 1 1 1 1 1 1 1 1 0.206942 0
    327 
    328 0
    329 Cp
    330 10 1 1 1 1 1 1 1 1 1 1 1 208.444 0
    331 
    332 0
    333 K
    334 10 1 1 1 1 1 1 1 1 1 1 1 0.0772222 0
     3461 1 1 622.864 0
    335347
    3363480
     
    3443567
    345357Mw
    346 10 1 1 1 1 1 1 1 1 1 1 1 86.1766 0
    347 
    348 0
    349 T
    350 10 1 1 1 1 1 1 1 1 1 1 1 336.717 0
    351 
    352 0
    353 P
    354 10 1 1 1 1 1 1 1 1 1 1 1 539.974 0
     3581 1 1 75 0
     359
     3600
     361T
     3621 1 1 339.841 0
     363
     3640
     365P
     3661 1 1 539.979 0
    355367
    3563680
    357369rho
    358 10 1 1 1 1 1 1 1 1 1 1 1 627.328 0
     3701 1 1 624.194 0
    359371
    3603720
    361373Mu
    362 10 1 1 1 1 1 1 1 1 1 1 1 0.212633 0
     3741 1 1 0.208586 0
    363375
    3643760
    365377Cp
    366 10 1 1 1 1 1 1 1 1 1 1 1 206.305 0
     3781 1 1 207.809 0
    367379
    3683800
    369381K
    370 10 1 1 1 1 1 1 1 1 1 1 1 0.0794944 0
     3821 1 1 0.0778941 0
    371383
    3723840
     
    3783900 0
    379391
    380 5
     3922
    381393Fw
    382 10 1 1 1 1 1 1 1 1 1 1 1 861.766 0
     3941 1 1 750 0
    383395
    3843960
    385397rho
    386 10 1 1 1 1 1 1 1 1 1 1 1 631.681 0
    387 
    388 0
    389 Mu
    390 10 1 1 1 1 1 1 1 1 1 1 1 0.218697 0
    391 
    392 0
    393 Cp
    394 10 1 1 1 1 1 1 1 1 1 1 1 204.197 0
    395 
    396 0
    397 K
    398 10 1 1 1 1 1 1 1 1 1 1 1 0.0817573 0
     3981 1 1 625.514 0
    399399
    4004000
     
    4084082
    409409Mu
    410 10 1 1 1 1 1 1 1 1 1 1 1 0.225427 0
     4101 1 1 0.235467 0
    411411
    4124120
    413413Twall
    414 10 1 1 1 1 1 1 1 1 1 1 1 327.676 0
     4141 1 1 321.343 0
    415415
    4164160
     
    4344349
    435435As
    436 8 1 1 1 1 1 1 1 1 1 0.00294058 0
     4361 1 1 0.00294058 0
    437437
    4384380
    439439Dh
    440 8 1 1 1 1 1 1 1 1 1 0.077581 0
     4401 1 1 0.077581 0
    441441
    4424420
    443443Re
    444 8 1 1 1 1 1 1 1 1 1 1117.68 0
     4441 1 1 3417.86 0
    445445
    4464460
    447447hcoeff
    448 8 1 1 1 1 1 1 1 1 1 0.0694265 0
     4481 1 1 0.126047 0
    449449
    4504500
    451451fi
    452 8 1 1 1 1 1 1 1 1 1 0.0655774 0
     4521 1 1 0.0436198 0
    453453
    4544540
    455455Nu
    456 8 1 1 1 1 1 1 1 1 1 8.18595 0
     4561 1 1 14.9262 0
    457457
    4584580
    459459PR
    460 8 1 1 1 1 1 1 1 1 1 4.14111 0
     4601 1 1 1.39783 0
    461461
    4624620
    463463Phi
    464 8 1 1 1 1 1 1 1 1 1 1.02222 0
     4641 1 1 1.05124 0
    465465
    4664660
    467467Vmean
    468 8 1 1 1 1 1 1 1 1 1 0.0101702 0
     4681 1 1 0.0418809 0
    469469
    4704700
     
    4764760 0
    477477
    478 4
     4786
    479479Dh
    480 8 1 1 1 1 1 1 1 1 1 0.02967 0
     4801 1 1 0.02967 0
    481481
    4824820
    483483Pdrop
    484 8 1 1 1 1 1 1 1 1 1 0.000640817 0
     4841 1 1 0.0034934 0
     485
     4860
     487Pd_fric
     4881 1 1 0.0034934 0
     489
     4900
     491Pd_ret
     4921 1 1 0 0
    485493
    4864940
    487495fi
    488 8 1 1 1 1 1 1 1 1 1 0.0374318 0
     4961 1 1 0.0122406 0
    489497
    4904980
    491499Re
    492 8 1 1 1 1 1 1 1 1 1 427.444 0
     5001 1 1 1307.12 0
    493501
    4945020
     
    5065140 0
    507515
    508 5
     5162
    509517Fw
    510 10 1 1 1 1 1 1 1 1 1 1 1 90.076 0
     5181 1 1 375 0
    511519
    5125200
    513521rho
    514 10 1 1 1 1 1 1 1 1 1 1 1 849.559 0
    515 
    516 0
    517 Mu
    518 10 1 1 1 1 1 1 1 1 1 1 1 0.930094 0
    519 
    520 0
    521 Cp
    522 10 1 1 1 1 1 1 1 1 1 1 1 81.2805 0
    523 
    524 0
    525 K
    526 10 1 1 1 1 1 1 1 1 1 1 1 0.61358 0
     5221 1 1 849.559 0
    527523
    5285240
     
    5365327
    537533Mw
    538 10 1 1 1 1 1 1 1 1 1 1 1 18.0152 0
    539 
    540 0
    541 T
    542 10 1 1 1 1 1 1 1 1 1 1 1 318.636 0
    543 
    544 0
    545 P
    546 10 1 1 1 1 1 1 1 1 1 1 1 510 0
     5341 1 1 75 0
     535
     5360
     537T
     5381 1 1 302.846 0
     539
     5400
     541P
     5421 1 1 509.998 0
    547543
    5485440
    549545rho
    550 10 1 1 1 1 1 1 1 1 1 1 1 836.652 0
     5461 1 1 845.825 0
    551547
    5525480
    553549Mu
    554 10 1 1 1 1 1 1 1 1 1 1 1 0.590627 0
     5501 1 1 0.804078 0
    555551
    5565520
    557553Cp
    558 10 1 1 1 1 1 1 1 1 1 1 1 81.3038 0
     5541 1 1 81.2561 0
    559555
    5605560
    561557K
    562 10 1 1 1 1 1 1 1 1 1 1 1 0.643676 0
     5581 1 1 0.623215 0
    563559
    5645600
     
    5705660 0
    571567
    572 5
     5682
    573569Fw
    574 10 1 1 1 1 1 1 1 1 1 1 1 90.076 0
     5701 1 1 375 0
    575571
    5765720
    577573rho
    578 10 1 1 1 1 1 1 1 1 1 1 1 822.633 0
    579 
    580 0
    581 Mu
    582 10 1 1 1 1 1 1 1 1 1 1 1 0.409074 0
    583 
    584 0
    585 Cp
    586 10 1 1 1 1 1 1 1 1 1 1 1 81.6299 0
    587 
    588 0
    589 K
    590 10 1 1 1 1 1 1 1 1 1 1 1 0.667331 0
     5741 1 1 842 0
    591575
    5925760
     
    6005842
    601585Mu
    602 10 1 1 1 1 1 1 1 1 1 1 1 0.504826 0
     5861 1 1 0.562714 0
    603587
    6045880
    605589Twall
    606 10 1 1 1 1 1 1 1 1 1 1 1 327.676 0
     5901 1 1 321.343 0
    607591
    6085920
     
    617601Method
    6186020 1
    619 NTU_Basic
    620 0 0
    621 
    622 8
    623 Ch
    624 5 1 1 1 1 1 1 573.068 0
    625 
    626 0
    627 Cc
    628 5 1 1 1 1 1 1 112.922 0
    629 
    630 0
    631 Cr
    632 5 1 1 1 1 1 1 0.197048 0
    633 
    634 0
    635 Cmin
    636 5 1 1 1 1 1 1 112.922 0
    637 
    638 0
    639 Cmax
    640 5 1 1 1 1 1 1 573.068 0
    641 
    642 0
    643 NTU
    644 5 1 1 1 1 1 1 0.232807 0
    645 
    646 0
    647 Eft
    648 5 1 1 1 1 1 1 1 0
    649 
    650 0
    651 Eft1
    652 5 1 1 1 1 1 1 1 0
     603LMTD_Basic
     6040 0
     605
     6064
     607DT0
     6081 1 1 31.6083 0
     609
     6100
     611DTL
     6121 1 1 42.3817 0
     613
     6140
     615LMTD
     6161 1 1 36.7321 0
     617
     6180
     619Fc
     6201 1 1 1 0
    653621
    6546220
     
    659627InletHot
    6606280 1
    661 source
    662 0 0
    663 
    664 12
     629simple_source
     6300 0
     631
     6329
    665633M
    666 3 1 1 2 1 86.1766 1 18.0152 0
     6341 2 1 86.1766 1 18.0152 0
    667635
    6686360
     
    6746426
    675643F
    676 5 1 1 1 1 1 1 10 0
    677 
    678 0
    679 T
    680 5 1 1 1 1 1 1 341.15 0
    681 
    682 0
    683 P
    684 5 1 1 1 1 1 1 5.32939 0
     6441 1 1 10 0
     645
     6460
     647T
     6481 1 1 341.15 0
     649
     6500
     651P
     6521 1 1 5.32939 0
     653
     6540
     655h
     6561 1 1 -22993 0
     657
     6580
     659v
     6601 1 1 0 0
    685661
    6866620
    687663z
    688 5 1 1 1 1 2 1 1 1 0 0
     6641 2 1 1 1 0 0
     665
     6660
     667
     6680
     669MolarComposition
     6701 2 1 1 1 0 0
     671
     6720
     673F
     6741 1 1 10 0
     675
     6760
     677T
     6781 1 1 341.15 0
     679
     6800
     681T_Cdeg
     6821 1 1 68 0
     683
     6840
     685P
     6861 1 1 5.32939 0
     687
     6880
     689x
     6901 2 1 1 1 0 0
     691
     6920
     693y
     6941 2 1 1 1 0 0
     695
     6960
     697
     6980
     699InletCold
     7000 1
     701simple_source
     7020 0
     703
     7049
     705M
     7061 2 1 86.1766 1 18.0152 0
     707
     7080
     709Outlet
     7100 1
     711stream
     7120 0
     713
     7146
     715F
     7161 1 1 5 0
     717
     7180
     719T
     7201 1 1 296.15 0
     721
     7220
     723P
     7241 1 1 5.03331 0
    689725
    6907260
    691727h
    692 5 1 1 1 1 1 1 -22993 0
     7281 1 1 -45927 0
    693729
    6947300
    695731v
    696 5 1 1 1 1 1 1 0 0
    697 
    698 0
     7321 1 1 0 0
     733
     7340
     735z
     7361 2 1 0 1 1 0
     737
     7380
     739
     7400
     741MolarComposition
     7421 2 1 0 1 1 0
     743
     7440
     745F
     7461 1 1 5 0
     747
     7480
     749T
     7501 1 1 296.15 0
     751
     7520
     753T_Cdeg
     7541 1 1 23 0
     755
     7560
     757P
     7581 1 1 5.03331 0
    699759
    7007600
    701761x
    702 3 1 1 2 1 1 1 0 0
     7621 2 1 0 1 1 0
    703763
    7047640
    705765y
    706 3 1 1 2 1 1 1 0 0
    707 
    708 0
    709 hl
    710 3 1 1 1 1 -22993 0
    711 
    712 0
    713 hv
    714 3 1 1 1 1 4025.33 0
     7661 2 1 0 1 1 0
     767
     7680
     769
     7700
     771OutletHot
     7720 1
     773sink
     7740 0
     775
     77614
     777M
     7781 2 1 86.1766 1 18.0152 0
     779
     7800
     781Inlet
     7820 1
     783stream
     7840 0
     785
     7866
     787F
     7881 1 1 10 0
     789
     7900
     791T
     7921 1 1 338.532 0
     793
     7940
     795P
     7961 1 1 5.32897 0
     797
     7980
     799h
     8001 1 1 -23537.1 0
     801
     8020
     803v
     8041 1 1 4.34827e-24 0
     805
     8060
     807z
     8081 2 1 1 1 0 0
     809
     8100
     811
     8120
     813v
     8141 1 1 -3.95259e-26 0
     815
     8160
     817x
     8181 2 1 1 1 -2.07001e-25 0
     819
     8200
     821y
     8221 2 1 1 1 0 0
    715823
    7168240
    717825zmass
    718 3 1 1 2 1 1 1 0 0
     8261 2 1 1 1 0 0
    719827
    7208280
    721829Mw
    722 3 1 1 1 1 86.1766 0
     8301 1 1 86.1766 0
    723831
    7248320
    725833vm
    726 3 1 1 1 1 0.000138355 0
     8341 1 1 0.000137769 0
    727835
    7288360
    729837rho
    730 3 1 1 1 1 622.864 0
     8381 1 1 625.514 0
     839
     8400
     841rhom
     8421 1 1 7.25851 0
    731843
    7328440
    733845Fw
    734 3 1 1 1 1 861.766 0
     8461 1 1 861.766 0
    735847
    7368480
    737849Fvol
    738 3 1 1 1 1 1.38355 0
    739 
    740 0
    741 
    742 0
    743 InletCold
    744 0 1
    745 source
    746 0 0
    747 
    748 12
     8501 1 1 1.37769 0
     851
     8520
     853s
     8541 1 1 -163.297 0
     855
     8560
     857T_Cdeg
     8581 1 1 65.3817 0
     859
     8600
     861
     8620
     863OutletCold
     8640 1
     865sink
     8660 0
     867
     86814
    749869M
    750 3 1 1 2 1 86.1766 1 18.0152 0
    751 
    752 0
    753 Outlet
     8701 2 1 86.1766 1 18.0152 0
     871
     8720
     873Inlet
    7548740 1
    755875stream
     
    7588786
    759879F
    760 5 1 1 1 1 1 1 5 0
    761 
    762 0
    763 T
    764 5 1 1 1 1 1 1 296.15 0
    765 
    766 0
    767 P
    768 5 1 1 1 1 1 1 5.03331 0
     8801 1 1 5 0
     881
     8820
     883T
     8841 1 1 309.542 0
     885
     8860
     887P
     8881 1 1 5.03327 0
     889
     8900
     891h
     8921 1 1 -44838.8 0
     893
     8940
     895v
     8961 1 1 0 0
    769897
    7708980
    771899z
    772 5 1 1 1 1 2 1 0 1 1 0
    773 
    774 0
    775 h
    776 5 1 1 1 1 1 1 -45927 0
     9001 2 1 0 1 1 0
     901
     9020
    777903
    7789040
    779905v
    780 5 1 1 1 1 1 1 0 0
    781 
    782 0
     9061 1 1 0 0
    783907
    7849080
    785909x
    786 3 1 1 2 1 0 1 1 0
     9101 2 1 0 1 1 0
    787911
    7889120
    789913y
    790 3 1 1 2 1 0 1 1 0
    791 
    792 0
    793 hl
    794 3 1 1 1 1 -45927 0
    795 
    796 0
    797 hv
    798 3 1 1 1 1 -666.079 0
     9141 2 1 0 1 1 0
    799915
    8009160
    801917zmass
    802 3 1 1 2 1 0 1 1 0
     9181 2 1 0 1 1 0
    803919
    8049200
    805921Mw
    806 3 1 1 1 1 18.0152 0
     9221 1 1 18.0152 0
    807923
    8089240
    809925vm
    810 3 1 1 1 1 2.12054e-05 0
     9261 1 1 2.13957e-05 0
    811927
    8129280
    813929rho
    814 3 1 1 1 1 849.559 0
     9301 1 1 842 0
     931
     9320
     933rhom
     9341 1 1 46.7383 0
    815935
    8169360
    817937Fw
    818 3 1 1 1 1 90.076 0
     9381 1 1 90.076 0
    819939
    8209400
    821941Fvol
    822 3 1 1 1 1 0.106027 0
    823 
    824 0
    825 
    826 0
    827 OutletHot
    828 0 1
    829 sink
    830 0 0
    831 
    832 11
    833 M
    834 3 1 1 2 1 86.1766 1 18.0152 0
    835 
    836 0
    837 Inlet
    838 0 1
    839 stream
    840 0 0
    841 
    842 6
    843 F
    844 5 1 1 1 1 1 1 10 0
    845 
    846 0
    847 T
    848 5 1 1 1 1 1 1 332.283 0
    849 
    850 0
    851 P
    852 5 1 1 1 1 1 1 5.32886 0
    853 
    854 0
    855 z
    856 5 1 1 1 1 2 1 1 1 0 0
    857 
    858 0
    859 h
    860 5 1 1 1 1 1 1 -24822.4 0
    861 
    862 0
    863 v
    864 5 1 1 1 1 1 1 0 0
    865 
    866 0
    867 
    868 0
    869 v
    870 3 1 1 1 1 0 0
    871 
    872 0
    873 x
    874 3 1 1 2 1 1 1 0 0
    875 
    876 0
    877 y
    878 3 1 1 2 1 1 1 0 0
    879 
    880 0
    881 zmass
    882 3 1 1 2 1 1 1 0 0
    883 
    884 0
    885 Mw
    886 3 1 1 1 1 86.1766 0
    887 
    888 0
    889 vm
    890 3 1 1 1 1 0.000136424 0
    891 
    892 0
    893 rho
    894 3 1 1 1 1 631.681 0
    895 
    896 0
    897 Fw
    898 3 1 1 1 1 861.766 0
    899 
    900 0
    901 Fvol
    902 3 1 1 1 1 1.36424 0
    903 
    904 0
    905 
    906 0
    907 OutletCold
    908 0 1
    909 sink
    910 0 0
    911 
    912 11
    913 M
    914 3 1 1 2 1 86.1766 1 18.0152 0
    915 
    916 0
    917 Inlet
    918 0 1
    919 stream
    920 0 0
    921 
    922 6
    923 F
    924 5 1 1 1 1 1 1 5 0
    925 
    926 0
    927 T
    928 5 1 1 1 1 1 1 341.122 0
    929 
    930 0
    931 P
    932 5 1 1 1 1 1 1 5.0333 0
    933 
    934 0
    935 z
    936 5 1 1 1 1 2 1 0 1 1 0
    937 
    938 0
    939 h
    940 5 1 1 1 1 1 1 -42268.3 0
    941 
    942 0
    943 v
    944 5 1 1 1 1 1 1 0 0
    945 
    946 0
    947 
    948 0
    949 v
    950 3 1 1 1 1 0 0
    951 
    952 0
    953 x
    954 3 1 1 2 1 0 1 1 0
    955 
    956 0
    957 y
    958 3 1 1 2 1 0 1 1 0
    959 
    960 0
    961 zmass
    962 3 1 1 2 1 0 1 1 0
    963 
    964 0
    965 Mw
    966 3 1 1 1 1 18.0152 0
    967 
    968 0
    969 vm
    970 3 1 1 1 1 2.18994e-05 0
    971 
    972 0
    973 rho
    974 3 1 1 1 1 822.633 0
    975 
    976 0
    977 Fw
    978 3 1 1 1 1 90.076 0
    979 
    980 0
    981 Fvol
    982 3 1 1 1 1 0.109497 0
    983 
    984 0
    985 
    986 0
     9421 1 1 0.106979 0
     943
     9440
     945s
     9461 1 1 -216.122 0
     947
     9480
     949T_Cdeg
     9501 1 1 36.3917 0
     951
     9520
     953
     9540
  • branches/gui/sample/heat_exchangers/GuessSampleHairpin.rlt

    r484 r581  
    16160 0
    1717
    18 18
    19 NComp
    20 0 0
    21 
    22 0
     1817
    2319M
    24201 2 1 86.1766 1 18.0152 0
     
    66620 0
    6763
    68 7
    69 NComp
    70 0 0
    71 
    72 0
     646
    7365F
    74661 1 1 10 0
     
    8173P
    82741 1 1 5.32939 0
     75
     760
     77h
     781 1 1 -22993 0
     79
     800
     81v
     821 1 1 0 0
    8383
    84840
     
    8787
    88880
     89
     900
     91InletOuter
     920 1
     93stream
     940 0
     95
     966
     97F
     981 1 1 5 0
     99
     1000
     101T
     1021 1 1 296.15 0
     103
     1040
     105P
     1061 1 1 5.03331 0
     107
     1080
    89109h
    90 1 1 1 -22993 0
     1101 1 1 -45927 0
    91111
    921120
     
    95115
    961160
    97 
    98 0
    99 InletOuter
    100 0 1
    101 stream
    102 0 0
    103 
    104 7
    105 NComp
    106 0 0
    107 
    108 0
    109 F
    110 1 1 1 5 0
    111 
    112 0
    113 T
    114 1 1 1 296.15 0
    115 
    116 0
    117 P
    118 1 1 1 5.03331 0
    119 
    120 0
    121117z
    1221181 2 1 0 1 1 0
    123119
    1241200
     121
     1220
     123OutletInner
     1240 1
     125streamPH
     1260 1
     127stream
     1280 0
     129
     1306
     131F
     1321 1 1 10 0
     133
     1340
     135T
     1361 1 1 337.965 0
     137
     1380
     139P
     1401 1 1 5.32754 0
     141
     1420
    125143h
    126 1 1 1 -45927 0
     1441 1 1 -23654.4 0
    127145
    1281460
     
    131149
    1321500
    133 
    134 0
    135 OutletInner
    136 0 1
    137 streamPH
    138 0 1
    139 stream
    140 0 0
    141 
    142 7
    143 NComp
    144 0 0
    145 
    146 0
    147 F
    148 1 1 1 10 0
    149 
    150 0
    151 T
    152 1 1 1 334.186 0
    153 
    154 0
    155 P
    156 1 1 1 5.32939 0
    157 
    158 0
    159151z
    1601521 2 1 1 1 0 0
    161153
    1621540
    163 h
    164 1 1 1 -24433 0
    165 
    166 0
    167 v
    168 1 1 1 6.75571e-27 0
    169 
    170 0
    171 
    172 3
     155
     1562
    173157x
    1741581 2 1 1 1 0 0
     
    179163
    1801640
    181 s
    182 1 1 1 -165.96 0
    183 
    184 0
    185165
    1861660
     
    1921720 0
    193173
    194 7
    195 NComp
    196 0 0
    197 
    198 0
     1746
    199175F
    2001761 1 1 5 0
     
    2021780
    203179T
    204 1 1 1 331.572 0
    205 
    206 0
    207 P
    208 1 1 1 5.03331 0
     1801 1 1 312.427 0
     181
     1820
     183P
     1841 1 1 5.03329 0
     185
     1860
     187h
     1881 1 1 -44604.3 0
     189
     1900
     191v
     1921 1 1 0 0
    209193
    2101940
     
    213197
    2141980
    215 h
    216 1 1 1 -43047 0
    217 
    218 0
    219 v
    220 1 1 1 0 0
    221 
    222 0
    223 
    224 3
     199
     2002
    225201x
    2262021 2 1 0 1 1 0
     
    229205y
    2302061 2 1 0 1 1 0
    231 
    232 0
    233 s
    234 1 1 1 -210.531 0
    235207
    2362080
     
    2482200
    249221Q
    250 1 1 1 4 0
     2221 1 1 1.83711 0
    251223
    2522240
    253225Uc
    254 1 1 1 0.0565227 0
     2261 1 1 0.0579461 0
    255227
    2562280
    257229Ud
    258 1 1 1 0.0565092 0
     2301 1 1 0.0579319 0
    259231
    2602320
     
    2822540
    283255Re
    284 1 1 1 35262.4 0
     2561 1 1 35673.7 0
    285257
    2862580
    287259hcoeff
    288 1 1 1 0.421138 0
     2601 1 1 0.413831 0
    289261
    2902620
    291263fi
    292 1 1 1 0.0227077 0
     2641 1 1 0.0226451 0
    293265
    2942660
    295267Nu
    296 1 1 1 217.958 0
     2681 1 1 220.366 0
    297269
    2982700
    299271PR
    300 1 1 1 6.41915 0
     2721 1 1 6.45219 0
    301273
    3022740
    303275Phi
    304 1 1 1 1 0
     2761 1 1 0.983972 0
    305277
    3062780
    307279Vmean
    308 1 1 1 0.291021 0
     2801 1 1 0.291907 0
    309281
    3102820
     
    3222940
    323295Pdrop
    324 1 1 1 0 0
     2961 1 1 0.186674 0
    325297
    3262980
    327299Pd_fric
    328 1 1 1 0 0
     3001 1 1 0.106857 0
    329301
    3303020
    331303Pd_ret
    332 1 1 1 0 0
     3041 1 1 0.0798175 0
    333305
    3343060
    335307fi
    336 1 1 1 0.00674887 0
     3081 1 1 0.00673309 0
    337309
    3383100
    339311Re
    340 1 1 1 35262.4 0
     3121 1 1 35673.7 0
    341313
    3423140
     
    3763480
    377349T
    378 1 1 1 337.668 0
    379 
    380 0
    381 P
    382 1 1 1 540 0
     3501 1 1 339.558 0
     351
     3520
     353P
     3541 1 1 539.907 0
    383355
    3843560
    385357rho
    386 1 1 1 626.38 0
     3581 1 1 624.48 0
    387359
    3883600
    389361Mu
    390 1 1 1 0.211382 0
     3621 1 1 0.208945 0
    391363
    3923640
    393365Cp
    394 1 1 1 206.761 0
     3661 1 1 207.672 0
    395367
    3963680
    397369K
    398 1 1 1 0.0790076 0