Skip to content

Implement fixed direction stepping for multiple time steps #14

@TomTranter

Description

@TomTranter

When a walker hits a wall it is bounced back to where it came from then continues randomly under the assumption of Brownian motion. It would be possible to fix the trajectory after hitting the wall for a certain number of steps to increase the effects of wall interactions as opposed to particle-particle interactions. This could be done either by setting a fixed number of steps or adjusting the probability of moving in a particular direction along a particular axis. The second way is probably better from a physics perspective but might be trickier to implement as it would require storing movement probabilities for each walker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions