Where is "Consistent SPH Rigid-Fluid Coupling"? #328
-
The features list on the website "https://splishsplash.physics-simulation.org/features/" says that
But I can't seem to find it anywhere, and it isn't documented in the other pages either. If the code could be provided or that would be removed, that would be appreciated (the former would be significantly more preferred for obvious reasons). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The method is implemented in the DFSPH pressure solver. |
Beta Was this translation helpful? Give feedback.
-
It's a special implementation of Akinci, Koschier and Bender.
Am 20. Juli 2024 07:17:04 MESZ schrieb iMplode nZ ***@***.***>:
…
@janbender I don't see it, unless its Akinci2012? The only boundary methods you have in the BoundaryHandlingMethods enum are Akinci2012, Koschier2017, and Bender2019, and you don't seem to have a default case anywhere in the DFSPH.
I'm looking at https://github.com/InteractiveComputerGraphics/SPlisHSPlasH/blob/master/SPlisHSPlasH/DFSPH/TimeStepDFSPH.cpp for reference, it could be somewhere else I guess.
--
Reply to this email directly or view it on GitHub:
#328 (reply in thread)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Sorry, I feel like I'm misunderstanding something somewhere; you mean that it's the Akinci implementation right? The implementations are mutually exclusive and the other two use implicit fields.
Edit: Never mind, I'll probably just try implementing it myself or something if it isn't the Akinci method.