<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
One more update on this matter. I generated a mesh with cubit that I exported in a exodus format and in a msh format. I then did the following: 
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>- in the first case, I used the exo2nek script to generate the re2 file, and run Nek5000 to get a rea file by calling ‘gen_rea’.</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>- I used the msh2nek python script to generate a rea file.</div>
<div class=""><br class="">
</div>
<div class="">My geometry has a moving boundary conditions and the mesh motion is solved by Nek5000 in my current setting.</div>
<div class=""><br class="">
</div>
<div class="">I observe the following when running all above rea files with the same Nek5000 compiled usr file:</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>- when running the Nek5000 session with the re2 file generated from the exo2nek script, the mesh is static when visualized with Visit. The log file shows that Nek5000 is solving for the
 mesh motion, though.</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>- when running the Nek5000 session with the rea file generated with the gen_rea call, the mesh moves when visualized with Visit, but Nek5000 exits the run and writes a file named ‘xyz***’.</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>- when running the Nek5000 session with the rea file generated with the python script, the mesh moves, the solution looks good and Nek5000 runs all the way to the final time specified
 in the rea file.</div>
<div class=""><br class="">
</div>
<div class="">When running the Nek5000 session with the re2 file generated with the exo2nek script, I set the boundary condition in the usrdat subroutine. At first glance, it seems to be the right approach since the boundary conditions are correctly labeled
 in the rea file that is generated with gen_rea. But because Nek5000 exits with an error message when I run the rea file coming from the gen_rea call, I am not so sure. Should I be setting the boundary conditions at a different initialization stage?</div>
<div class=""><br class="">
</div>
<div class="">Note that I used the exo2nek script for other geometries that have more common boundary conditions (v and O), and I did not run into any issue. This problem seems to be specific to the moving mesh and boundary conditions capabilities, I think.</div>
<div class=""><br class="">
</div>
<div class="">Once again, I would appreciate any help on this matter. </div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class=""><br class="">
</div>
<div class="">Marco</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Oct 24, 2017, at 12:55 PM, Delchini, Marc-Olivier G. <<a href="mailto:delchinimg@ornl.gov" class="">delchinimg@ornl.gov</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
I specify the boundary conditions in the usr file using the following piece of code:
<div class=""><br class="">
</div>
<div class="">
<div class="">      do i=1,nelt</div>
<div class="">        do j=1,2*ndim</div>
<div class="">          if(bc(5,j,i,1).eq.1) then</div>
<div class="">            cbc(j,i,1)='mv  '</div>
<div class="">          elseif(bc(5,j,i,1).eq.2) then</div>
<div class="">            cbc(j,i,1)='W  '</div>
<div class="">          elseif(bc(5,j,i,1).eq.3) then</div>
<div class="">            cbc(j,i,1)='W  '</div>
<div class="">          elseif(bc(5,j,i,1).eq.4) then</div>
<div class="">            cbc(j,i,1)='W  '</div>
<div class="">          else</div>
<div class="">            cbc(j,i,1)='E  '</div>
<div class="">          endif</div>
<div class="">        enddo</div>
<div class="">      enddo</div>
</div>
<div class=""><br class="">
</div>
<div class="">Marco</div>
<div class=""><br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Oct 24, 2017, at 12:39 PM, <a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">
nek5000-users@lists.mcs.anl.gov</a> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="auto" class="">
<div class=""></div>
<div class="">How do you specify the BC in the exo case?</div>
<div class=""><br class="">
On 24 Oct 2017, at 18:05, "<a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">nek5000-users@lists.mcs.anl.gov</a>" <<a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">nek5000-users@lists.mcs.anl.gov</a>> wrote:<br class="">
<br class="">
</div>
<blockquote type="cite" class="">
<div class="">
<meta name="Generator" content="Kopano HTML builder 1.0" class="">
<title class=""></title>
<!-- Converted from text/plain format -->
<p class=""><font style="font-family: courier" size="2" class="">Stefan,<br class="">
<br class="">
thank for your reply.<br class="">
<br class="">
My mesh moves if I write the mesh in a rea file. If I use the mesh generated from exo2nek script, the mesh does not move.<br class="">
<br class="">
Marco<br class="">
<br class="">
> On Oct 24, 2017, at 11:59 AM, <a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">
nek5000-users@lists.mcs.anl.gov</a> wrote:<br class="">
> <br class="">
> Marco,<br class="">
> <br class="">
> please note that the .par file is still experimental and not as robust as the good old .rea.<br class="">
> It looks like I forgot to support the viscosity and tolerance for the mesh elasticity solver - so the default values 0.4 and 0.02 will be used. Anyway, your mesh should be moving unless there is something wrong with the BC in the exo case.<br class="">
> <br class="">
> Cheers,<br class="">
> Stefan<br class="">
> <br class="">
> -----Original message-----<br class="">
>> From:<a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">nek5000-users@lists.mcs.anl.gov</a> <<a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">nek5000-users@lists.mcs.anl.gov</a>><br class="">
>> Sent: Monday 23rd October 2017 22:15<br class="">
>> To: <a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">nek5000-users@lists.mcs.anl.gov</a><br class="">
>> Subject: Re: [Nek5000-users] par file and moving mesh<br class="">
>> <br class="">
>> Hi all,<br class="">
>> <br class="">
>> I have an update on this issue.<br class="">
>> <br class="">
>> The mesh I am using was generated in Cubit and then converted to the Nek5000 re2 format using the exo2nek script. I call the function ‘gen_rea’ to make Nek5000 write the mesh in a rea file. My mesh has a moving boundary condition, and the mesh motion is
 computed by the ALE solver. I then do the following:<br class="">
