Changeset 276 for trunk/eml/reactors


Ignore:
Timestamp:
Jun 16, 2007, 5:02:22 PM (16 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Updated reactors documentation

Location:
trunk/eml/reactors
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/reactors/batch.mso

    r172 r276  
    1414*
    1515*--------------------------------------------------------------------
    16 * Model of a batch reactor
    17 *
    18 *       - Assumptions
    19 *               * isotermic
    20 *
    21 *--------------------------------------------------------------------
    2216* Author: Paula B. Staudt and Rafael P. Soares
    2317* $Id$
     
    2721 
    2822Model batch_basic
    29        
     23        ATTRIBUTES
     24        Pallete         = true;
     25        Icon            = "batch";
     26        Brief           = "Model of a batch reactor";
     27        Info            = "
     28        Assumptions
     29         * isotermic
     30        ";
     31
    3032PARAMETERS
    3133
  • trunk/eml/reactors/cstr.mso

    r208 r276  
    2525
    2626ATTRIBUTES
     27        ATTRIBUTES
    2728        Pallete         = false;
    28         Brief           = "Brief";
    29         Info            =
    30         "write some information";
     29        Brief           = "Basic model for a CSTR reactor";
    3130       
    3231PARAMETERS
     
    5857
    5958ATTRIBUTES
     59        ATTRIBUTES
    6060        Pallete         = true;
    61         Brief           = "Brief";
    62         Info            =
    63         "write some information";
     61        Icon            = "cstr";
     62        Brief           = "Model of a CSTR with given yield";
    6463       
    6564PARAMETERS
     
    8079       
    8180ATTRIBUTES
     81        ATTRIBUTES
    8282        Pallete         = true;
    83         Brief           = "Brief";
    84         Info            =
    85         "write some information";
     83        Icon            = "cstr";
     84        Brief           = "Model of a generic CSTR";
     85        Info            = "
     86        Requires the information of:
     87         * Reaction values
     88         * Heat of reaction
     89        ";
    8690
    8791VARIABLES
  • trunk/eml/reactors/pfr.mso

    r194 r276  
    1313* available at http://www.enq.ufrgs.br/alsoc.
    1414*
    15 *--------------------------------------------------------------------
    16 * Model of a Generic PFR with constant mass holdup
    17 *--------------------------------------------------------------------
    18 *
    19 *       - Requires the information of:
    20 *                * Reaction values
    21 *                * Heat of reaction
    22 *                * Pressure profile
    23 *
    2415*----------------------------------------------------------------------
    2516* Author: Rafael de P. Soares and Paula B. Staudt
     
    3324ATTRIBUTES
    3425        Pallete         = true;
    35         Brief           = "Brief";
    36         Info            =
    37         "write some information";
     26        Brief           = "Model of a Generic PFR with constant mass holdup";
     27        Icon            = "pfr";
     28        Info            = "
     29        Requires the information of:
     30         * Reaction values
     31         * Heat of reaction
     32         * Pressure profile
     33        ";
    3834
    3935PARAMETERS
Note: See TracChangeset for help on using the changeset viewer.