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

more updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/sample/heat_exchangers/Sample_DoublePipe_series.mso

    r526 r581  
    4141        InletHot        as simple_source;
    4242        InletCold       as simple_source;
    43         OutletHot       as sink;
    44         OutletCold      as sink;
     43        OutletHot       as simple_sink;
     44        OutletCold      as simple_sink;
    4545       
    4646       
     
    7171exchanger1.Eftestimated                 = 0.64;
    7272
    73 exchanger2.CalculationApproach = "Full";
     73exchanger2.CalculationApproach = "Simplified";
    7474exchanger2.Qestimated                   = 40*'kW';
    7575
    76 exchanger3.CalculationApproach = "Full";
     76exchanger3.CalculationApproach = "Simplified";
    7777exchanger3.Qestimated                    = 30*'kW';
    7878exchanger3.Eftestimated                  = 0.4;
     
    135135#               Hot Stream
    136136#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    137         InletHot.Outlet.F                       = 51                    * 'kmol/h';
    138         InletHot.Outlet.T       = (90+273.15)   * 'K';
    139         InletHot.Outlet.P       = 2                     * 'atm';
    140         InletHot.Outlet.z       = [1,0];
     137        InletHot.F                      = 51                    * 'kmol/h';
     138        InletHot.T      = (90+273.15)   * 'K';
     139        InletHot.P      = 2                     * 'atm';
     140        InletHot.MolarComposition       = [1,0];
    141141       
    142142#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    143143#       Cold Stream
    144144#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    145         InletCold.Outlet.F                      = 251                           * 'kmol/h';
    146         InletCold.Outlet.P = 2                  * 'atm';
    147         InletCold.Outlet.T = (33+273.15)        * 'K';
    148     InletCold.Outlet.z = [0,1];
     145        InletCold.F                     = 251                           * 'kmol/h';
     146        InletCold.P = 2                 * 'atm';
     147        InletCold.T = (33+273.15)       * 'K';
     148    InletCold.MolarComposition = [0,1];
    149149       
    150150OPTIONS
Note: See TracChangeset for help on using the changeset viewer.