Celeritas 0.7.0-dev.220+develop.5ce7701da
Loading...
Searching...
No Matches
celeritas::inp::MucfAtomTransferRate Struct Reference

Muon-catalyzed fusion mean atom transfer data. More...

#include <MucfPhysics.hh>

Detailed Description

Muon-catalyzed fusion mean atom transfer data.

Atom transfer is not a direct process, encompassing multiple steps: initial_atom --> isotope1 --> isotope2 --> final_atom

The transfer rates are as a function of temperature, with a separate grid for each combination of the 4 steps aforementioned (e.g. protium --> deuterium --> tritium --> tritium).

Each struct holds one of such combinations, with the full set of combinations being the vector<MucfAtomTransferRate> in MucfPhysics .

Note
These grids are host-only, with only the final exchange rate (a real_type ) for each combination being needed in the stepping loop. This is because these rates are material dependent, and thus can be cached at model construction.

The documentation for this struct was generated from the following file: