Project Structure
├── clean_data
├── cleaning_scripts
├── raw_data
├── results
└── src
Strategic Workflow
The project follows the sequential stages:
- Establishing the ideal model — solve the projectile ODE system numerically under vacuum conditions and verify: it produces the expected parabolic trajectories.
- Build an atmospheric density model — fit a function \(\rho(h)\) to the NASA observational data.
- Combine — substitute \(\rho(h)\) into the drag force term of the ideal model and re-simulate.
Each stage builds directly on the previous one, which makes it straightforward to isolate the contribution of each addition. The details about the modeling process and application can be found on the next page.