Ignore:
Timestamp:
Jun 15, 2007, 7:21:14 PM (16 years ago)
Author:
Paula Bettio Staudt
Message:

Updated ATTRIBUTES section

File:
1 edited

Legend:

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

    r243 r262  
    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 condenser
    17 *--------------------------------------------------------------------
    18 *
    19 *       Streams:
    20 *               * a vapour inlet stream
    21 *               * a liquid outlet stream
    22 *
    23 *       Assumptions:
    24 *               * perfect mixing of both phases
    25 *               * thermodynamics equilibrium
    26 *
    27 *       Specify:
    28 *               * the Inlet stream
    29 *               * the Outlet flows
    30 *
    31 *       Initial:
    32 *               * the condenser temperature (OutletL.T)
    33 *               * the condenser level (Ll)
    34 *               * (NoComps - 1) Outlet compositions
    3514*
    3615*----------------------------------------------------------------------
     
    4221
    4322Model condenser
     23        ATTRIBUTES
     24        Pallete         = true;
     25        Icon            = "Condenser";
     26        Brief           = "Model of a dynamic condenser.";
     27        Info            =
     28        "Assumptions:
     29         * perfect mixing of both phases;
     30         * thermodynamics equilibrium.
     31       
     32        Specify:
     33         * the inlet stream;
     34         * the outlet flows: OutletV.F and OutletL.F;
     35         * the heat supply.
     36       
     37        Initial Conditions:
     38         * the condenser temperature (OutletL.T);
     39         * the condenser liquid level (Level);
     40         * (NoComps - 1) OutletL (OR OutletV) compositions.
     41        ";     
     42       
    4443        PARAMETERS
    4544        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
     
    108107*---------------------------------------------------------------------*#
    109108Model condenserSteady
     109        ATTRIBUTES
     110        Pallete         = true;
     111        Icon            = "CondenserSteady";
     112        Brief           = "Model of a  Steady State condenser with no thermodynamics equilibrium.";
     113        Info            =
     114        "Assumptions:
     115         * perfect mixing of both phases;
     116         * no thermodynamics equilibrium.
     117       
     118        Specify:
     119         * the inlet stream;
     120         * the pressure drop in the condenser;
     121         * the heat supply.
     122        ";
     123       
    110124        PARAMETERS
    111125        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
     
    134148*--------------------------------------------------------------------*#
    135149Model condenserReact
     150        ATTRIBUTES
     151        Pallete         = true;
     152        Icon            = "Condenser";
     153        Brief           = "Model of a Condenser with reaction in liquid phase.";
     154        Info            =
     155        "Assumptions:
     156         * perfect mixing of both phases;
     157         * thermodynamics equilibrium;
     158         * the reaction only takes place in liquid phase.
     159       
     160        Specify:
     161         * the reaction related variables;
     162         * the inlet stream;
     163         * the outlet flows: OutletV.F and OutletL.F;
     164         * the heat supply.
     165       
     166        Initial Conditions:
     167         * the condenser temperature (OutletL.T);
     168         * the condenser liquid level (Level);
     169         * (NoComps - 1) OutletL (OR OutletV) compositions.
     170        ";
     171       
    136172        PARAMETERS
    137173        outer PP as Plugin(Type="PP");
Note: See TracChangeset for help on using the changeset viewer.