27#ifndef MODELS_ENVIRONMENT_COMPOSITE_WIND_MODEL_H
28#define MODELS_ENVIRONMENT_COMPOSITE_WIND_MODEL_H
47 MODEL(CompositeWindModel)
89 int16
start() override;
#define SIGNAL(NAME, TYPE, INITIAL_VALUE)
Definition appmacros.h:27
#define START_PARAMS
Definition appmacros.h:42
#define END_OUTPUTS
Definition appmacros.h:33
#define END_PARAMS
Definition appmacros.h:47
#define START_OUTPUTS
Definition appmacros.h:28
#define END_INPUTS
Definition appmacros.h:40
#define START_INPUTS
Definition appmacros.h:35
Class defining a direction cosine matrix inherited from Matrix.
Definition DCM.h:69
Frame class definition.
Definition Frame.h:96
#define CartesianVector3
Definition mathmacros.h:43
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
double _mean_wind_rot_angle
Internal variable for the mean wind frame rotation angle.
Definition CompositeWindModel.h:104
int16 start() override
Class to execute logging.
SIGNAL(_mu, double, warpos::earth_wgs84.mu)
CartesianVector3 _mean_wind__comp
Internal variables for rotated vectors.
Definition CompositeWindModel.h:96
CartesianVector3 _dist_wind__comp
Definition CompositeWindModel.h:97
void _configureInternal()
Function to configure sensor – runs in all constructors.
clockwerk::DCM _DCM_directMeanWindFrame_to_meanWindFrame
Internal variable for the rotation from the direct mean wind frame to the mean wind vector representa...
Definition CompositeWindModel.h:101
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
CartesianVector3 _gust_wind__comp
Definition CompositeWindModel.h:98
int16 execute() override
Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in...