<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body alink="#EE0000" bgcolor="#ffffff" link="#0000EE" text="#000000"
    vlink="#551A8B">
    Dear TRNSYS Users,<br>
    <br>
    I'm trying to implement a AHU model by coupling every component. AHU
    also comprises an adiabatic humidifier modeled by means type 641.<br>
    When I try to simulate it, I always receive a message saying that
    the entered Relative humidity is greather than 100%.<br>
    <br>
    Looking in the code I found where the problem come from.<br>
    <b>!Check the Inputs for Problems</b><b><br>
    </b><b> If ((RHin > 1.) .and. (mode == 2)) Call
      FoundBadInput(3,'Fatal','The return air relative humidity is
      greater than 100.')</b><br>
    <br>
    And where inputs are taken correspond to the following part of the
    code<br>
    <br>
    !Get the Current Inputs to the Model<br>
     Tin = getInputValue(1)         <br>
     Win = getInputValue(2)         <br>
    <b> RHin = getInputValue(3)</b>    <font color="#ff0000">!Should it
      be  <b>RHin = getInputValue(3)/100</b>???</font> (*)<br>
     ...<br>
    <br>
    Could somebody tell me, whether this "new type" (it seems to have
    been written in other language) uses relative humidity values
    between 0-1 (as inputs)?<br>
    Or maybe there is a mistake in the code (*)?<br>
    Does this model provide output values (RH) in percentage or between
    0-1?<br>
    <br>
    Thanks in advance!<br>
    <br>
    Roberto Ruiz<br>
    <pre class="moz-signature" cols="72">-- 
_________________________________________________

 University of Liège
Faculty of Applied Sciences
Thermodynamics Laboratory
Campus of Sart-Tilman, B49 (P33)
Chemin des Chevreuils, 7
B-4000 LIEGE (BELGIUM)
Phone  : +32 4 366 48 25 / +32 496 38 46 82
Fax    : +32 4 366 48 12
Mailto : <a class="moz-txt-link-abbreviated" href="mailto:r.ruiz@ulg.ac.be">r.ruiz@ulg.ac.be</a> 
Web : <a class="moz-txt-link-freetext" href="http://www.labothap.ulg.ac.be/">http://www.labothap.ulg.ac.be/</a></pre>
    <br>
  </body>
</html>