Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkya-kulkarni authored Mar 2, 2023
1 parent 9db025e commit c177fab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
## Introduction
The Viscek model is a system of N self-propelled particles moving in 2D space. The particles align their velocities with those of their neighbors within a certain radius of influence. The model exhibits collective behavior such as swarming and phase transitions as the density of particles and the radius of influence are varied. This implementation allows the user to simulate the Viscek model [1] and output a `.gif` animation of the particles' motion over time.

Note that the (original) simulation program [2] written in C language for simulating the behavior of a system of up-to 5 million active particles in a 2D confined box is available as `CircularConfinement.c`. The program includes force calculations, particle movement, and collision detection algorithms.

## Installation
To run the simulation, you will need to have the following dependencies installed:
- numpy
Expand Down

0 comments on commit c177fab

Please sign in to comment.