CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Updateproblem v13

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 25, 2006, 06:40
Default Hi, Ive switched from v1.2 to
  #1
newbee
Guest
 
Posts: n/a
Hi, Ive switched from v1.2 to v1.3 and am now trying to compile one of my applications in the new version.

I get the following error message:

erik@compadre:~/OpenFOAM/erik-1.3/applications/hSimpleFoam$ wmake
make: *** No rule to make target `hSimpleFoam.dep', needed by `Make/linuxGcc4DPOpt/dependencies'. Stop.
erik@compadre:~/OpenFOAM/erik-1.3/applications/hSimpleFoam$

could anybody give me a hint on what im doing wrong?

Thanks
/Erik
  Reply With Quote

Old   April 25, 2006, 07:12
Default Hi again, Im trying to do the
  #2
newbee
Guest
 
Posts: n/a
Hi again, Im trying to do the following calculation in one of my .H files.

fvm::div(phi, T)
- fvm::laplacian(alphaEff, T)

when compiling this application I get the following error message:

TT.H: In function 'int main(int, char**)':
TT.H:43: error: no matching function for call to 'div(Foam::surfaceScalarField&, <unresolved>)'
TT.H:44: error: no matching function for call to 'laplacian(Foam::volScalarField&, <unresolved>

This equation used to work in v1.2 so I guess that there has been a change in how to call the solvers

Thankfull for help
/Erik
  Reply With Quote

Old   April 25, 2006, 10:21
Default Hi, Please try to change y
  #3
tak
New Member
 
taka
Join Date: Mar 2009
Location: Japan
Posts: 7
Rep Power: 17
tak is on a distinguished road
Hi,

Please try to change your "Make/options" file like this:

EXE_INC = \
.....
-I$(LIB_SRC)/finiteVolume/.... \
.....

EXE_LIBS = \
....
-lfiniteVolume \
....


Maybe, "/src/cfdTools" in ver1.2 is changed to /src/finiteVolume" in ver1.3.

good luck !
tak is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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



All times are GMT -4. The time now is 12:34.