[lammps-users] 3d vector plot in LAMMPS

Hi all,

  Is there any way to get 3d vector plot of LAMMPS output? I do DPD
simulaiton of Poiseuille flow in a channel. And I need t o plot
velocity profile.
----- End Original Message ----

You'd have
to postprocess your output files outside of LAMMPS. MATLAB and Octave
3.0.1 have the quiver3 function to do 3d vector plots, and in the
"matlab" subdirectory of the "tools" directory of the LAMMPS
distribution, there are function files that can be used to read dump
files into Matlab or Octave.