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

Go to the source code of this file.

Classes

class  SolarFlux< T >
 

Macros

#define VERSION   "4"
 

Detailed Description

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:

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

Macro Definition Documentation

◆ VERSION

#define VERSION   "4"