![]() |
MoCSI API Reference
|
Module for calculating the heliocentric distance in the simulation. More...
#include <iostream>#include <memory>#include <string>#include <valarray>#include "../../src/GenericManagingModule.h"#include "../../src/ModuleFactory.h"
Go to the source code of this file.
Classes | |
| class | HeliocentricDistance< T > |
Macros | |
| #define | VERSION "5" |
Module for calculating the heliocentric distance in the simulation.
This managing module computes the heliocentric distance and stores it in the simulation field map. It integrates with various calculation chains and can incorporate submodules that influence or provide input for the distance calculation.
Calculation chains include:
| T | Numeric type used in the simulation (e.g., float, double) |
| #define VERSION "5" |