Skip to content

Commit

Permalink
File constants.hpp updated with important constants of physics and ch…
Browse files Browse the repository at this point in the history
…emistry
  • Loading branch information
iarfen committed Jul 29, 2024
1 parent 690a94c commit 237dedf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions units/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ namespace scifir
const long double BOLTZMANN_CONSTANT = 1.380649e-23;
const long double AVOGADRO_CONSTANT = 6.02214076e23;
const long double LUMINOUS_EFFICACY_OF_540_THZ_RADIATION = 683.0l;

const long double GRAVITATIONAL_CONSTANT = 6.6743e-11;
const long double MOLAR_GAS_CONSTANT = 8.31446261815324l;
const long double ATOMIC_MASS_CONSTANT = 1.66053906660e-27;
const long double COULOMB_CONSTANT = 8.9875517873681764e9;
const long double VACUUM_PERMITTIVITY = 8.8541878188e-12;
const long double RYDBERG_CONSTANT = 1.0973731568539e7;
const long double FARADAY_CONSTANT = 9.64853321233100184e4;
}

#endif // SCIFIR_UNITS_UNITS_CONSTANTS_HPP_INCLUDED

0 comments on commit 237dedf

Please sign in to comment.