fatal errror:fvOptions.H:No such file or directory

Submitted by yeting on Thu, 10/11/2018 - 12:38

hi everyone,
Now ,i want to add fvOption file to cfdemIB. First, I called in cfdemIB.C file and then added -lfvoptions to option file. After that, I went to compile my solver, but the error was reported.As follows:
cfdemSolverIB.C:44:29:fatal errror:fvOptions.H:No such file or directory
#include "fvOptions.H"

compliation terminated.
make: ***[make/linux64GccDPOpt/cfdemSolverIB.o] error 1
The file's path is not given correctly.But I don't know how to modify this path. Has anyone encountered the same problem?How to fix it?Thank you in advance.

yeting | Thu, 10/11/2018 - 13:36

i using:
CFDEM-coupling-2.7.x
liggghts-3.0.2
openFoam-2.3.x
Is there a difference in the use of Options file between this coupled version and the latest coupled version(cfdem-3.8.x)??