busboom-software-studio / PINNiped

A research project studying Physics Informed Neural Networks
MIT License
0 stars 2 forks source link

Ballistic Trajectory simulation #4

Open ericbusboom opened 2 months ago

ericbusboom commented 2 months ago

Create a notebook with code that simulates a ballistic trajectory. Include a term for a non-constant drag.

maxbusboom commented 2 months ago

The function should take as parameters:

The drag should be a function of velocity, spin velocity, and angle to the velocity vector. ( ie, the parameters are reall the velocity vector and the spin speed )

Write two different solutions:

1) solve using an ODE solver, probably from scipy 2) Time steps the DEs.

Probably do #2 first so you understand the details, then do #1.

Visualizations: