<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p><First, I would like the temperature at outlet of the tank (Type 534) to be greater than or equal to the DHW supply temperature measured every hour (which I read using Type9a from a data file).></p>
<p>I think you'll need to think this through before deciding how to model it.  How are you going to ensure that the tank temperature is above your desired temperature?  What if you have a few cloudy days and/or a high load?  Are you going to have a small boiler to top off the fluid going to the load?  Are you going to employ heating elements or a gas burner inside of the tank to keep the fluid temperature above your setpoint?  Or do instead mean that you'd like the temperature coming out of the tank to be at the desired temperature if at all possible (and possibly lower if the tank isn't hot enough)?  In that case you'd use a tempering valve to mix in cold water to maintain that maximum temperature.</p>
<p> </p>
<p>As for your second question, it's similar to the first one.  How are you going to keep the return temperature above your desired setpoint at low-solar conditions?  Small in-line boiler?  Take out less load than the real system such that the return temperature is fixed at that minimum?  If it's the latter approach then you can use an equation like:</p>
<p>Tout_Load = MAX((Tin_Load-Qload/Mdot_load/Cp),Tmin_Load)</p>
<p>I would also caution you about your approach for the HX loop.  Make sure you have small timesteps and pipes leading to/from the load or you are likely to run into convergence problems.</p>
<p> </p>
<p>Jeff</p>
<p> </p>
<div>
<pre>---<br />Jeff Thornton
President - TESS LLC
22 N. Carroll Street, Madison WI USA 53703
Office: (608) 274-2577  Fax: (608) 278-1475
www.tess-inc.com
E-Mail: thornton@tess-inc.com
</pre>
</div>
<p>On 01/26/2017 9:37 am, Charles Smith via TRNSYS-users wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">
<p class="MsoNormal">Dear TRNSYS users,<span></span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal">I am trying to model a solar water heating system (SWHS) based on some data that I have, but I am facing two problems related to the temperature control. <span></span></p>
<p class="MsoNormal">First, I would like the temperature at outlet of the tank (Type 534) to be greater than or equal to the DHW supply temperature measured every hour (which I read using Type9a from a data file). <span></span></p>
<p class="MsoNormal">Second, I know the supply and return temperatures of the radiant floor as well as the flow rate. So I created an equation to model the radiant floor. The equation takes the temperature at HX outlet (Type 534) and subtract what the radiant floor uses in real life to get the return temperature, which is linked to inlet temperature for HX (Type 534). I would like to use a controller so that the return temperature calculated is never below that measured. <span></span></p>
<p class="MsoNormal">I tried different controllers, but it does not seem to work out. Does anyone can help me please? <span></span></p>
<p class="MsoNormal">Thank you very much.<span></span></p>
<p class="MsoNormal">Best regards,<span></span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal">Charles <span></span></p>
</div>
<br />
<pre>_______________________________________________
TRNSYS-users mailing list
<a href="mailto:TRNSYS-users@lists.onebuilding.org">TRNSYS-users@lists.onebuilding.org</a>
<a href="http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org">http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org</a>
</pre>
</blockquote>
</body></html>