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

    r176 r262  
    1313* available at http://www.enq.ufrgs.br/alsoc.
    1414*
    15 *-------------------------------------------------------------------
    16 * Model of a Batch Distillation (or Differential Distilation)
    17 *--------------------------------------------------------------------
    18 *
    19 *       Streams:
    20 *               * a liquid inlet stream
    21 *               * a vapour outlet stream
    22 *               * a inlet stream
    23 *
    24 *       Assumptions:
    25 *               * perfect mixing of both phases
    26 *               * thermodynamics equilibrium
    27 *               * no liquid entrainment in the vapour stream
    28 *
    29 *       Specify:
    30 *               * the inlet stream
    31 *               * the liquid inlet stream
    32 *               * the molar flow of the vapour outlet stream
    33 *
    34 *       Initial:
    35 *               * the distillator temperature (T)
    36 *               * the distillator liquid level (Ll)
    37 *               * (NoComps - 1) compositions in the distillator
    38 *                                       or in the OutletV
    39 *               
    40 *
    4115*----------------------------------------------------------------------
    4216* Author: Maurício Carvalho Maciel
     
    4620       
    4721Model Diff_Dist
     22        ATTRIBUTES
     23        Pallete         = true;
     24        Icon            = "BatchDist";
     25        Brief           = "Model of a Batch Distillation.";
     26        Info            =
     27        "Assumptions:
     28         * perfect mixing of both phases;
     29         * thermodynamics equilibrium;
     30         * no liquid entrainment in the vapour stream.
    4831       
     32        Specify:
     33         * the inlet stream;
     34         * the liquid inlet stream;
     35         * the molar flow of the vapour outlet stream.
     36       
     37        Initial Conditions:
     38         * the distillator temperature (T);
     39         * the distillator liquid level (Level);
     40         * (NoComps - 1) compositions in the distillator or in the OutletV.
     41        ";
     42
    4943        PARAMETERS
    5044outer PP                as Plugin       (Brief = "External Physical Properties", Type="PP");
Note: See TracChangeset for help on using the changeset viewer.