Point vortex dynamics simulation
Integration of N 2D point vortices in a cylinder, using an adaptive 4th order Runge-Kutta scheme.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Tom Ashbee (2026). Point vortex dynamics simulation (https://in.mathworks.com/matlabcentral/fileexchange/49103-point-vortex-dynamics-simulation), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0 (9.32 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.2.0 | Similar to the previous update, the double sum in the energy (energy.m) has been completely replaced by vector operations. Gives O(2) speed up in energy calc (if N>100) => only really useful for microcanonical statistical mechanics calculations. |
||
| 1.1.0 | The double sum in the equations of motion (eqns_of_motion.m) has been completely replaced by vector operations. This gives speed improvements of around O(6). |
||
| 1.0.0 |