<html><head></head><body bgcolor="#FFFFFF"><div>Equations in TRNSYS must be explicit.  So this set of three equations will work because you can solve them without iteration:</div><div><br></div><div>A=3</div><div>B=A+2</div><div>C=A+B</div><div><br></div><div>However, this set will not work as it requires iteration/manipulation:</div><div>A=B-2</div><div>B=C-A</div><div>C=2*A+2</div><div><br></div><div>In the first set of equations, the values on the right side of the equation can also be outputs from component models - as their value will be known upon convergence.  The program will alert you if the system of equations you entered is legal and will then block the equations to solve them more quickly.</div><div><br></div><div>Jeff</div><div><br></div><div>Jeff Thornton</div><div>TESS<br><br><br></div><div><br>On Oct 26, 2012, at 5:49 AM, Baboo Gowreesunker <<a href="mailto:Baboo.Gowreesunker@brunel.ac.uk">Baboo.Gowreesunker@brunel.ac.uk</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaTempEditStyle"></style><style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>


<div style="FONT-FAMILY: Tahoma; DIRECTION: ltr; COLOR: #000000; FONT-SIZE: x-small">
<div></div>
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">Hi all..</font></div>
<div dir="ltr"><font face="tahoma"></font> </div>
<div dir="ltr"><font face="tahoma">Can the equation editor iterate between its inputs and outputs, until the residual is small ?</font></div>
<div dir="ltr"><font face="tahoma"></font> </div>
<div dir="ltr"><font face="tahoma">Thanks</font></div>
<div dir="ltr"><font face="tahoma">Lesh</font></div>
</div>


</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>TRNSYS-users mailing list</span><br><span><a href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a></span><br><span><a href="https://mailman.cae.wisc.edu/listinfo/trnsys-users">https://mailman.cae.wisc.edu/listinfo/trnsys-users</a></span><br></div></blockquote></body></html>