Ignore:
Timestamp:
Feb 20, 2010, 1:56:44 AM (14 years ago)
Author:
Argimiro Resende Secchi
Message:

Checking new EML.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/sample/case_study/sample_flash.mso

    r804 r911  
    5252       
    5353        EQUATIONS
    54         fl.OutletL.F = 400*sqrt(fl.Level/'m') * 'kmol/h';
     54        fl.OutletLiquid.F = 400*sqrt(fl.Geometry.Level/'m') * 'kmol/h';
    5555       
    5656        SPECIFY
     
    6060        s1.Composition = [0.2379,0.3082,0.09958,0.1373,0.08872,0.1283];
    6161
    62         fl.OutletV.F = 68.5 * 'kmol/h';
    63         Q.OutletQ.Q = 0 * 'kJ/h';
     62        fl.OutletVapour.F = 68.5 * 'kmol/h';
     63        Q.OutletQ = 0 * 'kJ/h';
    6464       
    6565        SET
    66         fl.V = 50 * 'm^3';
    67         fl.diameter = 2 * 'm';
    68         fl.orientation = "vertical";
    69 #       fl.orientation = "horizontal";
     66        fl.Geometry.Lenght = 10 * 'm';
     67        fl.Geometry.Diameter = 2 * 'm';
     68        fl.Geometry.Orientation = "vertical";
     69#       fl.Geometry.Orientation = "horizontal";
    7070
    7171        INITIAL
    72         fl.OutletL.T = 338 * 'K';
    73         fl.Level = 0.4 * 'm';
    74 
    75         fl.OutletL.z(1) = 0.1;
    76         fl.OutletL.z(2) = 0.1;
    77         fl.OutletL.z(3) = 0.1;
    78         fl.OutletL.z(4) = 0.1;
    79         fl.OutletL.z(5) = 0.1;
     72        fl.OutletLiquid.T = 338 * 'K';
     73        fl.Geometry.Level = 0.4 * 'm';
     74        fl.OutletLiquid.z([1:5]) = 0.1;
    8075       
    8176        OPTIONS
     
    118113        s1.Composition = [0.2379,0.3082,0.09959,0.1373,0.08872,0.1283];
    119114       
    120         fl.OutletL.P = 2.5 * 'atm';
     115        fl.OutletLiquid.P = 2.5 * 'atm';
    121116
    122         #Q.OutletQ.Q = 0 * 'kJ/h';
    123         fl.OutletL.T = 315.06 * 'K';
     117        #Q.OutletQ = 0 * 'kJ/h';
     118        fl.OutletLiquid.T = 315.06 * 'K';
    124119       
    125120        OPTIONS
     
    137132
    138133
    139         fl.OutletV.F'kmol/h';
     134        fl.OutletVapour.F'kmol/h';
    140135
    141136end
     
    150145RESPONSE
    151146
    152         fl.OutletV.z(1);
    153         fl.OutletV.F'kmol/h';
     147        fl.OutletVapour.z(1);
     148        fl.OutletVapour.F'kmol/h';
    154149
    155150end
Note: See TracChangeset for help on using the changeset viewer.