mirror of
https://github.com/ParticulateFlow/LPP.git
synced 2025-12-08 06:37:46 +00:00
9 lines
399 B
Plaintext
9 lines
399 B
Plaintext
to install liggghts post processing copy the following lines of code into your bashrc (please change the variable CFDEM_lppPath according to your system):
|
|
|
|
============================================
|
|
CFDEM_lppPath=/Users/s/work/parallelpizza/nightly_build
|
|
|
|
alias lpp="python $CFDEM_lppPath/src/lpp.py"
|
|
alias pizza ="python $CFDEM_lppPath/src/pizza.py"
|
|
============================================
|