![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
#include "simulation/Model.h"#include "simulation/NormalRandom.hpp"#include "utils/Interpolate2D.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. | |
| void | warptwin::_configureInternal () |
| Function to configure sensor – runs in all constructors. | |
Variables | |
| double | warptwin::_turb_intensity_u |
| double | warptwin::_turb_intensity_v |
| double | warptwin::_turb_intensity_w |
| double | warptwin::_scale_length_u |
| double | warptwin::_scale_length_v |
| double | warptwin::_scale_length_w |
| double | warptwin::_altitude_feet |
| double | warptwin::_wind_u_feet |
| double | warptwin::_wind_v_feet |
| double | warptwin::_wind_w_feet |
| NormalRandom< double > * | warptwin::_normal_random |
| Interpolate2D | warptwin::_interpolate2D_model |