![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
#include <string>#include "simulation/Model.h"#include "utils/sphericalharmonicsutils.h"#include "locations.h"#include "constants/planetdefaults.h"Go to the source code of this file.
Namespaces | |
| namespace | warptwin |
| Class to propagate CR3BP dynamics in characteristic units. | |
Functions | |
| int16 | warptwin::execute () override |
| Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in derived class. | |
Variables | |
| double | warptwin::_K |
| double | warptwin::_c [NMAX_SPHERICAL_HARMONICS+1][NMAX_SPHERICAL_HARMONICS+1] |
| double | warptwin::_s [NMAX_SPHERICAL_HARMONICS+1][NMAX_SPHERICAL_HARMONICS+1] |
| CartesianVector3 | warptwin::_accel_grav__spherical |
| double | warptwin::_lat |
| double | warptwin::_lon |
| double | warptwin::_alt |
| double | warptwin::_r_pos |
| double | warptwin::_colatitude |
| double | warptwin::_sth |
| double | warptwin::_cth |
| double | warptwin::_sph |
| double | warptwin::_cph |
| CartesianVector3 | warptwin::_fe |