|
From: Gallis, M. A <ma...@sa...> - 2020-01-16 05:49:16
|
Daichi
Add "file grid.*" to your fix adapt command. This will create a file named grid.* when the grid is adapted. Then replace
Create_grid 20 10 1 with read_grid grid.* (where * is the number of time steps).
Michael Gallis
On 1/15/20, 10:15 PM, "Daichi Hayashi" <dha...@rh...> wrote:
Dear all SPARTA users, and developers,
I’m japanese undergraduate student using SPARTA.
I have a problem about ParaView visualization.
I refined grid by using “adapt_grid” command at input file,
but after doing “grid2paraview.py”, there are just parent grid.
I also confirmed refined grid in output image. (command “dump ID image image.*.ppm")
Could you tell me how to refine grid in paraview ??
I want to visualize like Fig. 1 in ref. 1.
My convert shell command is
$ pvpython grid2paraview.py mir.txt mir_grid -r tmp.*.dump
and the contents of mir.txt file is
dimension 2
create_box -0.25 0.25 0.0 0.25 -0.5 0.5
create_grid 20 10 1
Sorry for my poor English.
Thank you for your attention.
My best regards,
Daichi Hayashi
# reference
1. Direct Simulation Monte Carlo on petaflop supercomputers and beyond, S. J. Plimpton, S. G. Moore, A. Borner, A. K. Stagg, T. P. Koehler, J. R. Torczynski, M. A. Gallis, Physics of Fluids, 31, 086101 (2019).
_______________________________________________
sparta-users mailing list
spa...@li...
https://lists.sourceforge.net/lists/listinfo/sparta-users
|