IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 13c12525 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Maximilian Reininghaus
Browse files

added universal gas constant

parent 231d9b55
No related branches found
No related tags found
1 merge request!116Some improvements here and there
......@@ -50,6 +50,9 @@ namespace corsika::units::constants {
constexpr quantity<mass_d> u{Rep(1.6605402e-27L) * kilogram};
auto constexpr nucleonMass = 0.5 * (0.93827 + 0.93957) * 1e9 * electronvolt;
// molar gas constant
auto constexpr R = Rep(8.314'459'8) * joule / (mole * kelvin);
// etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment