Ignore:
Timestamp:
Jul 25, 2008, 7:24:26 PM (15 years ago)
Author:
gerson bicca
Message:

starting to update the EML (new gui)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/sample/mixers_splitters/sample_sepComp.mso

    r247 r578  
    4848        sep.mainComp = 1;
    4949        sep.NOutlet = 3;
     50       
     51        Stream.ValidPhases = "Vapour-Liquid";
     52        Stream.CompostionBasis = "Molar";
    5053
    5154SPECIFY
    52         Stream.Outlet.F = 30 * 'kmol/h';
    53         Stream.Outlet.P = 120 * 'kPa';
    54         Stream.Outlet.T = 290 * 'K';
    55         Stream.Outlet.z = [0.6, 0.4];
     55        Stream.F = 30 * 'kmol/h';
     56        Stream.P = 120 * 'kPa';
     57        Stream.T = 290 * 'K';
     58        Stream.Composition = [0.6, 0.4];
    5659       
    5760        sep.Outlet(1).z(1) = 0.7;
     
    8891        NComp = PP.NumberOfComponents;
    8992        sep.mainComp = 1;
     93       
     94        Stream.ValidPhases = "Vapour-Liquid";
     95        Stream.CompostionBasis = "Molar";
    9096
    9197        SPECIFY
    92         Stream.Outlet .F = 30 * 'kmol/h';
    93         Stream.Outlet .P = 120 * 'kPa';
    94         Stream.Outlet .T = 290 * 'K';
    95         Stream.Outlet .z = [0.6, 0.4];
     98        Stream.F = 30 * 'kmol/h';
     99        Stream.P = 120 * 'kPa';
     100        Stream.T = 290 * 'K';
     101        Stream.Composition = [0.6, 0.4];
    96102       
    97103        sep.Outlet1.z(1) = 0.7;
Note: See TracChangeset for help on using the changeset viewer.