Changeset 743 for branches/gui


Ignore:
Timestamp:
Mar 4, 2009, 6:17:47 PM (15 years ago)
Author:
gerson bicca
Message:

sample reactive column with control

Location:
branches/gui
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/eml/controllers/heat_flow.mso

    r698 r743  
    1414*
    1515*---------------------------------------------------------------------
    16 * Author:
     16* Author: Gerson B. Bicca
    1717*$Id:$                                                                 
    1818*-------------------------------------------------------------------*#
     
    2929PARAMETERS
    3030
    31         MinHeatFlow             as power                (Default=-1000);
    32         MaxHeatFlow     as power                (Default=1000);
     31        MinHeatFlow             as power                (Brief="Minimum of Heat Flow",Default=-1000);
     32        MaxHeatFlow     as power                (Brief="Maximum of Heat Flow",Default=1000);
    3333       
    3434VARIABLES
    3535
    36 out HeatFlow                                    as power                (Brief="Heat Flow", PosX=0, PosY=0.45);
    37 in      HeatFlowFraction                as fraction     (Brief="Flow Signal", PosX=0.58, PosY=1);
     36out HeatFlow                                    as power                (Brief="Heat Flow", PosX=0, PosY=0.60);
     37in      HeatFlowFraction                as fraction     (Brief="Flow Signal", PosX=0.50, PosY=0);
    3838       
    3939        EQUATIONS
Note: See TracChangeset for help on using the changeset viewer.