Changeset 743 for branches/gui
- Timestamp:
- Mar 4, 2009, 6:17:47 PM (15 years ago)
- Location:
- branches/gui
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/controllers/heat_flow.mso
r698 r743 14 14 * 15 15 *--------------------------------------------------------------------- 16 * Author: 16 * Author: Gerson B. Bicca 17 17 *$Id:$ 18 18 *-------------------------------------------------------------------*# … … 29 29 PARAMETERS 30 30 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); 33 33 34 34 VARIABLES 35 35 36 out HeatFlow as power (Brief="Heat Flow", PosX=0, PosY=0. 45);37 in HeatFlowFraction as fraction (Brief="Flow Signal", PosX=0.5 8, PosY=1);36 out HeatFlow as power (Brief="Heat Flow", PosX=0, PosY=0.60); 37 in HeatFlowFraction as fraction (Brief="Flow Signal", PosX=0.50, PosY=0); 38 38 39 39 EQUATIONS
Note: See TracChangeset
for help on using the changeset viewer.