You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim of this project is to build simulations describings the motion of active interacting particles under a cylindrical confinement. These simulations are based on Langevin equations and used the Euler-Mayurama algorithm.
Active interactive particles evolve in different geometries, such as circular or squared. The dynamics is given by two Langevins equations, one for the position $\mathbf{\tilde{r}}(\tilde{x},\tilde{y},\tilde{z})$ of the particles and one for its orientation $\mathbf{e}$
where $\mathbf{e} = (e_x,e_y,e_z)^{T}$ is the orientational unit vector, $\tilde{v_s}$ is the self-propulsion, $\tilde{D_{t}}$ and $\tilde{D_{e}}$ are the translational and rotational diffusivities, respectively. Moreover, $\langle \tilde{\xi_{t_i}}(\tilde{t}')\tilde{\xi_{t_j}}(\tilde{t}) \rangle = \delta_{ij}\delta(\tilde{t}'-\tilde{t})$ and $\langle \tilde{\xi_{e_i}}(\tilde{t}')\tilde{\xi_{e_j}}(\tilde{t}) \rangle = \delta_{ij}\delta(\tilde{t}'-\tilde{t})$ are two Gaussian white noises. Moreover, the interactions between the particles is represented by using the Lennard-Jones potential
where $\tilde{\epsilon}$ is the depth of the potential well, $\tilde{R}$ is the distance between two interacting particles. In this project, only the repulsive part of the potential is considered.