Hi,
I’m trying to install ParaView-5.9.0-RC3-MPI-Linux-Python3.8-64bit on ubuntu.
I installed a Xming server.
When I tried to activate paraview I received the following message,
How can I post process the results from OpenFOAM? I am unable to launch Paraview/ParaFoam from terminal?
It is not possible to use ParaView within the container, you will need to download ParaView for Windows from the ParaView website, install it directly on Windows and use it outside of the Docker container. Create a file with the suffix ”.foam” e.g. type the command ”touch a.foam” in your case folder. Launch ParaView and browse the case folder. Open the file with suffix ”.foam” to start the post processing.
What about sharing the file system between both OS? You should be able to mount one of your Windows partition on Ubuntu, save the results on it and then read them back with PV on Windows.
Hi Marcelo,
the sharing is easy; your Ubuntu WSL on Windows 10 will be stored at C:\Users$YOURUSERNAME\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu20.04onWindows_79rhkp1fndgsc\LocalState\rootfs
or something similar like this… Be aware I have version Ubuntu 20.04, but I don’t know which version you have…
If you would like to launch paraview directly from Ubuntu WSL the first step is launch xLaunch application on your windows and as second step launch paraview from your comand line…
But as Mathieu mentioned - the easiest way is using Paraview for Windows… It works very well…