Looking at simulations across jobs #292
gilrrei
started this conversation in
Show and tell
Replies: 1 comment
-
|
Super cool idea. Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you want to have a look at the outputs of simulations generated with QUEENS, which are in VTK formats, you can create a PVD file. Here is an example:
Now you can call the script with
python <the_script> <vtk_file_name>in the experiment dir and generate PVD files to open in paraview. The job id provided by QUEENS is set as timestep. Here an output example, showing the last timestep of the simulation with the job id1028:NOTE: not all vtk files can be used in a PVD file. For example PVD files consisting of PVD files do not work. Still it is cool to look at the outputs.
Beta Was this translation helpful? Give feedback.
All reactions