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

fatal error: cyclicAMILduInterface.H: No such file or directory

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 15, 2021, 21:52
Default fatal error: cyclicAMILduInterface.H: No such file or directory
  #1
New Member
 
Massachusetts
Join Date: Jan 2021
Posts: 3
Rep Power: 5
yoshimi is on a distinguished road
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
I figured the issue must be with my options. I followed the advice in this post from 2016:
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
Any help will be much appreciated!
~yoshimi

Last edited by yoshimi; January 15, 2021 at 21:55. Reason: Fix code readability
yoshimi is offline   Reply With Quote

Old   May 21, 2022, 09:46
Default
  #2
New Member
 
Xiaobo YAO
Join Date: Oct 2020
Posts: 9
Rep Power: 5
hdotyao is on a distinguished road
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!
hdotyao is offline   Reply With Quote

Old   June 19, 2023, 19:45
Default
  #3
Senior Member
 
Charles
Join Date: Aug 2016
Location: Vancouver, Canada
Posts: 148
Rep Power: 9
Marpole is on a distinguished road
In my case, I first searched the file.
Code:
  $ src
  $ find ./ -name cyclicAMILduInterface.H
The results were,
Code:
./meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMILduInterfaceField/cyclicAMILduInterface.H
./meshTools/lnInclude/cyclicAMILduInterface.H
Adding /meshTools/lnInclude/ to the file options in folder Make as below.
Code:
EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude
It solved the issue.
__________________
Charles L.
Marpole is offline   Reply With Quote

Reply

Tags
openfoam, openfoam8

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


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


All times are GMT -4. The time now is 02:17.