AetherModel / Aether

This is the home of the Aether model of the thermosphere and ionosphere
GNU General Public License v3.0
19 stars 29 forks source link

Centripetal Acceleration Calculation #113

Closed aarushisi closed 1 year ago

aarushisi commented 1 year ago

Description

Added to fill_grid.cpp the function calc_cent_acc which calculates the centripetal acceleration of a planet. A vector of latitudinal, longitudinal, and radial centripetal acceleration is calculated.

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Please see CONTRIBUTING.md for more guidelines.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Test and print certain points of latitude, longitude, and radius.

Test configuration

Checklist:

aaronjridley commented 1 year ago

I looked through the code and changed a bunch of things (removed spaces, got the runs to work, etc.). This code is good to go now.