|
[Sponsors] | |||||
[OpenFOAM.org] openfoam 2.2.x - mesquite 2.3.0 |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Senior Member
joegi
Join Date: Nov 2009
Location: genoa
Posts: 107
Rep Power: 18 ![]() |
Hi,
I compiled mesquite 2.3.0 with openfoam 2.2x and dynamicTopoFvMesh-port2.2.x. Everything compiles fine, but when I try to tun a case I am getting this error Any clue what could be the problem?. Btw I get the same error with mesquite 2.2.0. I am using a case that works fine with openfoam 2.1.x and mesquite 2.2.0. |
|
|
|
|
|
|
|
|
#2 |
|
New Member
shadow
Join Date: Aug 2013
Location: China
Posts: 4
Rep Power: 14 ![]() |
I have seen the same problem. But when I copy the content under the folder mesquit lib (libmesquiteMotionSolver.so) to OpenFOAM lib folder, the problem disappeared.
|
|
|
|
|
|
|
|
|
#3 |
|
New Member
olivier Skurtys
Join Date: Aug 2012
Location: Santiago, Chile
Posts: 23
Rep Power: 15 ![]() |
Hi Foamers:
I have also been some difficulties for compiling mesquite-2.3.0 and dynamicTopoFvMesh with OpenFoam-2.2.x. I followed the Install.txt of Sandeep but it is necessary to copy: libmesquite.so and libmesquite.so.0 and libmesquite.so.0.0.0 of the repertory: $HOME/OpenFOAM/ThirdParty-2.2.x/mesquite-2.3.0/lib in: $HOME/OpenFOAM/OpenFOAM-2.2.x/platforms/linux64GccDPOpt/lib |
|
|
|
|
|
|
|
|
#4 |
|
Senior Member
|
Hello everyone,
I've just had the exact same issue on foam-extend-4.0 and solved it using the trick pointed out by Olivier, here's the quick command to run in bash: Code:
for i in $(ls ~/foam/foam-extend-4.0/ThirdParty/packages/mesquite-2.1.2/platforms/linux64GccDPOpt/lib/libmesquite.so*); do ln -sT $i ~/foam/foam-extend-4.0/lib/linux64GccDPOpt/$(basename $i);done -Louis |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Map of the OpenFOAM Forum - Understanding where to post your questions! | wyldckat | OpenFOAM | 10 | September 2, 2021 06:29 |
| OpenFOAM course for beginners | Jibran | OpenFOAM Announcements from Other Sources | 2 | November 4, 2019 09:51 |
| OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 | cfd.direct | OpenFOAM Announcements from Other Sources | 2 | August 31, 2015 14:36 |
| [waves2Foam] trying to install the waves2Foam toolbox with OpenFoam 2.3.0 | andr5w5 | OpenFOAM Community Contributions | 4 | July 5, 2014 10:47 |
| How to install OpenFOAM 2.3.0 into a cluster based on centOS linux | eddykendo | OpenFOAM Installation | 1 | June 16, 2014 09:52 |