CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   New BC, Symbol lookup error: libfiniteVolume.so (https://www.cfd-online.com/Forums/openfoam-programming-development/149137-new-bc-symbol-lookup-error-libfinitevolume-so.html)

dmaz February 26, 2015 09:45

New BC, Symbol lookup error: libfiniteVolume.so
 
Hi to everyone.
I have installed OpenFoam2.0.0 on a system Centos.
I'm trying to implement a new boundary conditions for the omega parameter in the K-omega SST turbulence model.
In order to do that:
1 - inside "/OpenFOAM-2.3.0/src/finiteVolume/fields/fvPatchFields/derived"
I'have copied the BC folder "turbulentIntensityKineticEnergyInlet", renamed the copied folder as "turbulentEVRFrequencyInlet" and edited its files.
2 - in "/OpenFOAM-2.3.0/src/finiteVolume/Make" I have add the BC condition in files.
3 - in "/OpenFOAM-2.3.0/src/finiteVolume/" i run the commands
wclean
wmake
wmake libso
4 - in "/OpenFOAM-2.3.0/" i run the command
./Allwmake > make.log 2>&1

Now.. when I try to start a simulation (rhoSimpleFoam), it runs well, it iterates.
But when I try to use checkMesh and decomposePar I get the following errors:

checkMesh: symbol lookup error: /home/bedon/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64Gcc48DPOpt/lib/libfiniteVolume.so: undefined symbol: _ZTIN4Foam12compressible8RASModelE

or

decomposePar: symbol lookup error: /home/bedon/OpenFOAM/OpenFOAM-2.3.0/platforms/linux64Gcc48DPOpt/lib/libfiniteVolume.so: undefined symbol: _ZTIN4Foam12compressible8RASModelE

What can I do to resolve this errors?
Thanks in advance,
Dmaz


All times are GMT -4. The time now is 08:59.