Point vortex dynamics simulation

Integration of N 2D point vortices in a cylinder, using an adaptive 4th order Runge-Kutta scheme.

이 제출물을 팔로우합니다

The point vortex model was introduced by Helmholtz in 1867 and it was subsequently proved by Lin in 1942 that the motion of N vortices in a bounded domain is a Hamiltonian system (sometime called the `Kirchhoff-Routh path function'). The statistical mechanics of the N vortices is remarkable due to the fact that the system exhibits negative temperature.
The integrator used is a custom adaptive 4th order Runge-Kutta scheme which ensures the convergence of vortex positions to below a tolerance parameter before advancing to the next time step. In this way the energy and angular momentum of the system (the only two invariants) are conserved to high precision.

인용 양식

Tom Ashbee (2026). Point vortex dynamics simulation (https://kr.mathworks.com/matlabcentral/fileexchange/49103-point-vortex-dynamics-simulation), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Fluid Dynamics에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.2.0.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.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.0