![]() |
MoCSI API Reference
|
Definition of the HeatConductivity managing module. 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 | HeatConductivity< T > |
Macros | |
| #define | HEAT_CONDUCTIVITY_VERSION "5" |
Definition of the HeatConductivity managing module.
This module manages submodules responsible for calculating the heat conductivity of the material and exposes the results as a simulation field. It integrates into the simulation pipeline and updates the heat conductivity values during initialization and time steps.
The module:
.ini file| T | Numeric type used in the simulation (e.g., float, double) |
| #define HEAT_CONDUCTIVITY_VERSION "5" |