TrixiParticles.jl icon indicating copy to clipboard operation
TrixiParticles.jl copied to clipboard

Fix `BoundaryModelDummyParticles()` for FSI

Open LasNikas opened this issue 3 years ago • 3 comments

  • [x] Incorrect placement of boundary wall for multiple layers (solved in #42)
  • [x] continuity_equation!() dispatched with SummationDensity is needed for the solid-fluid interaction as well. ( #59 )
  • [x] Differentiate movement function for moving boundaries (#101)
  • [ ] provide solid particle acceleration for AdamiPressureExtrapolation (#262)
  • [x] Interaction between different particle spacing (#59 )
  • [x] update solid container in update3!() (#59 )
  • [x] hydrodynamic mass for solid particles (#59 )

LasNikas avatar Jan 12 '23 23:01 LasNikas

We could just implement setups with analytical density profiles and run the simulation without relaxing part.

Keep in mind that with the higher density at the bottom of the tank, the particles are not just closer together in y-direction, but also in x-direction. In these examples, we can't really see that, but I assume that this is the reason for non-uniform particle distributions. It is therefore not easy to determine the correct positions analytically.

efaulhaber avatar Feb 22 '23 12:02 efaulhaber

@LasNikas This seems to be a small issue left open. Can you finish this?

svchb avatar Nov 01 '23 11:11 svchb

see #262 Note, that the simulation falling_spheres_2d.jl needs about twice the number of time steps with #262 @svchb @efaulhaber

LasNikas avatar Nov 01 '23 17:11 LasNikas