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

libincompressibleRASModel.so error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 19, 2016, 09:05
Default libincompressibleRASModel.so error
  #1
Disabled
 
Join Date: May 2016
Posts: 7
Rep Power: 9
anon_j is on a distinguished road
Hi,

I am working on a wind tunnel simulation using OpenFOAM, and I just installed version 3.0.1 on my computer. The case was initially created with version 2.3.0, so there are a few compatibility errors that came up. Some of them I could overcome already, but I am stumbling over this error, to which I couldn't find a solution.

When running blockMesh or surfaceFeatureExtract for example, following warning comes up:

Quote:
--> FOAM Warning :
From function dlOpen(const fileName&, const bool)
in file POSIX.C at line 1179
dlopen error : libincompressibleRASModels.so: cannot open shared object file: No such file or directory
--> FOAM Warning :
From function dlLibraryTable:pen(const fileName&, const bool)
in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 99
could not load "libincompressibleRASModels.so"
It is not preventing the applications from running, but it would be nice to know how to fix it.

I suspect it has something to do with the fact that, in versions post v3.0.0, the keywords for RAS and LES changed. Am I right?

Thanks in advance for your help.
Multipor
anon_j is offline   Reply With Quote

Old   May 20, 2016, 06:06
Default
  #2
Disabled
 
Join Date: May 2016
Posts: 7
Rep Power: 9
anon_j is on a distinguished road
Nevermind, I have found the solution. This post can accordingly be deleted.
anon_j is offline   Reply With Quote

Old   June 7, 2016, 05:48
Default
  #3
New Member
 
behzad
Join Date: Dec 2010
Posts: 15
Rep Power: 15
arionfard is on a distinguished road
Quote:
Originally Posted by openfoammultipor View Post
Nevermind, I have found the solution. This post can accordingly be deleted.
Same problem here! would you please share your solution?!?
arionfard is offline   Reply With Quote

Old   June 7, 2016, 07:16
Default
  #4
Disabled
 
Join Date: May 2016
Posts: 7
Rep Power: 9
anon_j is on a distinguished road
Sure!

The turbulence models were renamed in versions post-v3.0 (RAS and LES not distinguished anymore, but generaluzed under "Turbulence Models".

You need to go to your controlDict file, in the system directory, and change "libincompressibleRASModels" to "libincompressibleTurbulenceModels". The warning should then disappear!
anon_j is offline   Reply With Quote

Old   July 7, 2016, 10:02
Default libincompressibleRASModel.so error
  #5
New Member
 
Steve
Join Date: Jul 2016
Posts: 1
Rep Power: 0
swilley is on a distinguished road
Hi.

One of our students is also getting the following in Openfoam30

FOAM Warning :
From function dlOpen(const fileName&, const bool)
in file POSIX.C at line 1179
dlopen error : libincompressibleRASModels.so: cannot open shared object file: No such file or directory

However, there doesn't appear to be any reference to libincompressibleTurbulenceModels or libincompressibleRASModels in /etc/controlDict just turbulenceModel & RASmodel as per the previously posted solution.

Code:
root@linux1:/opt/openfoam30# find ./ -name controlDict -exec grep -E 'RAS|turbulence' /dev/null {} +
./etc/controlDict:    DispersionRASModel  0;
./etc/controlDict:    GradientDispersionRAS   0;
./etc/controlDict:    RASModel            0;
./etc/controlDict:    StochasticDispersionRAS 0;
./etc/controlDict:    dispersionRASModel  0;
./etc/controlDict:    gradientDispersionRAS   0;
./etc/controlDict:    stochasticDispersionRAS 0;
./etc/controlDict:    turbulenceModel     0;
root@linux1:/opt/openfoam30#
any suggestions gratefully received!

thanks.
swilley 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
[OpenFOAM.org] compile error in dynamicMesh and thermophysicalModels libraries NickG OpenFOAM Installation 3 December 30, 2019 00:21
[blockMesh] blockMesh with double grading. spwater OpenFOAM Meshing & Mesh Conversion 92 January 12, 2019 09:00
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh gschaider OpenFOAM Community Contributions 300 October 29, 2014 18:00
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 09:17
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51


All times are GMT -4. The time now is 10:14.