ChenguangZhang / sdfibm

Immersed boundary method empowered by signed distance field, and OpenFOAM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install issue

AmruthaR11 opened this issue · comments

Hello,
I have installed OpenFoam v9, g++ with C++17 and Cmake 3.27.9. But I am facing issue when I enter make after cmake .. in my ubuntu command prompt.

[ 6%] Building CXX object libcollision/CMakeFiles/collision.dir/ugrid.o
In file included from /home/amrutha/sdfibm/src/libcollision/ugrid.h:9,
from /home/amrutha/sdfibm/src/libcollision/ugrid.cpp:1:
/home/amrutha/sdfibm/src/libcollision/../types.h:4:10: fatal error: tensor.H: No such file or directory
4 | #include "tensor.H"
| ^~~~~~~~~~
compilation terminated.
make[2]: *** [libcollision/CMakeFiles/collision.dir/build.make:76: libcollision/CMakeFiles/collision.dir/ugrid.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:234: libcollision/CMakeFiles/collision.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

Any suggestions would be really appreciated.
Thank you.