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.
August 16, 2024 at 9:20 pm
#9105
avrachan1
Participant
I managed to get it to work!
std::shared_ptr<IndicatorF3D<T>> particle_indicator_stl = std::make_shared<STLreader<T>> ("PhaseFieldParticle.stl", L);
Still if there is a way to do this without writing to a stl file I would like to know it.
Thanks.