Changeset 936 for branches/gui/template


Ignore:
Timestamp:
Jul 8, 2011, 1:34:23 PM (12 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Fixed flowsheet template for the new models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/template/flowsheet.mso

    r299 r936  
    5353        CONNECTIONS
    5454        STR101.Outlet     to   FLASH101.Inlet;
    55         Q101.Outlet       to   FLASH101.Q;
     55        Q101.OutletQ       to   FLASH101.InletQ;
    5656
    5757        #*
     
    6464        STR101.Outlet.z = [0.2379, 0.3082, 0.09959, 0.35431];
    6565
    66         FLASH101.OutletV.F = 68.5 * 'kmol/h';
    67         FLASH101.OutletL.F = 400*sqrt(FLASH101.Level/'m') * 'kmol/h';
    68         FLASH101.Q = 1 * 'kJ/h';
     66        FLASH101.OutletVapour.F = 68.5 * 'kmol/h';
     67        FLASH101.OutletLiquid.F = 400*sqrt(FLASH101.Level/'m') * 'kmol/h';
     68        FLASH101.InletQ = 1 * 'kJ/h';
    6969       
    7070        #*
     
    7373         *#
    7474        SET
    75         FLASH101.V = 2000 * 'm^3';
    76         FLASH101.orientation = "vertical";
    77         FLASH101.diameter = 1 * 'm';
     75        FLASH101.Lenght = 2 * 'm';
     76        FLASH101.Orientation = "vertical";
     77        FLASH101.Diameter = 1 * 'm';
    7878         
    7979        #*
     
    8282         *#
    8383        INITIAL
    84         FLASH101.OutletL.T = 330 *'K';
     84        FLASH101.OutletLiquid.T = 330 *'K';
    8585        FLASH101.Level = 1 * 'm';
    86         FLASH101.OutletL.z(1) = 0.1;
    87         FLASH101.OutletL.z(2) = 0.1;
    88         FLASH101.OutletL.z(3) = 0.1;
     86        FLASH101.OutletLiquid.z(1) = 0.1;
     87        FLASH101.OutletLiquid.z(2) = 0.1;
     88        FLASH101.OutletLiquid.z(3) = 0.1;
    8989end
    9090# The end keyword informs that the flowsheet declaration have ended.
Note: See TracChangeset for help on using the changeset viewer.