|
int | calculateRates (double time, const std::array< double, NUM_CR3BP_STATES > &state, std::array< double, NUM_CR3BP_STATES > &out_rates) |
| Function to calculate frame rates of change for a frame.
|
|
virtual int | calculateRates (double time, const std::array< double, N > &state, std::array< double, N > &out_rates) |
| Function to calculate rates from current state of system.
|
|
|
double | mu_star |
| This is the ratio of second body mass to total system mass.
|
|
◆ calculateRates() [1/2]
Function to calculate rates from current state of system.
- Parameters
-
time | The reference time |
state | The reference state |
out_rates | Implicit return of rates based on time, state |
◆ calculateRates() [2/2]
int modelspace::CR3BPDynamics::calculateRates |
( |
double |
time, |
|
|
const std::array< double, NUM_CR3BP_STATES > & |
state, |
|
|
std::array< double, NUM_CR3BP_STATES > & |
out_rates |
|
) |
| |
|
inline |
Function to calculate frame rates of change for a frame.
- Parameters
-
time | The time input for the calculation. Uses current time |
state | The current state vector in the calculation |
out_rates | Implicit return of rates of change in states |
The documentation for this class was generated from the following file: