New LPP version released

ckloss's picture
Submitted by ckloss on Thu, 05/16/2013 - 21:20

Hi all,

a new LPP version has been released, including various bugfixes and an update of the force network viz tool by Stefan Radl (Graz UT)

LPP is now also running on github: git@github.com:CFDEMproject/LPP.git

Cheers
Christoph

PaulWinkler's picture

PaulWinkler | Mon, 05/27/2013 - 14:27

Hello Christoph,

just want to setup LPP, but all I got was an error while cloning.

user@VMUbuntu:~$ sudo git clone git@github.com:CFDEMproject/LPP.git $HOME/LPP
Klone nach '/home/user/LPP'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Regards

Paul

Open DEM Japan | Mon, 11/03/2025 - 07:16

There have been many reports that LPP no longer works reliably on modern environments.
LPP was developed for Python 2 and is based on the older Pizza.py toolkit; as a result, it often runs into compatibility issues and bugs on systems where Python 3 is the default (e.g., Ubuntu 20.04+).
If your goal is converting LIGGGHTS dump files to VTK, I have developed a new program in Python 3:

Highlights

  • Includes an easy-to-use GUI; can also be used as a CLI for batch workflows.
  • Converts not only particle data to VTK, but also force chains.
  • Supports force-chain analysis using the Louvain method for community detection.

Please give it a try and feel free to share feedback or report issues on GitHub.