Skip to content

Radioactive heat

Methods

Radioactive heat sources are defined as

GeoParams.MaterialParameters.RadioactiveHeat.ConstantRadioactiveHeat Type
julia
ConstantRadioactiveHeat(H_r=1e-6Watt/m^3)

Set a constant radioactive heat:

Hr=cst

where Hr is the radioactive heat source [Watt/m3].

source
GeoParams.MaterialParameters.RadioactiveHeat.ExpDepthDependentRadioactiveHeat Type
julia
ExpDepthDependent(H_0=1e-6Watt/m^3, h_r=10e3m, z_0=0m)

Sets an exponential depth-dependent radioactive

Hr=H0exp(zz0hr)

where H0 is the radioactive heat source [Watt/m3] at z=z0 which decays with depth over a characteristic distance hr.

source