Carlos, You can do this but in a slightly more indirect way. Say that you have a 3 node tank and that the temperature of the 3 nodes are given by outputs 21, 22, and 23 of UNIT 35. You will need to write an equation such as: EQUATIONS 1 tempToWatch = isRun1*[35,21] + isRun2*[35,22] + isRun3*[35,23] isRun1, isRun2 and isRun3 are all new variables that will be defined both in the input file and in the parametric table. You can write: CONSTANTS 3 isRun1 = 1 isRun2 = 0 isRun3 = 0 for each run that you make, all three of the constants must be set and only one of them should be set to a value of 1; all others should be zero. Lastly, you will need to go through the deck and replace the text [35,21] with the variable tempToWatch. Kind regards, David On 8/28/2013 05:30,
C.ARBOLEDA@sanden-europe.fr wrote:
hi, -- *************************** David BRADLEY Principal Thermal Energy Systems Specialists, LLC 22 North Carroll Street - suite 370 Madison, WI 53703 USA P:+1.608.274.2577 F:+1.608.278.1475 d.bradley@tess-inc.com http://www.tess-inc.com http://www.trnsys.com |