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

The compile error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 22, 2018, 06:23
Unhappy The compile error
  #1
New Member
 
TaoChen
Join Date: Sep 2018
Posts: 11
Rep Power: 7
THUCT is on a distinguished road
Hi guys:
When I copy the combustion/rhoReactingFoam code to the run and compile it using command wmake, there is a error:
could not open file ../../../compressible/rhoPimpleFoam/pcEqn.H for source file rhoReactingFoam.C due to No such file or directory.
How could I fix it?
Thanks very much!
THUCT is offline   Reply With Quote

Old   September 24, 2018, 04:42
Default
  #2
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
As the error states, the application respectively the compiler searches for a files that is needed (I guess Make/options) with an relative path. Correct the path and you are happy.

Code:
could not open file ../../../compressible/rhoPimpleFoam/pcEqn.H for source file rhoReactingFoam.C due to No such file or directory.
I will translate:
Code:
I cannot find the file "../../../compressible/rhoPimpleFoam/pcEqn.H" from the actual path (pwd)
Please tell me where to find it
__________________
Keep foaming,
Tobias Holzmann
Tobi 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
Building OpenFOAM1.7.0 from source ata OpenFOAM Installation 46 March 6, 2022 13:21
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 09:17
Ansys Fluent 13.0 UDF compilation problem in Window XP (32 bit) Yogini Fluent UDF and Scheme Programming 7 October 3, 2012 07:24
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 20:50
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51


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