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

Go to the source code of this file.

Classes

class  HeatSource< T >
 

Macros

#define HEAT_SOURCE_VERSION   "5"
 

Detailed Description

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".

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

Macro Definition Documentation

◆ HEAT_SOURCE_VERSION

#define HEAT_SOURCE_VERSION   "5"