This is an academic adaptation of the CFDEMcoupling software package, released by the Department of Particulate Flow Modelling at Johannes Kepler University in Linz, Austria http://www.jku.at/pfm
When I tried to compile solvers with cfdemCompCFDEMsol, it was necessary to link to python. Otherwise, I got many compile errors from libvtkPython***, undefined references. One example is below:
/usr/bin/ld: /usr/lib/libvtkPythonContext2D.so.1: undefined reference to_Py_Dealloc'`
When I tried to compile solvers with cfdemCompCFDEMsol, it was necessary to link to python. Otherwise, I got many compile errors from libvtkPython***, undefined references. One example is below:
/usr/bin/ld: /usr/lib/libvtkPythonContext2D.so.1: undefined reference to
_Py_Dealloc'`Maybe it was just my issue. But otherwise, it would be nice to include it in the build configuration, so it is not necessary to do it manually.
paths for additional libraries (etc/additionalLibs)
CFDEM_ADD_LIB_PATHS = -I/usr/include/python3.10 -lpython3.10