![]() |
MoCSI API Reference
|
Submodule for calculating heat conductivity of porous rock using the Maxwell model with radiation (Kiradjiev 2019). More...
#include <iostream>#include <memory>#include <numbers>#include <string>#include <valarray>#include "../../src/GenericSubmodule.h"#include "../../src/ModuleFactory.h"
Go to the source code of this file.
Classes | |
| class | HeatConductivityVariableKiradjiev2019PorousRockSolidRadiation< T > |
Macros | |
| #define | HEAT_CONDUCTIVITY_VARIABLE_KIRADJIEV_2019_POROUS_ROCK_SOLID_RADIATION_VERSION "1" |
Submodule for calculating heat conductivity of porous rock using the Maxwell model with radiation (Kiradjiev 2019).
This submodule computes the heat conductivity for a porous rock material based on the Maxwell (1873) model considering radiative heat transfer in the void spaces. It follows the formulation in Kiradjiev et al. (2019). The porosity and the pore space diameter is derived from the user-specified volume filling factor in the .ini file.
The module:
| T | Numeric type used in the simulation (e.g., float, double) |
| #define HEAT_CONDUCTIVITY_VARIABLE_KIRADJIEV_2019_POROUS_ROCK_SOLID_RADIATION_VERSION "1" |