26#ifndef MODELS_ENVIRONMENT_MSIS_ATMOSPHERE_MODEL
27#define MODELS_ENVIRONMENT_MSIS_ATMOSPHERE_MODEL
51 SIGNAL(solar_flux_81d_avg,
double, 150.0)
53 SIGNAL(solar_flux_day,
double, 150.0)
55 SIGNAL(daily_ap,
double, 10.0)
58 SIGNAL(R_idealgas_kJ_kg_K,
double, 286.0)
65 SIGNAL(lat_rad,
double, 0.0)
67 SIGNAL(lon_rad,
double, 0.0)
80 SIGNAL(density_kg_m3,
double, 0.0)
82 SIGNAL(temperature_K,
double, 0.0)
86 SIGNAL(pressure_ideal_N_m2,
double, 0.0)
91 void delayCalcSteps(
unsigned int num_steps) {
_start_run = num_steps;}
93 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
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)
nrlmsise_input _input
Definition MSISAtmosphereModel.h:103
nrlmsise_flags _flags
Definition MSISAtmosphereModel.h:102
unsigned int _start_run
Definition MSISAtmosphereModel.h:107
unsigned int _step_counter
Definition MSISAtmosphereModel.h:106
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
int _msisCheckInputs()
Function to check range of input values.
Definition MSISAtmosphereModel.cpp:97
int16 execute() override
Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in...
nrlmsise_output _output
Definition MSISAtmosphereModel.h:104
Definition nrlmsise-00.h:26
Definition nrlmsise-00.h:126