Diagnosis:
It mainly depends to the installation method you have used. I highly recommend the official OpenFOAM installation for Ubuntu from openfoam.org as it includes 'paraFoam'. If you follow the instructions correctly you should find the paraFoam
executive in /opt/openfoam5/bin/
. Maybe the installation folder is diffrent.you can find it by searching your drive (first make sure your database is updated sudo updatedb
then look for it locate -i paraFoam
)
Then make sure you have added the line:
source /opt/openfoam5/etc/bashrc
at the end of your ~/.bashrc
file.
Alternative solution 1:
Alternatively you can open OpenFOAM results using the original ParaVIEW installation (sudo apt-get install paraview
). In your project folder run the command foamToVTK
. Then make an empty dummy file in you project folder with any arbitrary name and .foam
extension (dummy.foam
).
Then in ParaView open this file and it will automatically loads the results.
Alternative solution 2:
If you also don't have the foamToVTK
, another method suggested here is to open the system/ControlDict
in ParaVIEW selecting the OpenFOAM option.