CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [OpenFOAM] Problem with paraFoam (https://www.cfd-online.com/Forums/paraview/61104-problem-parafoam.html)

wandeklein October 9, 2008 14:11

Problem with paraFoam
 
Hi,

I just started to use OpenFOAM and I am trying to implement a cylindrical coordinate system. That for I wrote new boundary conditions wich I included into the controlDict by: libs ( "mylib.so" );
The calculation with icoFoam works, but when I start paraFoam I get the following error:

simon@workstation:~/OpenFOAM/simon-1.4.1/run$ paraFoam . turbine
--> FOAM Warning :
From function dlLibraryTable::open(const fileName& functionLibName)
in file db/dlLibraryTable/dlLibraryTable.C at line 79
could not load /home/simon/OpenFOAM/simon-1.4.1/lib/linux64GccDPOpt/mylib.so: undefined symbol: _ZTIN4Foam5token8compoundE
fileName::stripInvalid() called for string newfile~
Aborted

When I add libs ( "libOpenFOAM.so" "mylib.so" ); according to http://www.cfd-online.com/OpenFOAM_D...tml?1218642042 I still get the error:

simon@workstation:~/OpenFOAM/simon-1.4.1/run$ paraFoam . turbine
fileName::stripInvalid() called for string newfile~
Aborted

Any sugestions? Thanks in advance.

Simon

mattijs October 9, 2008 16:12

I guess somewhere in a filenam
 
I guess somewhere in a filename or library you have a '~'. This is not supported.


All times are GMT -4. The time now is 02:18.