About 25 results
Open links in new tab
  1. Verlet integration - first iteration • Physics Forums

    Jun 20, 2012 · I'm trying to make a simple simulation of a projectile motion with air drag. I have already implemented it using Euler and fourth order Runge Kutta methods. I am however …

  2. How Does the Verlet Algorithm Compare to R-K Methods in …

    Oct 5, 2019 · The discussion focuses on understanding the Verlet algorithm and its steps, particularly the calculations involving velocity and position updates. Participants clarify that …

  3. Building a Solar System simulation with python - Physics Forums

    Jul 13, 2022 · The discussion centers on creating a solar system simulation using Python 3.9, specifically employing the Basic Verlet method for calculating celestial mechanics. The user is …

  4. Velocity Verlet C++ implementation • Physics Forums

    Jul 29, 2017 · I have been working on implementing a solar system system simulator in C++ - but am getting incorrect results on the order of 10^10 km, and it seems that the planets are …

  5. Verlet algorithm: Why am I getting this output? - Physics Forums

    Jan 26, 2016 · Hi! I am currently trying to write a code in C to simulate the orbit of planets around the Sun in the solar system. I am using the velocity Verlet approach and finding that my code …

  6. How Do You Calculate a (t+dt) Using the Velocity Verlet Algorithm?

    Feb 26, 2008 · Homework Statement I am going to use the velocity verlet algorithm to simulate the position, velocity and acceleration at time t of some particle...

  7. Velocity Verlet for relativistic simulation - Physics Forums

    Mar 31, 2025 · I'm simulating a situation that's partly relativistic and I'm wondering if it's wise to use Velocity Verlet. A fast electron (200 keV or roughly 208 000 000 m/s) travels along the z …

  8. Analysis of Verlet integration method - Physics Forums

    Sep 10, 2011 · Analysis of Verlet integration method woodssnoop Sep 10, 2011 Analysis Integration Method

  9. Velocity Verlet applied to solar system with C++ - Physics Forums

    Nov 22, 2017 · Homework Statement Hello, I am attempting to use the velocity Verlet algorithm of integration applied to the solar system in c++. My goal is be able to use...

  10. Simulation of a gas in 2-D using a Verlet algorithm

    Nov 7, 2023 · Verlet Algorithm with periodic conditionsSimulation of a gas in 2-D using a Verlet algorithm