[Nek5000-users] Dump on both regular and SEM grids

nek5000-users at lists.mcs.anl.gov nek5000-users at lists.mcs.anl.gov
Wed Feb 11 10:38:13 CST 2015


   Hi Aleks,

   Does Nek automatically creates this equally spaced regular grid or 
should we create it ?

   At present I am using 'Hpts()' to dump data, but it is lot of time 
and memory consuming

   I can create a regular mesh using a small routine but how do I make 
NEK to dump data to that particular mesh ?

   What is  ' nrg '  ?

   Thanks,
   KS


On 10/02/2015 13:49, nek5000-users at lists.mcs.anl.gov wrote:
> Hi JP,
>
> You could dump another sequence of files with the fields interpolated 
> to a mesh of equally spaced points instead of the defualt GLL points 
> with something like the following in your userchk()
>
>
>       ifreguo = .true.          !uniform mesh output
>       nrg = 8                     !lxo = 8 - fine grid
>       irstep = iostep/5        !dump more often
>       if(mod(istep,irstep).eq.0) call outpost(vx,vy,vz,pr,t,' ')
>       ifreguo = .false.         !unset uniform mesh output
>
> Note that the mesh spacing will vary from element to element unless 
> the elements are of equal dimensions.
>
> Aleks
> ------------------------------------------------------------------------
> *From:* nek5000-users-bounces at lists.mcs.anl.gov 
> [nek5000-users-bounces at lists.mcs.anl.gov] on behalf of 
> nek5000-users at lists.mcs.anl.gov [nek5000-users at lists.mcs.anl.gov]
> *Sent:* Tuesday, February 10, 2015 5:32 AM
> *To:* nek5000-users
> *Subject:* [Nek5000-users] Dump on both regular and SEM grids
>
> Dear All,
>
> Is there a possibility to dump result files during run time on both an 
> SEM grid and another regular grid (as done if ifreguo = .true. ). 
> Therefore avoiding the need to run a separate conversion in 
> post-processing (as explained in 
> https://nek5000.mcs.anl.gov/index.php/Data_processing_example ).
>
> Thank you,
> JP
>
>
> _______________________________________________
> Nek5000-users mailing list
> Nek5000-users at lists.mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/nek5000-users/attachments/20150211/eb693ab4/attachment-0001.html>


More information about the Nek5000-users mailing list