>>     1) I run my session using the mesh read from the re2 file that comes from the exo2nek script.<br class="">
>>     2) I run my session using the rea file that was generated by the function call ‘gen_rea'.<br class="">
>> <br class="">
>> In the first case, the output file does not show the mesh motion even though the velocity profile seems correct. In the second case, the mesh motion shows in the output file when I visualize the solution with Visit.<br class="">
>> <br class="">
>> Is this a bug, or simply a misuse of the exo2nek script?<br class="">
>> <br class="">
>> Marco<br class="">
>> <br class="">
>>> On Oct 19, 2017, at 8:51 AM, <a href="mailto:nek5000-users@lists.mcs.anl.gov" class="">
nek5000-users@lists.mcs.anl.gov</a> <<a href="mailto:Nek5000-users@lists.mcs.anl.gov" class="">Nek5000-users@lists.mcs.anl.gov</a>> wrote:<br class="">
>>> <br class="">
>>> Hi all,<br class="">
>>> <br class="">
>>> I am trying to switch from a rea file to a par file and I am having difficulties with the moving mesh capabilities. When visualizing the numerical solution, the mesh is not moving, whereas it was moving with a previous version of Nek5000.<br class="">
>>> <br class="">
>>> I copied the par file from the my_cyl examples as a start point. The main different between my session and the mv_cyl session is the way the mesh motion is handled. I believe the mesh velocity is provided by the user through a function, whereas in my session
 the mesh velocity is solved for.<br class="">
>>> <br class="">
>>> Below is the par file I am currently using:<br class="">
>>> <br class="">
>>> #<br class="">
>>> # nek parameter file<br class="">
>>> #<br class="">
>>> [GENERAL]<br class="">
>>> #startFrom = restart.fld<br class="">
>>> stopAt = numSteps<br class="">
>>> endTime = 0<br class="">
>>> numSteps = 1000<br class="">
>>> <br class="">
>>> dt = 1e-03<br class="">
>>> timeStepper = bdf #bdf #char #steady<br class="">
>>> tOrder = 3<br class="">
>>> variableDt = no<br class="">
>>> maxCFL = 2.0<br class="">
>>> <br class="">
>>> writeControl = timeStep #runTime<br class="">
>>> writeInterval = 50<br class="">
>>> <br class="">
>>> dealiasing = yes<br class="">
>>> userParam01 = 1.16<br class="">
>>> userParam02 = 1.8550800E-05<br class="">
>>> <br class="">
>>> [PROBLEMTYPE]<br class="">
>>> lowMachNumber = no<br class="">
>>> variableProperties = yes<br class="">
>>> dp0dt = no<br class="">
>>> <br class="">
>>> [MESH]<br class="">
>>> motion = yes<br class="">
>>> meshVelocity = no<br class="">
>>> <br class="">
>>> [PRESSURE]<br class="">
>>> residualTol = 1e-10<br class="">
>>> residualProj = no<br class="">
>>> #preconditioner = amg<br class="">
>>> <br class="">
>>> [VELOCITY]<br class="">
>>> residualTol = 1e-12<br class="">
>>> residualProj = no<br class="">
>>> <br class="">
>>> <br class="">
>>> Any help will be appreciated.<br class="">
>>> <br class="">
>>> Thanks,<br class="">
>>> <br class="">
>>> Marco<br class="">
>>> <br class="">
>>> _______________________________________________<br class="">
>>> Nek5000-users mailing list<br class="">
>>> <a href="mailto:Nek5000-users@lists.mcs.anl.gov" class="">Nek5000-users@lists.mcs.anl.gov</a><br class="">
>>> <a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" class="">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br class="">
>>> <br class="">
>> <br class="">
>> _______________________________________________<br class="">
>> Nek5000-users mailing list<br class="">
>> <a href="mailto:Nek5000-users@lists.mcs.anl.gov" class="">Nek5000-users@lists.mcs.anl.gov</a><br class="">
>> <a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" class="">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br class="">
>> <br class="">
> _______________________________________________<br class="">
> Nek5000-users mailing list<br class="">
> <a href="mailto:Nek5000-users@lists.mcs.anl.gov" class="">Nek5000-users@lists.mcs.anl.gov</a><br class="">
> <a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" class="">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br class="">
<br class="">
_______________________________________________<br class="">
Nek5000-users mailing list<br class="">
<a href="mailto:Nek5000-users@lists.mcs.anl.gov" class="">Nek5000-users@lists.mcs.anl.gov</a><br class="">
<a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" class="">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br class="">
</font></p>
</div>
</blockquote>
</div>
_______________________________________________<br class="">
Nek5000-users mailing list<br class="">
<a href="mailto:Nek5000-users@lists.mcs.anl.gov" class="">Nek5000-users@lists.mcs.anl.gov</a><br class="">
<a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" class="">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>