|
[Sponsors] |
fatal error: cyclicAMILduInterface.H: No such file or directory |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 15, 2021, 21:52 |
fatal error: cyclicAMILduInterface.H: No such file or directory
|
#1 |
New Member
Massachusetts
Join Date: Jan 2021
Posts: 3
Rep Power: 5 |
Hello experts,
I installed OpenFOAM 8 today, and the installation went fine. I ran an OpenFOAM example and it worked just fine. However, when I tried to run 'wmake' on custom code files, I got the following error: Code:
/opt/openfoam8/src/finiteVolume/lnInclude/cyclicAMIFvPatch.H:39:10: fatal error: cyclicAMILduInterface.H: No such file or directory 39 | #include "cyclicAMILduInterface.H" | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [/opt/openfoam8/wmake/rules/General/transform:26: Make/linux64GccDPInt32Opt/ysofcFoam.o] Error 1 https://github.com/wyldckat/wallShearStressLES/issues/1 to no avail. Currently, this is what my Make/options file looks like: Code:
EXE_INC = \ -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude EXE_LIBS = \ -lfiniteVolume \ -lmeshTools ~yoshimi Last edited by yoshimi; January 15, 2021 at 21:55. Reason: Fix code readability |
|
May 21, 2022, 09:46 |
|
#2 |
New Member
Xiaobo YAO
Join Date: Oct 2020
Posts: 9
Rep Power: 6 |
Hi,
I am having the same problem when compiling a viscosity model from foam-extend 4.1. Have you solve this problem? All the best! |
|
June 19, 2023, 19:45 |
|
#3 |
Senior Member
Charles
Join Date: Aug 2016
Location: Vancouver, Canada
Posts: 151
Rep Power: 10 |
In my case, I first searched the file.
Code:
$ src $ find ./ -name cyclicAMILduInterface.H Code:
./meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMILduInterfaceField/cyclicAMILduInterface.H ./meshTools/lnInclude/cyclicAMILduInterface.H Code:
EXE_INC = \ -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude
__________________
Charles L. |
|
Tags |
openfoam, openfoam8 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] funkyDoCalc with OF2.3 massflow | NiFl | OpenFOAM Community Contributions | 14 | November 25, 2020 04:30 |
[OpenFOAM.org] Error creating ParaView-4.1.0 OpenFOAM 2.3.0 | tlcoons | OpenFOAM Installation | 13 | April 20, 2016 18:34 |
[OpenFOAM] Annoying issue of automatic "Rescale to Data Range " with paraFoam/paraview 3.12 | keepfit | ParaView | 60 | September 18, 2013 04:23 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
ParaView Compilation | jakaranda | OpenFOAM Installation | 3 | October 27, 2008 12:46 |