Gravity Engine 12.0
Unity Asset for Gravity
|
Force model for the first order approximation for a non-spherical gravitational source. More...
Public Member Functions | |
double[] | CalcAccelerationIJPerM (double[] rji, int i, int j, GravityState.NbodyState[] nbodyStates) |
Calculate the acceleration between bodies i and j. | |
double[] | CalcAccelerationIPerParticle (double[] rji, int i, GravityState.NbodyState[] nbodyStates) |
double[] | CalcJerkIJPerM (double[] rji, int i, int j, GravityState.NbodyState[] nbodyStates) |
double[] | CalcAccelerationIJPerM (double[] rji, int i, int j, GravityState.NbodyState[] nbodyStates) |
Calculate the acceleration between bodies i and j. | |
double[] | CalcAccelerationIPerParticle (double[] rji, int i, GravityState.NbodyState[] nbodyStates) |
double[] | CalcJerkIJPerM (double[] rji, int i, int j, GravityState.NbodyState[] nbodyStates) |
Force model for the first order approximation for a non-spherical gravitational source.
The model requires the value of the radius of the planet. The default units are for the Earth in orbital units.
double[] J2Gravity.CalcAccelerationIJPerM | ( | double[] | rji, |
int | i, | ||
int | j, | ||
GravityState.NbodyState[] | nbodyStates | ||
) |
Calculate the acceleration between bodies i and j.
Return the aij and aji accelerations because in some case (e.g one is oblate) they will not be equal and opposite!
rji | |
i | |
j | |
nbodyStates |
Implements IForceDelegate.
double[] J2Gravity.CalcAccelerationIPerParticle | ( | double[] | rji, |
int | i, | ||
GravityState::NbodyState[] | nbodyStates | ||
) |
Implements IForceDelegate.
double[] J2Gravity.CalcJerkIJPerM | ( | double[] | rji, |
int | i, | ||
int | j, | ||
GravityState::NbodyState[] | nbodyStates | ||
) |
Implements IForceDelegate.