![]() |
MoCSI API Reference
|
Managing module for calculating heat sources and sinks 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 | HeatSource< T > |
Macros | |
| #define | HEAT_SOURCE_VERSION "6" |
Managing module for calculating heat sources and sinks in the simulation.
This module manages the computation of heat sources and sinks based on the active submodules. It supports insertion into calculation chains such as:
The resulting heat source field is stored in the simulation's field map under the name "HeatSource".
| T | Numeric type used in the simulation (e.g., float, double) |
| #define HEAT_SOURCE_VERSION "6" |