2
3
4
5
6
7
8
9
10
11
12
13
14
15
17
18
19
20
22#ifndef MODELS_SOLAR_RADIATION_PRESSURE_MODEL_H
23#define MODELS_SOLAR_RADIATION_PRESSURE_MODEL_H
26#include "core/macros.h"
27#include "architecture/Tasks.h"
28#include "utils/frameutils.hpp"
29#include "simulation/Model.h"
30#include "utils/unitutils.h"
35
36
37
38
39
40
41
42
43
44
45
76 SolarRadiationPressureModel();
77 SolarRadiationPressureModel(
Model &pnt,
const std::string &m_name=
"SRP");
79 SolarRadiationPressureModel(
Model &pnt,
int schedule_slot,
const std::string &m_name=
"SRP");
80 SolarRadiationPressureModel(
SimulationExecutive &e,
int schedule_slot,
const std::string &m_name=
"SRP");
81 virtual ~SolarRadiationPressureModel() {}
Base model class for derived implementation.
Definition Model.h:56
Implementation of the executive class for simulation.
Definition SimulationExecutive.h:63
Solar Radiation Pressure Model.
Definition SolarRadiationPressureModel.h:46
int execute()
Function to execute the task. All math and calculations should be here.
Definition SolarRadiationPressureModel.cpp:42
#define SIGNAL(NAME, TYPE, INITIAL_VALUE)
Definition macros.h:87
#define START_PARAMS
Definition macros.h:96
#define CartesianVector3D
Definition macros.h:54
#define END_OUTPUTS
Definition macros.h:90
#define END_PARAMS
Definition macros.h:98
#define START_OUTPUTS
Definition macros.h:88
#define END_INPUTS
Definition macros.h:94
#define START_INPUTS
Definition macros.h:92
Class to propagate CR3BP dynamics in characteristic units.
Definition ConfigurationWriter.cpp:18
clockwerk::DataIO< clockwerk::CartesianVector< double, 3 > > srp_force_body_f
Definition SolarRadiationPressureModel.h:72
clockwerk::DataIO< double > S
Definition SolarRadiationPressureModel.h:52