Skip to content

Seeking Assistance with Particle-Wall Collision Simulation #1752

Answered by joaander
idop11 asked this question in Support
Discussion options

You must be logged in to vote
  1. Your LJ wall lj.params['A'] = {"sigma": 1.0, "epsilon": 1.0, "r_cut": 2.5} has an attractive well. Use r_cut = 2**(1/6) to include only the repulsive part of the potential. To achieve elastic collisions, you must use a NVE integrator an no active force. Your active Brownian particle will continue pushing into the wall until the rotational diffusion rotates the active force away from the wall.

  2. You must place particles such that the initial force on them is reasonable.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@idop11
Comment options

Answer selected by idop11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants