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

Motion along spherical surfaces #30

Closed
mastrof opened this issue May 5, 2023 · 1 comment · May be fixed by #35
Closed

Motion along spherical surfaces #30

mastrof opened this issue May 5, 2023 · 1 comment · May be fixed by #35
Labels
enhancement New feature or request submodule

Comments

@mastrof
Copy link
Owner

mastrof commented May 5, 2023

Motion of microbes along spherical surfaces should be implemented along the lines of what I previously had in Bactos.jl (see mastrof/Bactos.jl#11 to implement the interactions and mastrof/Bactos.jl#50 for the neighborlist via CellListMap.jl).

This allows for different types of behavior along spherical walls, which is better to have than only the pathfinder approach. With this implementation, out-of-the-box microbes can:

  • move smoothly along the surface until a tumble occurs (slide!)
  • stick to the surface until a tumble occurs (stick!)

I will probably not implement the method to reorient as soon as they hit the surface (bounce!).
The interface to celllistmap will be provided to allow for easy addition of any custom methods by the user.

@mastrof
Copy link
Owner Author

mastrof commented Feb 28, 2024

Too specific to include as part of the library

@mastrof mastrof closed this as completed Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request submodule
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant