![]() |
MoCSI API Reference
|
Submodule for calculating heat conductivity of porous rock using the Maxwell model. 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 | HeatConductivityConstantMaxwell1873PorousRockSolid< T > |
Macros | |
| #define | VERSION "5" |
Submodule for calculating heat conductivity of porous rock using the Maxwell model.
This submodule computes the heat conductivity for a porous rock material based on the Maxwell (1873) model. The calculation depends on the asteroid type and porosity, assuming radiative heat transfer is negligible. The porosity 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 VERSION "5" |