GridFire v0.7.1_rc2
General Purpose Nuclear Network
Loading...
Searching...
No Matches
gridfire::rates::weak::WeakReaction::constants Struct Reference

Public Attributes

const fourdst::constant::Constants & c = fourdst::constant::Constants::getInstance()
 
fourdst::constant::Constant neutronMassG = c.get("mN")
 
fourdst::constant::Constant protonMassG = c.get("mP")
 
fourdst::constant::Constant electronMassG = c.get("mE")
 
fourdst::constant::Constant speedOfLight = c.get("c")
 
fourdst::constant::Constant eVgRelation = c.get("eV_kg")
 
fourdst::constant::Constant MeV2Erg = c.get("MeV_to_erg")
 
fourdst::constant::Constant amu = c.get("u")
 
double MeVgRelation = eVgRelation.value * 1.0e6
 
double MeVPerGraph = 1.0/MeVgRelation
 
double neutronMassMeV = neutronMassG.value * MeVgRelation
 
double protonMassMeV = protonMassG.value * MeVgRelation
 
double electronMassMeV = electronMassG.value * MeVgRelation
 
double u_to_MeV = (amu.value * speedOfLight.value * speedOfLight.value)/MeV2Erg.value
 

Member Data Documentation

◆ amu

fourdst::constant::Constant gridfire::rates::weak::WeakReaction::constants::amu = c.get("u")

◆ c

const fourdst::constant::Constants& gridfire::rates::weak::WeakReaction::constants::c = fourdst::constant::Constants::getInstance()

◆ electronMassG

fourdst::constant::Constant gridfire::rates::weak::WeakReaction::constants::electronMassG = c.get("mE")

◆ electronMassMeV

double gridfire::rates::weak::WeakReaction::constants::electronMassMeV = electronMassG.value * MeVgRelation

◆ eVgRelation

fourdst::constant::Constant gridfire::rates::weak::WeakReaction::constants::eVgRelation = c.get("eV_kg")

◆ MeV2Erg

fourdst::constant::Constant gridfire::rates::weak::WeakReaction::constants::MeV2Erg = c.get("MeV_to_erg")

◆ MeVgRelation

double gridfire::rates::weak::WeakReaction::constants::MeVgRelation = eVgRelation.value * 1.0e6

◆ MeVPerGraph

double gridfire::rates::weak::WeakReaction::constants::MeVPerGraph = 1.0/MeVgRelation

◆ neutronMassG

fourdst::constant::Constant gridfire::rates::weak::WeakReaction::constants::neutronMassG = c.get("mN")

◆ neutronMassMeV

double gridfire::rates::weak::WeakReaction::constants::neutronMassMeV = neutronMassG.value * MeVgRelation

◆ protonMassG

fourdst::constant::Constant gridfire::rates::weak::WeakReaction::constants::protonMassG = c.get("mP")

◆ protonMassMeV

double gridfire::rates::weak::WeakReaction::constants::protonMassMeV = protonMassG.value * MeVgRelation

◆ speedOfLight

fourdst::constant::Constant gridfire::rates::weak::WeakReaction::constants::speedOfLight = c.get("c")

◆ u_to_MeV

double gridfire::rates::weak::WeakReaction::constants::u_to_MeV = (amu.value * speedOfLight.value * speedOfLight.value)/MeV2Erg.value

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