Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to output the velocity field in VTK format? #17

Open
Lidabao77 opened this issue Jan 20, 2024 · 3 comments
Open

How to output the velocity field in VTK format? #17

Lidabao77 opened this issue Jan 20, 2024 · 3 comments

Comments

@Lidabao77
Copy link

Dr. Karnakov,When I was studying example 205,examples/205_multivof/clustering,what should I do to output the velocity field in vtk format.Thank you

@pkarnakov
Copy link
Collaborator

pkarnakov commented Jan 20, 2024

If you append std.conf or add.conf with the following lines

set string dumplist vx vy vz
set string dumpformat raw

the solver will write the velocity fields in XDMF to *.xmf (metadata) and *.raw (binary data). VTK is not supported for the fields.
The default parameters with some descriptions are in deploy/scripts/sim_base.conf. I've also extended examples/README.md

@Lidabao77
Copy link
Author

I see, thank you for your answer

@Moxing529
Copy link

Hello Lidabao77,I am also studying Example 205 in examples/205_multivof/clustering. I used the dumplist to output the pressure field, resulting in XMF and RAW format files. Could you please let me know how you view these two files? I always encounter errors when trying to open them in ParaView. Thank you!

@pkarnakov pkarnakov reopened this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants