-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DPD should work with rigid bodies #278
Comments
How would this work with MPI? It would be fairly trivial to implement velocity setting in updateCompositeParticles, but comments seem to indicate that this is run after the ghost update and that ghost constituent particles don't necessarily have their parent central particle ghost available. |
Rescheduling to v2.5. It is not clear how to implement this. |
This could be temporarily resolved via a documentation update that emphasizes that these two features do not currently interoperate. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed because it has not had recent activity. |
After the changes in #1469, this should now be possible to implement. |
Maybe not a good first issue, as this would require adding angular momentum to the ghost particle communication. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed because it has not had recent activity. |
Original report by Jens Glaser (Bitbucket: jens_glaser, GitHub: jglaser).
From my recollection, the DPD force compute operates on all particles
and computes friction forces. The integrator only operates on the central particles.
Therefore computed temperature values are wrong.
The underlying reason is likely the constituent particles have no velocities. If these
were computed from the angular velocity, it should work.
A user reported this and the reproducer script is attached.
The text was updated successfully, but these errors were encountered: