AhmedSalih3d / ParticlePacking.jl

Implementation of Particle Packing Algorithm in Julia
MIT License
0 stars 0 forks source link

About extracting particle information #1

Open zhu-hui-ling opened 2 years ago

zhu-hui-ling commented 2 years ago

hello I can directly extract the position, speed and pressure information of particles from Bi4 files without converting them into VTK or CSV files. How should I change the code?

AhmedSalih3d commented 2 years ago

Hi Zhu :-)

I believe you might have made the issue in a wrong repository, I believe it should have been:

https://github.com/AhmedSalih3d/PostSPH.jl

If that is the case, an example is provided here:

https://github.com/AhmedSalih3d/PostSPH.jl/blob/master/example/moving_square_example.jl

Let me know if it works for you or not - please reopen an issue in the other repository if I am correct in my assesment of you posting in the wrong one

Kind regards