![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
#include "core/mathmacros.h"#include "simulation/Model.h"#include "cr3bputils/CR3BPDynamics.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::_mu_star |
| double | warptwin::_l_star |
| double | warptwin::_t_star |
| clockwerk::CartesianVector< 3 > | warptwin::_internal_pos |
| clockwerk::CartesianVector< 3 > | warptwin::_internal_vel |
| std::array< double, 6 > | warptwin::_input_states |
| std::array< double, 6 > | warptwin::_rates |
| CR3BPDynamics | warptwin::_dynamics |
| clockwerk::CartesianVector< 3 > | warptwin::_tmp |