Celeritas 0.7.0-dev.313+develop.1857205b
Loading...
Searching...
No Matches
Public Member Functions | List of all members
celeritas::inp::MucfAtomSpinFlipRate Struct Reference

Muon-catalyzed fusion mean atom spin flip data. More...

#include <MucfPhysics.hh>

Public Member Functions

 operator bool () const
 True if data is assigned.
 

Detailed Description

Muon-catalyzed fusion mean atom spin flip data.

Spin flip rates are as a function of temperature, with each grid/table representing an atom pair combination and its spin (e.g. deuterium-tritium, spin 1). Ordering is important, thus same spin deuterium-tritium and tritium-deuterium have different tables, which leads to a different final spin flip rate for a given material definition.

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

Note
These grids are host-only, with only the final spin flip rate per state (which is just 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.

Member Function Documentation

◆ operator bool()

celeritas::inp::MucfAtomSpinFlipRate::operator bool ( ) const
inlineexplicit

True if data is assigned.

Todo:
Implement
Todo:
Implement

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