35#ifndef MODELS_ENVIRONMENT_GRAVITY_GRADIENT_MODEL_H
36#define MODELS_ENVIRONMENT_GRAVITY_GRADIENT_MODEL_H
60 MODEL(GravityGradientModel)
76 SIGNAL(quat_body_pci, clockwerk::Quaternion, clockwerk::Quaternion({1.0, 0.0, 0.0, 0.0}))
78 SIGNAL(inertiatensor_body_body,
Matrix3,
Matrix3({{1.0, 0.0, 0.0}, {0.0, 1.0, 0.0}, {0.0, 0.0, 1.0}}))
#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
#define CartesianVector3
Definition mathmacros.h:43
#define Matrix3
Definition mathmacros.h:29
PlanetDefaults earth_wgs84
Definition planetdefaults.cpp:22
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
CartesianVector3 _ggTorque
Definition GravityGradientModel.h:96
int16 execute() override
Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in...
double _r
Point mass gravity model.
Definition GravityGradientModel.h:94
MODEL(GravityGradientModel) public CartesianVector3 _pos_body_pci__body
Gravity Gradient Model.
Definition GravityGradientModel.h:60
double _multiplier
Definition GravityGradientModel.h:95