Ignore:
Timestamp:
Sep 23, 2008, 7:20:38 PM (15 years ago)
Author:
gerson bicca
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/mixers_splitters/sample_splitter.mso

    r366 r632  
    4444        NComp = PP.NumberOfComponents;
    4545        Splitter.NOutlet = 3;
     46       
     47        Stream.ValidPhases = "Vapour-Liquid";
     48        Stream.CompositionBasis = "Molar";
    4649
    4750        SPECIFY
    48         Stream.Outlet.F = 153 * 'kmol/h';
    49         Stream.Outlet.P = 150 * 'kPa';
    50         Stream.Outlet.T = 298.6 * 'K';
    51         Stream.Outlet.z = [0.6, 0.4];
     51        Stream.F = 153 * 'kmol/h';
     52        Stream.P = 150 * 'kPa';
     53        Stream.T = 298.6 * 'K';
     54        Stream.Composition = [0.6, 0.4];
    5255       
    5356        Splitter.frac(1) = 0.4;
Note: See TracChangeset for help on using the changeset viewer.