HI Josh,<br><br>Yes, the current version of genbox should be set up to set the logical flags a little differently than before.<br><br>Now, the user is able to create a .rea file for heat only simulations by setting the number of fields (line 3 in the .box file) to negative, so part of the logical flags are written out differently than before.<br>

<br>However, it shouldn't overwrite the IFTRAN logical, that is an error.  I will take care of it and update the repo.<br><br>Thanks!!<br>Katie<br><br><div class="gmail_quote">On Thu, Aug 11, 2011 at 3:15 PM,  <span dir="ltr"><<a href="mailto:nek5000-users@lists.mcs.anl.gov">nek5000-users@lists.mcs.anl.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Neks,<br>
<br>
I was getting an odd error in Nek when using geometry generated from<br>
the newest version of genbox (repo 718) that I did not get from repo<br>
713 (the log file from the run using genbox from repo 718 is<br>
attached--the error message appears at the top).<br>
<br>
After comparing the two generated .rea files, I found the issue.  On<br>
older versions of genbox, it seems that it took the base.rea file<br>
specified and used the upper portion of it to generate the header of<br>
your new .rea file.  But, on the new version, it doesn't appear to do<br>
this for the logical flags.  So, the issue I was running into (while<br>
running the example turbChannel) was that<br>
<br>
IFTRAN    T<br>
<br>
in base.rea was being replaced by<br>
<br>
IFHEAT    F<br>
<br>
in the generated box.rea file, where in the older version it kept them<br>
the same.   Manually changing IFHEAT    F   back to IFTRAN    T<br>
removed the error message and the case ran fine as normal.<br>
<br>
I'm not sure if this was an intentional change or not, or if anyone<br>
else has run into this issue, but I thought this might help clear up<br>
any confusion if anyone else runs into this same problem (took me a<br>
while to figure out what exactly was going wrong :) ).<br>
<font color="#888888"><br>
--<br>
Josh Camp<br>
<br>
"All that is necessary for the triumph of evil is that good men do<br>
nothing" -- Edmund Burke<br>
</font><br>_______________________________________________<br>
Nek5000-users mailing list<br>
<a href="mailto:Nek5000-users@lists.mcs.anl.gov">Nek5000-users@lists.mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br>
<br></blockquote></div><br>