Ignore:
Timestamp:
Jun 16, 2007, 7:23:13 PM (16 years ago)
Author:
gerson bicca
Message:

updated ATTRIBUTES section in heat exchangers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/heat_exchangers/Mheatex.mso

    r197 r284  
    1212* EMSO is distributed under the therms of the ALSOC LICENSE as
    1313* available at http://www.enq.ufrgs.br/alsoc.
    14 *
    15 *
    16 *---------------------------------------------------------------------
    17 * Model of a Multistream Heat Exchanger
    18 *
    19 *       Streams:
    20 *               * Hot Inlet streams ....        at least one Hot material stream
    21 *               * Cold Inlet streams ....       at least one Cold material stream
    22 *               * Hot Outlet streams  ....      one material stream for each Hot Inlet
    23 *               * Cold Outlet streams  ....     one material stream for each Cold Inlet
    24 *
    25 *       Purpose:
    26 *               * Heat Transfer between multiple hot and cold streams.
    27 *
    2814*----------------------------------------------------------------------
    2915* Author: Gerson Balbueno Bicca
     
    3622       
    3723ATTRIBUTES
     24        Icon = "Mheatex";
    3825        Pallete = true;
    39         Brief = "Multistream heat exchangers";
     26        Brief = "Model of a Multistream heat exchangers";
    4027        Info =
    4128        "Heat Transfer between multiple hot and cold streams.";
     
    4431
    4532outer PP                                        as Plugin       (Brief="Physical Properties", Type="PP");
    46 outer   NComp                           as Integer      (Brief="Number of Components");
    47         FlowDirection                   as Switcher(Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent");
     33outer   NComp                   as Integer      (Brief="Number of Components");
     34        FlowDirection           as Switcher(Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent");
    4835        Ncold                                           as Integer      (Brief="Number of Inlet Cold Streams",Lower=1);
    4936        Nhot                                            as Integer      (Brief="Number of Inlet Hot Streams",Lower=1);
Note: See TracChangeset for help on using the changeset viewer.