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

Definition of the HeatConductivity managing module. More...

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

Go to the source code of this file.

Classes

class  HeatConductivity< T >
 

Macros

#define HEAT_CONDUCTIVITY_VERSION   "6"
 

Detailed Description

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:

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

Macro Definition Documentation

◆ HEAT_CONDUCTIVITY_VERSION

#define HEAT_CONDUCTIVITY_VERSION   "6"