![]() |
MoCSI API Reference
|
Managing module that calculates the incoming solar irradiation. 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 | SolarFlux< T > |
Macros | |
| #define | SOLAR_FLUX_VERSION "5" |
Managing module that calculates the incoming solar irradiation.
The SolarFlux module computes the incoming solar flux (irradiation) on the surface of the simulated body. The actual calculation is delegated to submodules, which can represent different models or approaches to determine solar heating.
Key Features:
| T | Numeric type used in the simulation (e.g., float, double) |
| #define SOLAR_FLUX_VERSION "5" |