Visualization Particles with ParaView #4601
-
Hi all,
And the commend I used to output the particles is similar to here And Here is the source code I used to generate the particle output |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The error message and your source code seem to suggest that Paraview tries to read |
Beta Was this translation helpful? Give feedback.
The error message and your source code seem to suggest that Paraview tries to read
plt00000/particles/Header
, but your header is atplt00000/us/Header
. The stringus
is set in your code. You either need to make ParaView to useus
(which I don't know how, but it's probably not hard) or modify your source code to useparticles
.