MoCSI API Reference
Loading...
Searching...
No Matches
Classes | Macros
HeatConductivityConstantMaxwell1873PorousRockSolid.h File 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"
Include dependency graph for HeatConductivityConstantMaxwell1873PorousRockSolid.h:

Go to the source code of this file.

Classes

class  HeatConductivityConstantMaxwell1873PorousRockSolid< T >
 

Macros

#define VERSION   "5"
 

Detailed Description

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:

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

Macro Definition Documentation

◆ VERSION

#define VERSION   "5"