|
[Sponsors] |
warning message with custom boundary condition during decomposePar |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 8, 2011, 04:13 |
warning message with custom boundary condition during decomposePar
|
#1 |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
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 Code:
ls /home/roman/OpenFOAM/roman-1.7.1/lib/linux64GccDPOpt/
__________________
~roman |
|
June 8, 2011, 12:26 |
|
#2 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
Did you try adding:
Code:
libs ( "libuserBCs" ) |
|
June 9, 2011, 03:16 |
|
#3 |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
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 |
|
Tags |
decomposepar, programming, warning message |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] installing funkySetFields | prapanj | OpenFOAM Community Contributions | 65 | October 8, 2015 18:46 |
Compilation errors in ThirdPartymallochoard | feng_w | OpenFOAM Installation | 1 | January 25, 2009 07:59 |
OpenFoam 14 installation problem | gfcoppola | OpenFOAM Installation | 20 | November 2, 2007 14:38 |
Slip boundary condition what is inside | normunds | OpenFOAM Running, Solving & CFD | 2 | June 4, 2007 07:45 |
Rotating interpolated boundary condition | hani | OpenFOAM Running, Solving & CFD | 0 | July 4, 2006 08:09 |