Struct kidou::orbit::calc::models::M2[][src]

pub struct M2 {}
Expand description

This model uses the Plummer potential for bulge, the Miyamoto & Nagai potential for thin and thick disks, and the Navarro-Frenk-White potential for halo. The values of the parameters for the bulge, the thin disk and the thick disk are taken from Pouliasis et al. (2017, model I), values of the parameters for the halo are taken from Eilers (2018).

Trait Implementations

Calculate the value of the Galactic potential $ \Phi(R, Z) $ $[ 100 \, \text{km}^2 \, \text{s}^{-2} ]$ Read more

Calculate the value of $ \partial \Phi(R, Z) / \partial R $ $[ 100 \, \text{km} \, \text{s}^{-2} ]$ Read more

Calculate the value of $ \partial \Phi(R, Z) / \partial Z $ $[ 100 \, \text{km} \, \text{s}^{-2} ]$ Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.