CFD Online Discussion Forums

CFD Online Discussion Forums (http://www.cfd-online.com/Forums/)
-   OpenFOAM (http://www.cfd-online.com/Forums/openfoam/)
-   -   transient simpleFoam (http://www.cfd-online.com/Forums/openfoam/105601-transient-simplefoam.html)

StSchiff August 3, 2012 10:03

transient simpleFoam
 
Hello,

I'm looking for a transient simpleFoam solver. I've found a solver called transientSimpleFoam, but unfortunately it doesn't compile in any of my OF Versions. I'm using OF1.6.ext and OF2.0.x. I get stuck at the following error message:

/usr/bin/ld: cannot find -lincompressibleTurbulenceModels
collect2: ld returned 1 exit status

Is there an OF version that comes with the transientSimpleFoam solver? Or can someone explain to me what steps to take to change the simpleFoam solver into a transientSimpleFoam solver? I'm a bit lost what to do....

Regards
Stefanie

nimasam August 3, 2012 18:46

the error is here :
-lincompressibleTurbulenceModels
it can't find this library, library name has been changed, you can omit this library from your "option" file in "Make" folder
then compile it again, if you face the error again, look for whats the equivalent library for this

wyldckat August 4, 2012 05:58

Greetings to all!

Quote:

Originally Posted by nimasam (Post 375319)
the error is here :
-lincompressibleTurbulenceModels
it can't find this library, library name has been changed, you can omit this library from your "option" file in "Make" folder
then compile it again, if you face the error again, look for whats the equivalent library for this

At least in OpenFOAM 2.1, the "s" in the end is a typo. It should be:
Code:

-lincompressibleTurbulenceModel
@Stefanie: You could have indicated where you found said solver "transientSimpleFoam" :(

Best regards,
Bruno

wyldckat August 4, 2012 12:01

Greetings to all!

I was curious so I went looking and found this page: http://openfoamwiki.net/index.php/Ma...ransientSimple

I tested building the solver with 1.6-ext, 1.7.x, 2.0.x and 2.1.x and it build successfully with all of them. Therefore, I have no clue where you guys got your code from...

I did not test this solver with the case(s) provided in that wiki page, so there's probably some other fixes required as well to the case(s)...

Best regards,
Bruno


All times are GMT -4. The time now is 15:23.