CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Problem in case HronTurekFsi3 (fsiFoam) (https://www.cfd-online.com/Forums/openfoam-solving/171639-problem-case-hronturekfsi3-fsifoam.html)

lxwd May 12, 2016 11:28

Problem in case HronTurekFsi3 (fsiFoam)
 
Dear all,

I have installed foam-extended-3.2 on Ubuntu 14.04. I also followed the installing instruction for the FSI toolkits stated on the openfoamwiki website https://openfoamwiki.net/index.php/E...re_interaction

But I cannot run the fsiFoam tutorial case, HronTurekFsi3, which gives me an error in the terminal shown as below.
Code:

Running blockMesh on /FOAM/FluidStructureInteraction/run/fsiFoam/HronTurekFsi3-test/fluid
Running setSet on /FOAM/FluidStructureInteraction/run/fsiFoam/HronTurekFsi3-test/fluid
Running setsToZones on /FOAM/FluidStructureInteraction/run/fsiFoam/HronTurekFsi3-test/fluid
Running blockMesh on /FOAM/FluidStructureInteraction/run/fsiFoam/HronTurekFsi3-test/fluid
Running setSet on /FOAM/FluidStructureInteraction/run/fsiFoam/HronTurekFsi3-test/fluid
Running setsToZones on /FOAM/FluidStructureInteraction/run/fsiFoam/HronTurekFsi3-test/fluid
Making dependency list for source file hronTurekReport.C
SOURCE=hronTurekReport.C ;  g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3  -DNoRepository -ftemplate-depth-200 -I../../../../src/fluidStructureInteraction/lnInclude    -I/FOAM/foam/foam-extend-3.2/src/finiteVolume/lnInclude    -I/FOAM/foam/foam-extend-3.2/src/finiteArea/lnInclude    -I/FOAM/foam/foam-extend-3.2/src/meshTools/lnInclude    -I/FOAM/foam/foam-extend-3.2/src/dynamicMesh/dynamicFvMesh/lnInclude    -I/FOAM/foam/foam-extend-3.2/src/triSurface/lnInclude    -I/FOAM/foam/foam-extend-3.2/src/lagrangian/basic/lnInclude    -I/FOAM/foam/foam-extend-3.2/src/solidModels/lnInclude -IlnInclude -I. -I/FOAM/foam/foam-extend-3.2/src/foam/lnInclude -I/FOAM/foam/foam-extend-3.2/src/OSspecific/POSIX/lnInclude  -fPIC -c $SOURCE -o Make/linux64GccDPOpt/hronTurekReport.o
/usr/bin/ld: cannot find -ltriSurface
collect2: error: ld returned 1 exit status
make: *** [/FOAM/foam/xul15103-3.2/lib/linux64GccDPOpt/libhronTurekReport.so] Error 1
Running fsiFoam on /FOAM/FluidStructureInteraction/run/fsiFoam/HronTurekFsi3-test/fluid

I also checked the log.fsiFoam file under the fluid folder and it gave me an error as follow.
Code:

Starting time loop

Creating pointHistory function object.
History point ID: 1165
History point coordinates: (0.6 0.2 0.015)
Reference point coordinates: (0.6 0.2 0.025334)
--> FOAM Warning :
    From function dlLibraryTable::open(const fileName& functionLibName)
    in file db/dlLibraryTable/dlLibraryTable.C at line 124
    could not load libhronTurekReport.so: cannot open shared object file: No such file or directory


--> FOAM FATAL ERROR:
Unknown function type hronTurekReport

Valid functions are :

1
(
pointHistory
)



    From function functionObject::New(const word& name, const Time&, const dictionary&)
    in file db/functionObjects/functionObject/functionObject.C at line 94.

FOAM exiting

Segmentation fault (core dumped)

I am not quite sure how to fix this problem. Any help is greatly appreciated!

Best Regards,
Lee

joukovsky January 22, 2017 11:18

Hello Lee;
I have the same problem :(, did you fixed it?
regards

joukovsky January 23, 2017 07:02

Hello;
Finally I reinstalled FSI packege by following step by step (compiling and running) :
https://openfoamwiki.net/index.php/E...oam-extend_3.0
and actually it works.


All times are GMT -4. The time now is 11:52.