Reply To: Particle manager
Due to recent bot attacks we have changed 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 › OpenLB › General Topics › Particle manager › Reply To: Particle manager
November 22, 2023 at 11:51 am
#7937
Rookie
Participant
Dear jan,
Have a good trip, I have added gravity, but what I want to achieve next is to achieve the particle collision with the wall, rather than capturing the particle, and can you use the point particle method to achieve the particle effect on the fluid, such as adding the particle effect on the lattice:
particleManager.execute<
couple_lattice_to_particles<T,DESCRIPTOR,PARTICLETYPE>,
process_dynamics<T,PARTICLETYPE>,
update_particle_core_distribution<T,PARTICLETYPE>,
apply_gravity<T,PARTICLETYPE>,
couple_particles_to_lattice<T,DESCRIPTOR,PARTICLETYPE>
>();
Best regards,
Rookie
