Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
使用网上下的求解器进行wmake时候出现如上错误,进入到error所在路径,发现所指的文件存在,求教如何解决
@桥下卧龙 看看你的Make/options文件,EXE_INC = 下面要将你头文件所在的路径写上,这样编译的时候才能找到你需要的头文件。
@xpqiu 在options文件里面有该文件的路径,但是依旧报错
@桥下卧龙 从你的OpenFOAM版本来判断,你路径应该写错了,EXE_INC最后一条,应该是turbulenceModels 而不是 TurbulenceModels。
另外,结尾不应该有反斜杠,建议你写成 -I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel/lnInclude
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel/lnInclude
@xpqiu 按照您的指导修改过后,还是同样的报错
确认一下在你的文件里面是否已经包含了路径:是 #include "compressible/turbulentModel/turbulenceModel.H 还是 #include "turbulenceModel.H
#include "compressible/turbulentModel/turbulenceModel.H
#include "turbulenceModel.H
@cfd-china 确认文件里面是否已经包含了路径是什么意思?是在该路径下有这个文件还是在某个文件里面有相应代码?
@cfd-china 我在文件里找到了#include "compressible/turbulentModel/turbulenceModel.H这行代码,修改成#include "turbulenceModel.H这样后出现了差不多的报错