CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > OpenFOAM Programming & Development

flow solver won't recognize custom library

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old   May 10, 2013, 07:48
Default flow solver won't recognize custom library
  #1
New Member
 
Håkon Bartnes Line
Join Date: Mar 2013
Posts: 23
Rep Power: 2
hakonbar is on a distinguished road
Hi everyone,

I've written a modified version of the SpalartAllmarasIDDES model, named "SpalartAllmarasBasicIDDES", and I'm having some problems getting it to run.
The code compiles just fine, and creates a custom library called "libMyIDDESModels.so". When I try to run a case with it, however, I get the following error message, indicating that the solver could not read my library:

Code:
-> FOAM Warning : 
    From function dlOpen(const fileName&, const bool)
    in file POSIX.C at line 1179
    dlopen error : /home/hakonbar/OpenFOAM/hakonbar-2.2.0/platforms/linux64GccDPOpt/lib/libMyIDDESModels.so: undefined symbol: _ZTIN4Foam14incompressible9LESModels20SpalartAllmarasBasicE
--> FOAM Warning : 
    From function dlLibraryTable::open(const fileName&, const bool)
    in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 99
    could not load "libMyIDDESModels.so"
I've customized the RANS version of the SA model as well, and the solver recognized that custom library, although certain applications like decomposePar didn't.

It's odd that the RANS version worked, and not the IDDES version. On the other hand, the latter includes two custom objects that talk together, so maybe that adds some complexities that need to be accounted for when compiling?

Here are the contents of the "options" file in my "Make" directory:
Code:
EXE_INC = \
    -I$(LIB_SRC)/turbulenceModels \
    -I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
    -I$(LIB_SRC)/turbulenceModels/incompressible/LES/lnInclude \
    -I$(LIB_SRC)/transportModels \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude
    -I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude

LIB_LIBS = \
    -lincompressibleTurbulenceModel \
    -lLESdeltas \
    -lfiniteVolume \
    -lmeshTools
And here's the "files" file:
Code:
SpalartAllmarasBasic/SpalartAllmarasBasic.C
SpalartAllmarasBasicIDDES/SpalartAllmarasBasicIDDES.C
LIB = $(FOAM_USER_LIBBIN)/libMyIDDESModels
I've searched the forums, and found many similar threads, but unfortunately none that I could apply to this situation. I've almost zero experience compiling C++ code,though, so I'm sure I'm just missing some glaringly obvious point.
Any suggestions from you would be greatly appreciated, dear foamers =)

best regards,
Håkon
hakonbar is offline   Reply With Quote

Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
thobois class engineTopoChangerMesh error Peter_600 OpenFOAM 3 May 4, 2013 08:19
Error due to Unstructured Mesh with custom solver fredo490 OpenFOAM Running, Solving & CFD 1 February 23, 2013 03:04
Working directory via command line Luiz CFX 4 March 6, 2011 20:02
Suitable solver for Air/Air flow with different temperatures cjm OpenFOAM 1 January 20, 2011 04:17
Troubleshooting Unsteady Incompressible Flow Solver dandalf Main CFD Forum 0 November 15, 2010 10:55


All times are GMT -4. The time now is 22:36.