11 results for “topic:rk4-algorithm”
Interactive Physics Simulation of Electric Fields Using Unity and RK4 Integration
An interactive Lorenz attractor simulator in Unity, designed to explore chaos, the butterfly effect, and velocity dynamics in a visually intuitive way.
A scientific and visual exploration of multi‑pendulum dynamics, inspired by research on chaotic motion of coupled pendulums.
A scientific double pendulum simulator using Lagrangian mechanics and RK4, with graphs showing dynamics and energy 🍎
Implementation of RK4 algorithm to solve 2D Schrödinger equation
Final project for the course Simulation and Modeling for Biological Systems (fall 2024).
No description provided.
Electric field visualizer with draggable charges, zoom, and color settings
Solving equations using euler, midpoint and rk4 method
Python-based solution for complex reaction systems. Solve differential equations, visualize concentrations with RK4 method.
A 2D incompressible Navier-Stokes solver for the classic lid-driven cavity problem, implemented with finite difference method, Runge-Kutta time integrator, and projection method for pressure.