43#ifndef MODELS_POWER_SOLAR_PANEL_MODEL_H
44#define MODELS_POWER_SOLAR_PANEL_MODEL_H
62 MODEL(SolarPanelModel)
71 SIGNAL(solar_irr,
double, 1361.0)
73 SIGNAL(panel_eff,
double, 0.28)
75 SIGNAL(panel_area,
double, 1.0)
82 SIGNAL(r_sun,
double, 695700000.0)
86 SIGNAL(r_planet,
double, warpos::earth_wgs84.eq_radius)
91 SIGNAL(panel_body_fixed,
int, true)
104 SIGNAL(power,
double, 0.0)
108 SIGNAL(vis_frac,
double, 1.0)
112 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
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
int16 start() override
Class to execute logging.
SIGNAL(_mu, double, warpos::earth_wgs84.mu)
OccultationModel _oc
Definition SolarPanelModel.h:115
EffectiveSolarAreaModel _esa
Definition SolarPanelModel.h:119
@ 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...
FrameStateSensorModel _fss_sc_s
Definition SolarPanelModel.h:117
SolarPanelPowerModel _spp
Definition SolarPanelModel.h:121