Converts position and velocity to Keplerian elements.
More...
#include <rv_to_kepler.h>
Inherits dsim_model.
|
| rv_to_kepler (dsim_model_setup *setup) |
| Constructor.
|
|
| ~rv_to_kepler () |
| Destructor.
|
|
void | initialize_data () |
| Initialize outlets and output variables.
|
|
void | initialization_complete () |
| Finish initialization.
|
|
void | initialize_timestep () |
| Computation done prior to numerical integration.
|
|
|
dsim_variable | position_dsim |
| Spacecraft position matrix, from parent.
|
|
dsim_variable | velocity_dsim |
| Spacecraft velocity matrix, from parent.
|
|
dsim_variable | muBody_dsim |
| Planet gravitational constant matrix outlet.
|
|
dsim_variable | observer_dsim |
| Reference center outlet.
|
|
dsim_variable | planetIndex_dsim |
| SPICE planet index outlet.
|
|
dsim_variable | keplerian_elements_dsim |
| Keplerian elements output.
|
|
Converts position and velocity to Keplerian elements.
Computes Keplerian elements given position and velocity vectors.
This module computes Keplerian Orbital elements given the position and velocity of the parent.
The documentation for this class was generated from the following files:
- rv_to_kepler.h
- rv_to_kepler.cc