tiffanyxchen /
orbital-rkf45-sim-3d
Modular C++ framework for 3D orbital mechanics simulation using adaptive RKF45 numerical integration and Python visualization.
Loading repository data…
tiffanyxchen / repository
Adaptive RKF45 orbital mechanics simulations in C++ with event detection and reusable physics modules.
Adaptive Runge-Kutta-Fehlberg (RKF45) orbital mechanics simulations written in C++.
Simulates the Moon falling toward Earth after orbital velocity is removed.
Propagates a satellite state using adaptive RKF45 integration.
Example:
g++ -std=c++17
projects/moon_fall/main.cpp
src/*.cpp
-Iinclude
-o moon_fall
Selected from shared topics, language and repository description—not editorial ratings.
tiffanyxchen /
Modular C++ framework for 3D orbital mechanics simulation using adaptive RKF45 numerical integration and Python visualization.
tiffanyxchen /
C++ spacecraft orbit propagator using adaptive RKF45 integration with 3D Python visualization.