|
[Sponsors] |
[OpenFOAM.org] paraFoam command not working (installed openFoam from source + its Third-party) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 3, 2022, 10:16 |
paraFoam command not working (installed openFoam from source + its Third-party)
|
#1 |
New Member
Marrie
Join Date: Dec 2014
Posts: 13
Rep Power: 0 |
Hello all,
I pulled the source codes for openFoam and Third-party here: https://github.com/OpenFOAM I picked the non dev version, so OpenFOAM-9 and ThirdParty-9. My system is Arch Linux. I installed OpenFOAM successfully (compile + source the path in bashrc) This is because I tested with the lid driven cavity case and blockMesh + icoFOAM command works and I do have some data files, ready to plot. For ThirdParty-9, I also compile successfully by following: https://openfoam.org/download/source...arty-software/ After installation, I am able to type "paraview" and Paraview launches. Now, OpenFOAM also comes with paraFoam command. When I type "paraFoam", I got error saying "official reader for OpenFOAM does not exist on your system". It also prompts me to try Code:
paraFoam -built in When I tried Code:
paraFoam -built in Code:
paraFoam Code:
paraFoam -builtin Code:
paraFoam I use the Code:
which Any help is appreciated. |
|
February 6, 2022, 05:23 |
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 40 |
||
April 2, 2022, 08:18 |
|
#3 |
New Member
Join Date: Jul 2019
Location: MARS
Posts: 9
Rep Power: 7 |
Hello,
After loading the openFoam environment, check the paraview directory: Code:
echo $ParaView_DIR Otherwise, make a soft link from your installation path (probably in ThirdParty-9/build/.../paraview.../) to $ParaView_LIB_DIR: Code:
ln -s YOUR_PATH $ParaView_LIB_DIR Cheers, |
|
November 18, 2024, 06:19 |
|
#4 |
Member
Join Date: Jan 2018
Posts: 34
Rep Power: 8 |
This ends up giving ln: failed to create symbolic link ...<all my path stuff > ...file name too long!!!
|
|
Tags |
openfoam, paraview |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
what is swap4foam ?? | AB08 | OpenFOAM | 28 | February 2, 2016 02:22 |
[Other] How to use finite area method in official OpenFOAM 2.2.0? | Detian Liu | OpenFOAM Meshing & Mesh Conversion | 4 | November 3, 2015 04:04 |
[Other] Adding solvers from DensityBasedTurbo to foam-extend 3.0 | Seroga | OpenFOAM Community Contributions | 9 | June 12, 2015 18:18 |
SparceImage v1.7.x Issue on MAC OS X | rcarmi | OpenFOAM Installation | 4 | August 14, 2014 07:42 |
[swak4Foam] Error bulding swak4Foam | sfigato | OpenFOAM Community Contributions | 18 | August 22, 2013 13:41 |