Ignore:
Timestamp:
Jun 16, 2007, 4:18:47 PM (16 years ago)
Author:
Paula Bettio Staudt
Message:

Updated ATTRIBUTES section and some stage_separators icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/stage_separators/flash.mso

    r235 r270  
    1212* EMSO is distributed under the therms of the ALSOC LICENSE as
    1313* available at http://www.enq.ufrgs.br/alsoc.
    14 *
    15 *-------------------------------------------------------------------
    16 * Model of a dynamic flash
    17 *--------------------------------------------------------------------
    18 *       - Streams
    19 *               * a liquid outlet stream
    20 *               * a vapour outlet stream
    21 *               * a feed stream
    22 *
    23 *       - Assumptions
    24 *               * both phases are perfectly mixed
    25 *
    26 *       - Specify:
    27 *               * the feed stream;
    28 *               * the outlet flows: OutletV.F and OutletL.F
    29 *
    30 *       - Initial:
    31 *               * the flash initial temperature (OutletL.T)
    32 *               * the flash initial liquid level (Ll)
    33 *               * (NoComps - 1) OutletL (OR OutletV) compositions
    3414*----------------------------------------------------------------------
    3515* Author: Paula B. Staudt
     
    4020
    4121Model flash
     22        ATTRIBUTES
     23        Pallete         = true;
     24        Icon            = "Flash";
     25        Brief           = "Model of a dynamic flash.";
     26        Info            =
     27        "Assumptions:
     28         * both phases are perfectly mixed.
     29       
     30        Specify:
     31         * the feed stream;
     32         * the outlet flows: OutletV.F and OutletL.F.
     33
     34        Initial Conditions:
     35         * the flash initial temperature (OutletL.T);
     36         * the flash initial level (Level);
     37         * (NoComps - 1) OutletL (OR OutletV) compositions.
     38        ";
     39       
    4240        PARAMETERS
    4341        outer PP as Plugin (Brief = "External Physical Properties", Type="PP");
     
    124122*---------------------------------------------------------------------*#
    125123Model flash_steady
     124        ATTRIBUTES
     125        Pallete         = true;
     126        Icon            = "Flash";
     127        Brief           = "Model of a Steady State flash.";
     128        Info            =
     129        "Assumptions:
     130         * both phases are perfectly mixed.
     131       
     132        Specify:
     133         * the feed stream;
     134         * the outlet pressure (OutletV.P);
     135         * the outlet temperature OR the heat supplied.
     136        ";
     137       
    126138        PARAMETERS
    127139        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
Note: See TracChangeset for help on using the changeset viewer.