MoCSI API Reference
Loading...
Searching...
No Matches
Classes | Macros
HeatSourceConstantCustom.h File Reference

Module for setting a constant user-defined heat source (or sink). More...

#include <iostream>
#include <memory>
#include <string>
#include <valarray>
#include "../../src/GenericSubmodule.h"
#include "../../src/ModuleFactory.h"
Include dependency graph for HeatSourceConstantCustom.h:

Go to the source code of this file.

Classes

class  HeatSourceConstantCustom< T >
 

Macros

#define HEAT_SOURCE_CONSTANT_CUSTOM_VERSION   "7"
 

Detailed Description

Module for setting a constant user-defined heat source (or sink).

This submodule allows the user to define a constant heat source or sink that is applied to the simulation at each time step. The value is read from a configuration file and directly assigned to the heat source field.

It integrates with calculation chains such as:

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

Macro Definition Documentation

◆ HEAT_SOURCE_CONSTANT_CUSTOM_VERSION

#define HEAT_SOURCE_CONSTANT_CUSTOM_VERSION   "7"