Skip to content

Reply To: New Particle Collision Model 0penLB 1.6

#7718
jan
Participant

Dear Jijo,

I’m not sure what I’m seeing in the pictures. Are the particles passing through the wall or are they bouncing back off it?

If they are passing through it:
– Most likely the contact force is too low, perhaps because the Young’s modulus is too low.
– It could also be that the contact handling in your case is not configured correctly. To debug this, I suggest you check if contacts are detected in your case. If they are detected, then the particleContacts or wallContacts of the contactContainer (see https://www.openlb.net/DoxyGen/html/db/d56/structolb_1_1particles_1_1contact_1_1ContactContainer.html) should contain at least one object. You can add this check after coupleResolvedParticlesToLattice.

If they bounce and you’re wondering about the artifact:
If the “automatic” porosity reset doesn’t work for you, you can try to reset the fields manually with resetSuperParticleField (see https://www.openlb.net/DoxyGen/html/da/d81/namespaceolb_1_1particles.html#a9f93e2392819fc95fc4dc52e282893e0) before writing the VTKs.

Best regards,
Jan