![]() |
MoCSI API 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"
Go to the source code of this file.
Classes | |
| class | HeatSourceConstantCustom< T > |
Macros | |
| #define | HEAT_SOURCE_CONSTANT_CUSTOM_VERSION "6" |
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:
| T | Numeric type used in the simulation (e.g., float, double) |
| #define HEAT_SOURCE_CONSTANT_CUSTOM_VERSION "6" |