Ignore:
Timestamp:
Aug 31, 2007, 5:14:40 PM (16 years ago)
Author:
gerson bicca
Message:

added documentation for the Heater and Cooler operation

File:
1 edited

Legend:

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

    r352 r358  
    2323 ATTRIBUTES
    2424        Pallete         = false;
    25         Brief   = "Basic model for Heater or Cooler";
     25        Brief   = "Basic model for Heater or Cooler Operation";
    2626        Info            =
    27         "Determines thermal and phase conditions of an outlet stream";
     27"Determines thermal and phase conditions of an outlet stream.
     28";
    2829
    2930 PARAMETERS
     
    3435
    3536 VARIABLES
    36         QDuty                   as power                        (Brief = "Actual Duty");
    37         Vfrac                   as fraction             (Brief = "Vapor fraction Outlet Stream");
    38         Lfrac                   as fraction             (Brief = "Liquid fraction Outlet Stream");
    39         Kvalue(NComp)   as Real                         (Brief = "Phase Equilibrium K-values");
    40 in  Inlet(Ninlet )  as stream                   (Brief="Inlet Streams", PosX=0, PosY=0.4833, Symbol="_{in}");
    41 out Outlet              as streamPH                     (Brief="Outlet Stream", PosX=1, PosY=0.4782, Symbol="_{out}");
     37        QDuty                   as power                        (Brief = "Actual Duty",Symbol="Q_{Duty}");
     38        Vfrac                   as fraction             (Brief = "Vapor fraction Outlet Stream",Symbol="V_{frac}");
     39        Lfrac                   as fraction             (Brief = "Liquid fraction Outlet Stream",Symbol="L_{frac}");
     40        Kvalue(NComp)   as Real                         (Brief = "Phase Equilibrium K-values",Symbol="K_{value}");
     41in  Inlet(Ninlet )  as stream                   (Brief="Inlet Streams", PosX=0, PosY=0.4833, Symbol="^{in}");
     42out Outlet              as streamPH                     (Brief="Outlet Stream", PosX=1, PosY=0.4782, Symbol="^{out}");
    4243       
    4344 EQUATIONS
     
    7475end
    7576
    76 
    7777Model heater as heater_basic
    7878
     
    8282        Brief   = "Heater";
    8383        Info            =
    84         "Determines thermal and phase conditions of an outlet stream";
     84"Determines thermal and phase conditions of an outlet stream.
     85
     86== Specify ==
     87* The Inlet streams: Any Number
     88* Specify:
     89**The outlet temperature and the outlet pressure or
     90** The outlet temperature and the inlet energy stream or
     91** The outlet pressure and the inlet energy stream
     92";
    8593
    8694 VARIABLES
     
    99107        Brief   = "Cooler";
    100108        Info            =
    101         "Determines thermal and phase conditions of an outlet stream";
     109"Determines thermal and phase conditions of an outlet stream.
     110
     111== Specify ==
     112* The Inlet streams: Any Number
     113* Specify:
     114**The outlet temperature and the outlet pressure or
     115** The outlet temperature and the inlet energy stream or
     116** The outlet pressure and the inlet energy stream
     117";
    102118
    103119 VARIABLES
Note: See TracChangeset for help on using the changeset viewer.