CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Compiling error on powerLaw class

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 3, 2015, 11:17
Default Compiling error on powerLaw class
  #1
New Member
 
Join Date: Apr 2015
Posts: 9
Rep Power: 10
arnolnic is on a distinguished road
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
arnolnic is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The udf.h headers are unable to open- in VISUAL STUDIO 13 sanjeetlimbu Fluent UDF and Scheme Programming 4 May 2, 2016 05:38
Error compiling simpleMatrixTestC jaswi OpenFOAM 4 August 22, 2014 03:32
Nested class and inheritance permissions MMC15 OpenFOAM Programming & Development 0 December 20, 2013 10:16
problems with compiling self defined class Victor OpenFOAM 6 June 21, 2010 02:54
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug unoder OpenFOAM Installation 11 January 30, 2008 20:30


All times are GMT -4. The time now is 00:24.