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/)
-   -   LES compressible turbulence model (https://www.cfd-online.com/Forums/openfoam-programming-development/123202-les-compressible-turbulence-model.html)

Bojan September 6, 2013 13:19

LES compressible turbulence model
 
Hi everybody,

I just have succeeded to compile modified turbulence model for compressible LES, and after running solver (any solver), I get an error message as follows:

rhoCentralFoam: symbol lookup error: /opt/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/lib/libcompressibleLESModels.so: undefined symbol: _ZNK4Foam12compressible9LESModels12kOmegaSSTSAS10d evRhoBeffEv


Is there any idea how to overcome that?


Regards!

Bojan September 7, 2013 04:37

Solution
 
Hi,

In the meantime I've found the soilution of the problem with "undefined symbol". Every virtual function that is declared in the class must be defined in the source file.

Regards!


All times are GMT -4. The time now is 17:01.