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_hairpin.mso

    r484 r581  
    3838        InletHot        as simple_source;
    3939        InletCold       as simple_source;
    40         OutletHot       as sink;
    41         OutletCold      as sink;
     40        OutletHot       as simple_sink;
     41        OutletCold      as simple_sink;
    4242       
    4343       
     
    8686#               Hot Stream
    8787#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    88         InletHot.Outlet.F = 10                          * 'kmol/h';
    89         InletHot.Outlet.T = (68+273.15)   * 'K';
    90         InletHot.Outlet.P = 5.4                         * 'bar';
    91         InletHot.Outlet.z = [1,0];
     88        InletHot.F = 10                         * 'kmol/h';
     89        InletHot.T = (68+273.15)   * 'K';
     90        InletHot.P = 5.4                        * 'bar';
     91        InletHot.MolarComposition = [1,0];
    9292       
    9393#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    9494#       Cold Stream
    9595#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    96         InletCold.Outlet.F = 5                          * 'kmol/h';
    97         InletCold.Outlet.P = 5.1                * 'bar';
    98         InletCold.Outlet.T = (23+273.15)        * 'K';
    99     InletCold.Outlet.z = [0,1];
     96        InletCold.F = 5                         * 'kmol/h';
     97        InletCold.P = 5.1               * 'bar';
     98        InletCold.T = (23+273.15)       * 'K';
     99    InletCold.MolarComposition = [0,1];
    100100       
    101101OPTIONS
     
    119119        InletHot        as simple_source;
    120120        InletCold       as simple_source;
    121         OutletHot       as sink;
    122         OutletCold      as sink;
     121        OutletHot       as simple_sink;
     122        OutletCold      as simple_sink;
    123123       
    124124       
     
    169169#               Hot Stream
    170170#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    171         InletHot.Outlet.F = 10                          * 'kmol/h';
    172         InletHot.Outlet.T = (68+273.15)   * 'K';
    173         InletHot.Outlet.P = 5.4                         * 'bar';
    174         InletHot.Outlet.z = [1,0];
     171        InletHot.F = 10                         * 'kmol/h';
     172        InletHot.T = (68+273.15)   * 'K';
     173        InletHot.P = 5.4                        * 'bar';
     174        InletHot.MolarComposition = [1,0];
    175175       
    176176#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    177177#       Cold Stream
    178178#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    179         InletCold.Outlet.F = 5                          * 'kmol/h';
    180         InletCold.Outlet.P = 5.1                * 'bar';
    181         InletCold.Outlet.T = (23+273.15)        * 'K';
    182     InletCold.Outlet.z = [0,1];
     179        InletCold.F = 5                         * 'kmol/h';
     180        InletCold.P = 5.1               * 'bar';
     181        InletCold.T = (23+273.15)       * 'K';
     182    InletCold.MolarComposition = [0,1];
    183183
    184184OPTIONS
Note: See TracChangeset for help on using the changeset viewer.