GridFire 0.0.1a
General Purpose Nuclear Network
|
Public Attributes | |
const double | u = Constants::getInstance().get("u").value |
Atomic mass unit in g. | |
const double | Na = Constants::getInstance().get("N_a").value |
Avogadro's number. | |
const double | c = Constants::getInstance().get("c").value |
Speed of light in cm/s. | |
Definition at line 320 of file engine_graph.h.
const double gridfire::GraphEngine::constants::c = Constants::getInstance().get("c").value |
Speed of light in cm/s.
Definition at line 323 of file engine_graph.h.
const double gridfire::GraphEngine::constants::Na = Constants::getInstance().get("N_a").value |
Avogadro's number.
Definition at line 322 of file engine_graph.h.
const double gridfire::GraphEngine::constants::u = Constants::getInstance().get("u").value |
Atomic mass unit in g.
Definition at line 321 of file engine_graph.h.