CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

[OpenFOAM.org] openfoam 2.2.x - mesquite 2.3.0

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By xucloud77
  • 3 Post By olivier_au_chili

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 31, 2013, 09:40
Default openfoam 2.2.x - mesquite 2.3.0
  #1
Senior Member
 
joegi
Join Date: Nov 2009
Location: genoa
Posts: 102
Rep Power: 16
joegi.geo is on a distinguished road
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

Code:

Selecting motion solver: mesquiteMotionSolver
--> FOAM Warning : 
    From function dlOpen(const fileName&, const bool)
    in file POSIX.C at line 1179
    dlopen error : /home/joegi/OpenFOAM/joegi-2.2.x/platforms/linux64GccDPOpt/lib/libmesquiteMotionSolver.so: undefined symbol: _ZTVN9Mesquite217LaplacianSmootherE
--> FOAM Warning : 
    From function dlLibraryTable::open(const fileName&, const bool)
    in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 99
    could not load "libmesquiteMotionSolver.so"
--> FOAM Warning : 
    From function dlLibraryTable::open(const dictionary&, const word&, const TablePtr&)
    in file /home/joegi/OpenFOAM/OpenFOAM-2.2.x/src/OpenFOAM/lnInclude/dlLibraryTableTemplates.C at line 67
    Could not open library "libmesquiteMotionSolver.so"



--> FOAM FATAL ERROR: 
Unknown solver type mesquiteMotionSolver

Valid solver types are:

7
(
displacementComponentLaplacian
displacementInterpolation
displacementLaplacian
displacementLayeredMotion
displacementSBRStress
velocityComponentLaplacian
velocityLaplacian
)


    From function motionSolver::New(const polyMesh&)
    in file motionSolver/motionSolver/motionSolver.C at line 129.

FOAM exiting


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.


joegi.geo is offline   Reply With Quote

Old   August 21, 2013, 08:07
Default
  #2
New Member
 
shadow
Join Date: Aug 2013
Location: China
Posts: 4
Rep Power: 12
xucloud77 is on a distinguished road
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.
tladd likes this.
xucloud77 is offline   Reply With Quote

Old   November 24, 2013, 12:46
Default
  #3
New Member
 
olivier Skurtys
Join Date: Aug 2012
Location: Santiago, Chile
Posts: 23
Rep Power: 13
olivier_au_chili is on a distinguished road
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
louisgag, tladd and Zane like this.
olivier_au_chili is offline   Reply With Quote

Old   February 27, 2017, 10:20
Default
  #4
Senior Member
 
louisgag's Avatar
 
Louis Gagnon
Join Date: Mar 2009
Location: Stuttgart, Germany
Posts: 338
Rep Power: 18
louisgag is on a distinguished road
Send a message via ICQ to louisgag
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
Best Regards,

-Louis
louisgag is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 05:29
OpenFOAM course for beginners Jibran OpenFOAM Announcements from Other Sources 2 November 4, 2019 08:51
OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 cfd.direct OpenFOAM Announcements from Other Sources 2 August 31, 2015 13:36
[waves2Foam] trying to install the waves2Foam toolbox with OpenFoam 2.3.0 andr5w5 OpenFOAM Community Contributions 4 July 5, 2014 09:47
How to install OpenFOAM 2.3.0 into a cluster based on centOS linux eddykendo OpenFOAM Installation 1 June 16, 2014 08:52


All times are GMT -4. The time now is 18:54.