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/reboiler.mso

    r243 r262  
    1313* available at http://www.enq.ufrgs.br/alsoc.
    1414*
    15 *-------------------------------------------------------------------
    16 * Model of a dynamic reboiler
    17 *--------------------------------------------------------------------
    18 *
    19 *       Streams:
    20 *               * a liquid inlet stream
    21 *               * a liquid outlet stream
    22 *               * a vapour outlet stream
    23 *               * a feed stream
    24 *
    25 *       Assumptions:
    26 *               * perfect mixing of both phases
    27 *               * thermodynamics equilibrium
    28 *               * no liquid entrainment in the vapour stream
    29 *
    30 *       Specify:
    31 *               * the Feed stream
    32 *               * the Liquid inlet stream
    33 *               * the outlet flows: OutletV.F and OutletL.F
    34 *
    35 *       Initial:
    36 *               * the reboiler temperature (OutletL.T)
    37 *               * the reboiler liquid level (Ll)
    38 *               * (NoComps - 1) OutletL (OR OutletV) compositions
    39 *
    40 *
    4115*----------------------------------------------------------------------
    4216* Author: Paula B. Staudt
     
    4721
    4822Model reboiler
     23        ATTRIBUTES
     24        Pallete         = true;
     25        Icon            = "Reboiler";
     26        Brief           = "Model of a dynamic reboiler - kettle.";
     27        Info            =
     28        "Assumptions:
     29         * perfect mixing of both phases;
     30         * thermodynamics equilibrium;
     31         * no liquid entrainment in the vapour stream.
     32       
     33        Specify:
     34         * the inlet stream;
     35         * the liquid inlet stream;
     36         * the outlet flows: OutletV.F and OutletL.F;
     37         * the heat supply.
     38       
     39        Initial Conditions:
     40         * the reboiler temperature (OutletL.T);
     41         * the reboiler liquid level (Level);
     42         * (NoComps - 1) OutletL (OR OutletV) compositions.
     43        ";     
     44       
    4945        PARAMETERS
    5046        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
     
    118114*---------------------------------------------------------------------*#
    119115Model reboilerSteady
     116        ATTRIBUTES
     117        Pallete         = true;
     118        Icon            = "ReboilerSteady";
     119        Brief           = "Model of a  Steady State reboiler with no thermodynamics equilibrium - thermosyphon.";
     120        Info            =
     121        "Assumptions:
     122         * perfect mixing of both phases;
     123         * no thermodynamics equilibrium;
     124         * no liquid entrainment in the vapour stream.
     125       
     126        Specify:
     127         * the InletL stream;
     128         * the heat supply OR the outlet temperature (OutletV.T);
     129        ";     
     130
    120131        PARAMETERS
    121132        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
     
    154165*---------------------------------------------------------------------*#
    155166Model reboilerSteady_fakeH
     167        ATTRIBUTES
     168        Pallete         = true;
     169        Icon            = "ReboilerSteady";
     170        Brief           = "Model of a  Steady State reboiler with fake calculation of outlet conditions.";
     171        Info            =
     172        "Model of a  Steady State reboiler with fake calculation of
     173        vaporisation fraction and output temperature, but with a real
     174        calculation of the output stream enthalpy.
     175        ";
     176       
    156177        PARAMETERS
    157178        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
     
    190211*-------------------------------------------------------------------*#
    191212Model reboilerReact
     213        ATTRIBUTES
     214        Pallete         = true;
     215        Icon            = "Reboiler";
     216        Brief           = "Model of a dynamic reboiler with reaction.";
     217        Info            =
     218        "Assumptions:
     219         * perfect mixing of both phases;
     220         * thermodynamics equilibrium;
     221         * no liquid entrainment in the vapour stream;
     222         * the reaction takes place only in the liquid phase.
     223       
     224        Specify:
     225         * the kinetics variables;
     226         * the inlet stream;
     227         * the liquid inlet stream;
     228         * the outlet flows: OutletV.F and OutletL.F;
     229         * the heat supply.
     230       
     231        Initial Conditions:
     232         * the reboiler temperature (OutletL.T);
     233         * the reboiler liquid level (Level);
     234         * (NoComps - 1) OutletL (OR OutletV) compositions.
     235        ";
     236       
    192237        PARAMETERS
    193238        outer PP as Plugin(Type="PP");
Note: See TracChangeset for help on using the changeset viewer.