JuliaStellarDynamics / OrbitalElements.jl

Compute orbital elements using Julia.
6 stars 2 forks source link

Dimensional -> dimensionless semi-major axis #15

Open MathieuRoule opened 3 months ago

MathieuRoule commented 3 months ago

For now, some parameters/functions are using dimensional semi-major axis for computations. We should get rid of the dimension by dividing by the model radial scale in most places.

MathieuRoule commented 3 months ago

In particular, bisection is sometimes called with dimensional variables -> to improve