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/)
-   -   Compiling error on powerLaw class (https://www.cfd-online.com/Forums/openfoam-programming-development/155984-compiling-error-powerlaw-class.html)

arnolnic July 3, 2015 11:17

Compiling error on powerLaw class
 
Hi everyone,

I am setting up a convection case for a circular ring geometry (first 2D - later on it's going to be inside a spherical shell).
Therefore I created my own solver based on the buoyantBussinesqPimpleFoam solver!

Now I'd like to add a temperature dependent viscosity and figuered to use the powerLaw class!
Although I stuck to this description/tutorial (http://www.tfd.chalmers.se/~hani/kur...nFoam%20v2.pdf), I am not able to compile the renamed "tempdeppowerLaw".

The following error occurs:

PHP Code:

jar cfm /Users/angelaarnold/OpenFOAM/angelaarnold-2.3.0/platforms/darwinIntel64ClangDPOpt/lib/libusertempdeppowerLaw .jar -lfiniteVolume -C Make/classes .
java.io.FileNotFoundException: .jar (No such file or directory)
    
at java.io.FileInputStream.open0(Native Method)
    
at java.io.FileInputStream.open(FileInputStream.java:195)
    
at java.io.FileInputStream.<init>(FileInputStream.java:138)
    
at java.io.FileInputStream.<init>(FileInputStream.java:93)
    
at sun.tools.jar.Main.run(Main.java:175)
    
at sun.tools.jar.Main.main(Main.java:1288)
make: *** [/Users/angelaarnold/OpenFOAM/angelaarnold-2.3.0/platforms/darwinIntel64ClangDPOpt/lib/libusertempdeppowerLawError 1 

Doing some research, it seems that the process starts using a certain .jar file, however, this file doesn't exist (yet?).

Has anybody an idea of how to get rid of the problem?
Thanks in advance
arnolnic


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