Hi Kyle,<br><br>Did you take a look at the conj_ht case in the examples folder? It has something pretty close to what you want.<br><br>Justin<br><br><div class="gmail_quote">On Tue, Jun 19, 2012 at 1:18 PM,  <span dir="ltr"><<a href="mailto:nek5000-users@lists.mcs.anl.gov" target="_blank">nek5000-users@lists.mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I am attempting to setup a simple 2D conjugate heat transfer problem using genbox. I use the example "turbChannel" as my model. I want to setup a fluid box in between two solid boxes. Therefore, my 2DturbChannel.box file appears:<br>

<br>
base.rea<br>
2                      spatial dimension  ( < 0 --> generate .rea/.re2 pair)<br>
2                      number of fields<br>
Box<br>
-8   8                                           nelx,nely for Box<br>
0 8 1.                                              x0,x1,gain  (rescaled in usrdat)<br>
-1.0 -0.96 -0.75 -0.45 0.00 0.45 0.75 0.96 1.00     y0,y1,...,yn<br>
P  ,P  ,W  ,E                                 bc's  (3 chars each!)<br>
P  ,P  ,W  ,E                                 bc's  (3 chars each!)<br>
Box<br>
-8   8                                           nelx,nely for Box<br>
0 8 1.                                              x0,x1,gain  (rescaled in usrdat)<br>
1.00 1.04 1.25 1.55 2.00 2.45 2.75 2.96 3.00     y0,y1,...,yn<br>
P  ,P  ,E  ,W                                 bc's  (3 chars each!)<br>
P  ,P  ,E  ,W                                 bc's  (3 chars each!)<br>
Box<br>
-8   8                                           nelx,nely for Box<br>
0 8 1.                                              x0,x1,gain  (rescaled in usrdat)<br>
-1.00 -1.04 -1.25 -1.55 -2.00 -2.45 -2.75 -2.96 -3.00     y0,y1,...,yn<br>
P  ,P  ,W  ,E                                 bc's  (3 chars each!)<br>
P  ,P  ,W  ,E                                 bc's  (3 chars each!)<br>
<br>
<br>
Running genbox on this file produces a .rea file with 192 fluid elements. I first try to change "nelv" in the .rea file to 64. Running genmap on this file produces a "PERIODIC MISMATCH" error, likely due to the 192 boundary conditions for the fluid field. So I then delete all of the boundary conditions for elements greater than 64 in the fluid (leaving thermal boundary conditions for all 192 elements). Genmap now works, but running nek with this .rea/.map combination gives the error:<br>

<br>
  ERROR READING INITIAL CONDITION/DRIVE FORCE DATA<br>
  ABORTING IN ROUTINE RDICDF.<br>
<br>
<br>
I thought that this procedure would work, given previous discussion on the problem of conjugate heat transfer in Nek5000 (<a href="http://lists.mcs.anl.gov/pipermail/nek5000-users/2010-February/000121.html" target="_blank">http://lists.mcs.anl.gov/pipermail/nek5000-users/2010-February/000121.html</a>). Perhaps I generated the .map file from the incorrect form of the .rea file? My question: is there a simple way to deal with solid elements in this configuration without using prenek?<br>

<br>
Thanks,<br>
<br>
Kyle<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>
</blockquote></div><br>