AsteroidGravityFields.jl

Author Astroshaper
Popularity
5 Stars
Updated Last
11 Months Ago
Started In
March 2023

AsteroidGravityFields.jl

Stable Dev Build Status codecov Aqua QA

Julia-based toolkit for dynamical simulations of planets and small solar system bodies.

Installation

using Pkg
Pkg.add(url="https://github.com/Astroshaper/AsteroidGravityFields.jl")
using AsteroidGravityFields

You can update the module and run tests as follows.

Pkg.update("AsteroidGravityFields")
Pkg.test("AsteroidGravityFields")

Gravity calculation for asteroids

You can calculate the precise gravity field of an irregularly shaped body, based on the constant-density polyhedron method (Werner & Scheeres, 1997).

Example

Distribution of dynamical elevation on asteroid Itokawa. The color map ranges from -25 to 55 m.

Gravity_Itokawa