chasgior214 / airbrakes-capstone

Repo for the WE Rocketry 2023-2024 airbrakes capstone team
https://www.werocketry.com/
MIT License
2 stars 0 forks source link

Another idea for sim efficiency #8

Open chasgior214 opened 7 months ago

chasgior214 commented 7 months ago

Make a temp/density/viscosity lookup table outside the sim loop and refer to it instead of calculating values each timestep. Especially useful for when running many sims at once (ex sensitivity analysis).