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

warning message with custom boundary condition during decomposePar

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 8, 2011, 03:13
Default warning message with custom boundary condition during decomposePar
  #1
Senior Member
 
romant's Avatar
 
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 20
romant is on a distinguished road
Hej,

I have modified one of the boundary condition delivered with openfoam and compiled into a new user library. I can use the boundary condition when using single thread and it also work when using a decomposed domain. however, when I decompose the domain with decomposePar I get the following warning message thrown at me

Code:
--> FOAM Warning : 
    From function dlLibraryTable::open(const fileName& functionLibName)
    in file db/dlLibraryTable/dlLibraryTable.C at line 78
    could not load /home/roman/OpenFOAM/roman-1.7.1/lib/linux64GccDPOpt/libuserBCs.so: undefined symbol: _ZTIN4Foam14incompressible8RASModelE
This is strange, since when I run the command

Code:
ls /home/roman/OpenFOAM/roman-1.7.1/lib/linux64GccDPOpt/
is get to see that libuserBCs is available.
__________________
~roman
romant is offline   Reply With Quote

Old   June 8, 2011, 11:26
Default
  #2
Senior Member
 
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 21
marupio is on a distinguished road
Did you try adding:

Code:
libs ( "libuserBCs" )
to the controlDict?
marupio is offline   Reply With Quote

Old   June 9, 2011, 02:16
Default
  #3
Senior Member
 
romant's Avatar
 
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 20
romant is on a distinguished road
I did that, otherwise it would not work at all to run the case, since it wouldn't be able to find the BC
__________________
~roman
romant is offline   Reply With Quote

Reply

Tags
decomposepar, programming, warning message

Thread Tools Search this Thread
Search this Thread:

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
[swak4Foam] installing funkySetFields prapanj OpenFOAM Community Contributions 65 October 8, 2015 17:46
Compilation errors in ThirdPartymallochoard feng_w OpenFOAM Installation 1 January 25, 2009 06:59
OpenFoam 14 installation problem gfcoppola OpenFOAM Installation 20 November 2, 2007 13:38
Slip boundary condition what is inside normunds OpenFOAM Running, Solving & CFD 2 June 4, 2007 06:45
Rotating interpolated boundary condition hani OpenFOAM Running, Solving & CFD 0 July 4, 2006 07:09


All times are GMT -4. The time now is 20:40.