34#ifndef MODELS_SUPPORT_EFFECTIVE_SOLAR_AREA_H
35#define MODELS_SUPPORT_EFFECTIVE_SOLAR_AREA_H
55 MODEL(EffectiveSolarAreaModel)
73 SIGNAL(quat_body_solar, clockwerk::Quaternion, clockwerk::Quaternion({1.0, 0.0, 0.0, 0.0}))
80 SIGNAL(eff_solar_area,
double, 0.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
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
SIGNAL(_mu, double, warpos::earth_wgs84.mu)
MODEL(EffectiveSolarAreaModel) public CartesianVector3 _face_normal_vector__body
Effective Solar Area model.
Definition EffectiveSolarAreaModel.h:55
CartesianVector3 _face_normal_vector__sun
Temporary variable to hold the vector that is normal to the surface after converting to the solar fra...
Definition EffectiveSolarAreaModel.h:90
double _dot_product_normal_solar
Temporary variable to hold the result of the dot product between the normal vector and solar vector.
Definition EffectiveSolarAreaModel.h:93
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
int16 execute() override
Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in...