47#ifndef MODELS_ASSEMBLIES_SIMPLE_PLANET_MODEL_H
48#define MODELS_ASSEMBLIES_SIMPLE_PLANET_MODEL_H
75 SIGNAL(initial_attitude, clockwerk::Quaternion, clockwerk::Quaternion({1.0,0.0,0.0,0.0}))
117 SIGNAL(self_id, GraphTreeObject*,
nullptr)
124 SIGNAL(eq_radius,
double, warpos::earth_wgs84.eq_radius)
127 SIGNAL(flattening,
double, warpos::earth_wgs84.flattening)
130 SIGNAL(mu,
double, warpos::earth_wgs84.mu)
133 SIGNAL(J2,
double, warpos::earth_wgs84.J2)
136 SIGNAL(J3,
double, warpos::earth_wgs84.J3)
143 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
PlanetDefaults earth_wgs84
Definition planetdefaults.cpp:22
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
MODEL(CustomPlanet) public Frame _planet_inertial
Custom planet consisting of inertial and rotating frame which can be configured with custom rotation ...
Definition CustomPlanet.h:146
int16 start() override
Class to execute logging.
SIGNAL(_mu, double, warpos::earth_wgs84.mu)
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
Frame _planet_rotating
Definition CustomPlanet.h:149
floating_point mean_ang_vel
Definition planetdefaults.h:38