Reply To: Adding an arbitrary shaped particle.
Due to recent bot attacks we have chanced the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› 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.
