Hi all
there are 2 primery questions.
I have installed CFDEM project newly and I could run Conveyor case in tutorials of LIGGGHTS. dump files in post folder are ready but I can not visualize these results.
1) I tryed to run Pizza.py in order to convert dump files to vtk as following:
I typed the following path in a terminal in post directory:
/root/LIGGGHTS/mylpp/src/pizza.py
But the results are:
Pizza.py (LPP 1.0 based on pizza - 7 Oct 2011), a toolkit written in Python
type ? for help, CTRL-D to quit
Loading tools ...
Display not available ... no GUIs
tdump tool did not load:
No module named Numeric
dump tool did not load:
No module named Numeric
lpp tool did not load:
No module named Numeric
ldump tool did not load:
No module named Numeric
mdump tool did not load:
No module named Numeric
vcr tool did not load:
No module named _tkinter, please install the python-tk package
vmd tool did not load:
No module named numpy
plotview tool did not load:
No module named _tkinter, please install the python-tk package
image tool did not load:
No module named _tkinter, please install the python-tk package
animate tool did not load:
No module named _tkinter, please install the python-tk package
bdump tool did not load:
No module named Numeric
2)furthermore I tryed to open paraview by typing:
paraview
in a terminal But it results:
/root/OpenFOAM/ThirdParty-2.1.x/platforms/linux64Gcc/paraview-3.12.0/lib/paraview-3.12/paraview: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
so I can not open none of these post processing softwares. what should I do? any suggestions are apreciated.
richti83 | Sun, 09/30/2012 - 15:39
libGL.so.1 <- this normely is
libGL.so.1 <- this normely is provided by the GPU-driver (NVIDIA installer if you have a NV card).
what kind of linux do you use ? (ubuntu, fedora, ...)
ghaffari_ali | Mon, 10/01/2012 - 16:00
Hi richti thanks for your
Hi richti
thanks for your reply. I use ubuntu 12.04 LTS. when I want to run paraview for openfoam cases it works well by typing paraFoam in a terminal. But I can not run paraview independently. What is your Idea?
regards
ckloss | Mon, 10/01/2012 - 00:28
>>No module named Numeric for
>>No module named Numeric
for python, you need either of "Numeric" or "numpy"
Cheers, Christoph
ghaffari_ali | Mon, 10/01/2012 - 16:15
Hi Christoph thanks so much
Hi Christoph
thanks so much for your reply. My apologies for bothering you, I know you are a busy man and your time to those in need is very valuable.
that is true I need numeric or numpy module But how can I fix it?
Regards
Ali
ckloss | Mon, 10/01/2012 - 16:59
you can install them via the
you can install them via the Ubuntu software center
Christoph