Reply To: Adding an arbitrary shaped particle.
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Adding an arbitrary shaped particle. › Reply To: Adding an arbitrary shaped particle.
May 7, 2024 at 3:07 pm
#8632
jan
Participant
Dear avrachan,
the indicator that is passed to creators::addResolvedArbitraryShape3D
must provide a signedDistance
method. In the second case, when combining two indicators, please try to use the functions provided in src/functors/analytical/indicator/indicComb3D.h
. For example, you could use the IndicPlus3D
.
To highlight code in the forum, you have to use the backtick (https://en.wikipedia.org/wiki/Backtick) and enclose the code within it.
Best regards,
Jan