IB simulation of Superquadric

Submitted by gang on Sun, 09/24/2023 - 20:08

I found the code related to Superquadric in cfdemSolverIB, as follows:

#include "cfdemCloudIB.H"
#if defined(superquadrics_flag)
#include "cfdemCloudIBSuperquadric.H"
#endif

It is obvious that the solver is considering the simulation of Superquadric, but "cfdemCloudIBSuperquadric.H" does not exist in src. How does this work? How can I simulate Superquadric in CFDEM?

best wish

Daniel Queteschiner | Mon, 09/25/2023 - 14:38

>>How can I simulate Superquadric in CFDEM?
You can't with CFDEMcoupling-PUBLIC. The code in question is not open source.