Skip to content
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

Many-body hydrodynamics #5

Open
3 tasks
johnaparker opened this issue May 14, 2020 · 0 comments
Open
3 tasks

Many-body hydrodynamics #5

johnaparker opened this issue May 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@johnaparker
Copy link
Owner

In the current implementation, the hydrodynamics are pair-wise interactions. The mobility matrix M is constructed pair-wise, and the velocity in over-damped systems is V = M * F. To include many-body hydrodynamics, the mobility matrix must be extended to include higher stress-lets in the fluid field expansion. Then the larger mobility matrix is inverted to obtain the grand resistance matrix, R, which is then truncated to only translational and rotational stress-lets. The truncated R is then inverted to obtain the final mobility M, which now includes many-body terms.

Implementation

  • Literature review to find the equations for the higher order stress-let terms
  • Construct the larger mobility matrix, M (and allow an option to not include higher order stress-lets)
  • Construct the final M by inverted and truncated R, and inverted again to obtain M

References

Brady and Bossis - Stokesian Dynamics.pdf
pages 123-128

@johnaparker johnaparker added the enhancement New feature or request label May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant