collisions_simulation.webm
gravity_simulation.webm
-- PT-BR --
Este projeto consiste em duas simulações diferentes (até agora):
Este arquivo mostra uma interação dinâmica de um grupo de partículas entre si e a fronteira de uma esfera maior que as envolve. As partículas sofrem ação da força gravitacional (da Terra) e colidem entre si, assim como com a esfera grande.
Este arquivo, por outro lado, simula o movimento de translação dos planetas do sistema solar em torno do Sol, devido à força gravitacional. A cada segundo são passados 45 dias na simulação. Todos os corpos celestiais possuem uma trilha que marca por onde passaram momentaneamente para facilitar a visualização. Obs.: Não há simulação para colisão entre planetas.
As simulações são feitas usando o método Runge-Kutta (RK4) para resolver EDOs, e os resultados são mostrados usando a biblioteca VPython (Visual Python). Otimização da velocidade feita com numba. Ambas as simulações animadas com 60 quadros por segundo.
-- EN --
This project consists of two different simulations (so far):
This file shows a dinamic interaction of a bunch of particles between themselves and the border of a larger sphere that involves them. The particles are affected by the gravitational force (of the Earth) and collide with each other, as well as with the large sphere.
This file on the other hand simulates the Earth's translation movement around the Sun, due to gravitational force. Every second, 45 days pass in the simulation. All the celestial bodies have trails that marks where they have passed momentarily to make it easier to visualize. Note: The colision between planets is not simulated.
The simulations are made using the Runge-Kutta method (RK4) to solve ODEs, and the results are shown using the library VPython (Visual Python). Speed optimization with numba. Both simulations animated with 60 frames per second.