mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Resolving @paulromano comments
This commit is contained in:
parent
625903e968
commit
b8d9fe461f
3 changed files with 40 additions and 68 deletions
|
|
@ -186,3 +186,9 @@ K_BOLTZMANN = 8.6173324e-5
|
|||
|
||||
# Used for converting units in ACE data
|
||||
EV_PER_MEV = 1.0e6
|
||||
|
||||
# Avogadro's constant from CODATA 2010
|
||||
AVOGADRO = 6.02214129E23
|
||||
|
||||
# Neutron mass from CODATA 2010 in units of amu
|
||||
NEUTRON_MASS = 1.008664916
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue