|
[Sponsors] |
August 3, 2017, 18:53 |
Missing library
|
#1 |
Member
Vedamt Chittlangia
Join Date: Feb 2016
Posts: 64
Rep Power: 9 |
I was trying to implement a user defined turbulence model but I think I accidentally removed libincompressibleRASModels.so. I am using OpenFOAM-2.3.x
For the user defined model, in the /Make/files, I wrote Code:
mykEpsilon.C LIB = $(FOAM_LIBBIN)/libincompressibleRASModels Now when for a case I previously used, I tried kEpsilon model using simpleFoam and got the following error: Code:
simpleFoam: error while loading shared libraries: libincompressibleRASModels.so: cannot open shared object file: No such file or directory |
|
August 3, 2017, 19:19 |
Problem fixed
|
#2 |
Member
Vedamt Chittlangia
Join Date: Feb 2016
Posts: 64
Rep Power: 9 |
I fixed the problem. As mentioned I had deleted the library while making a new model.
I went to /turbulenceModel/RAS directory and ran Code:
wmake |
|
Tags |
incompressible, installation, library, missing, rasmodel |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
decomposePar is missing a library | whk1992 | OpenFOAM Pre-Processing | 8 | March 7, 2015 08:53 |
[OpenFOAM] Xlib: extension "GLX" missing on display | goldbeard | ParaView | 5 | March 24, 2013 14:12 |
errors when installing openfoam2.1 on ubuntu12.o4 | hewei | OpenFOAM Installation | 5 | May 29, 2012 08:43 |
OpenFOAM141dev linking error on IBM AIX 52 | matthias | OpenFOAM Installation | 24 | April 28, 2008 16:49 |
[OpenFOAM] Missing library libPVFoamReaderso | dirk_kehrwald | ParaView | 3 | July 19, 2006 07:50 |