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

nek5000-users at lists.mcs.anl.gov nek5000-users at lists.mcs.anl.gov
Tue Feb 10 06:49:10 CST 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/nek5000-users/attachments/20150210/396aa63f/attachment.html>


More information about the Nek5000-users mailing list