2
3
4
5
6
7
8
9
10
11
12
13
14
15
17
18
19
20
22#ifndef MODELS_ASSEMBLIES_SIMPLE_PLANET_MODEL_H
23#define MODELS_ASSEMBLIES_SIMPLE_PLANET_MODEL_H
25#include "core/macros.h"
26#include "core/CartesianVector.hpp"
27#include "simulation/Model.h"
28#include "six_dof_dynamics/Frame.hpp"
29#include "simulation/SimScheduler.h"
30#include "utils/planetdefaults.h"
35
36
37
38
39
40
41
48
51
72 SimplePlanet(
Model &pnt,
const std::string &m_name=
"earth");
DataIO(GraphTreeObject *data_parent, std::string data_name, T initial_value)
Constructor for the DataIO object.
Definition DataIO.hpp:134
Frame(const std::string &name, Frame< T > *par=nullptr, bool free=false)
Constructor for the frame object.
Definition Frame.hpp:294
Base model class for derived implementation.
Definition Model.h:56
Simple Planet Model.
Definition SimplePlanet.h:42
int start()
Function to perform task startup activities (step once after creation)
Definition SimplePlanet.cpp:69
Implementation of the executive class for simulation.
Definition SimulationExecutive.h:63
#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 QuaternionD
Definition macros.h:78
#define START_OUTPUTS
Definition macros.h:88
#define FrameD
Definition macros.h:64
#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::Frame< double > * > rotating_frame
Definition SimplePlanet.h:67
clockwerk::DataIO< clockwerk::Frame< double > * > inertial_frame
Definition SimplePlanet.h:65
clockwerk::DataIO< clockwerk::Quaternion< double > > initial_attitude
Definition SimplePlanet.h:49
clockwerk::DataIO< clockwerk::CartesianVector< double, 3 > > omega
Definition SimplePlanet.h:52