![]() |
MoCSI API Reference
|
Submodule for calculating heat conductivity with a two-layer model. 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 | HeatConductivityTwoLayers< T > |
Macros | |
| #define | VERSION "4" |
Submodule for calculating heat conductivity with a two-layer model.
This submodule computes the heat conductivity for a material that consists of two layers with different thermal properties. The transition depth between layers is specified in the configuration .ini file. The module handles:
| T | Numeric type used in the simulation (e.g., float, double) |
| #define VERSION "4" |