MoCSI API Reference
Loading...
Searching...
No Matches
Classes | Macros
HeliocentricDistance.h File 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"
Include dependency graph for HeliocentricDistance.h:

Go to the source code of this file.

Classes

class  HeliocentricDistance< T >
 

Macros

#define HELIOCENTRIC_DISTANCE_VERSION   "7"
 

Detailed Description

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:

Template Parameters
TNumeric type used in the simulation (e.g., float, double)

Macro Definition Documentation

◆ HELIOCENTRIC_DISTANCE_VERSION

#define HELIOCENTRIC_DISTANCE_VERSION   "7"