Reply To: Particle manager
OpenLB – Open Source Lattice Boltzmann Code › Forums › on 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