Brian, Technically, there is nothing wrong with the way that you implemented your inputs to Type60. The negative flow rate error is showing up because of the order in which the components are called (they are called in the same order in which they appear in the input file). For reference, your input connections are: pump (Unit 6 - Type114) --> Flow Rate at Outlet 2 (Unit 4 - Type60) pipe (Unit15 - Type32b) --> Flow Rate at Inlet 2 (Unit 4 - Type60) At one of the iterations in the first timestep (before convergence has been reached) the pump changes state and the tank gets called before the pipe component does so as a result, the flow rate out of the pump has changed but the flow rate out of the pipe hasn't yet when the tank model is called. The fix is pretty simple: you can just revise your connections as follows: pipe (Unit15 - Type32b) --> Flow Rate at Outlet 2 (Unit 4 - Type60) pipe (Unit15 - Type32b) --> Flow Rate at Inlet 2 (Unit 4 - Type60) best, David On 2/17/2013 22:25, Brian Raichle
wrote:
Hello, -- *************************** 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 |