File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ package Constants
3232 // The value for mu_0 can now be expressed as 2*alpha*h/(q^2*c),
3333 // where alpha is the experimental fine-structure constant,
3434 // and the value is from https://physics.nist.gov/cuu/pdf/wall_2018.pdf
35+ // The current value of mu_0 is experimentally determined.
36+ // Before 2019 mu_0 was defined to be exactly 4*pi*1e-7 H/m.
3537 final constant SI.Velocity c= 299792458 "Speed of light in vacuum" ;
3638 final constant SI.Acceleration g_n= 9.80665
3739 "Standard acceleration of gravity on earth" ;
@@ -50,7 +52,7 @@ package Constants
5052 "Stefan-Boltzmann constant " ;
5153 final constant Real N_A(final unit= "1/mol" ) = 6.02214076e23
5254 "Avogadro constant" ;
53- final constant SI.Permeability mu_0 = 4 * pi * 1.00000000055e-7 "Magnetic constant" ;
55+ final constant SI.Permeability mu_0 = 1.25663706212e-6 "Magnetic constant" ;
5456 final constant Real epsilon_0(final unit= "F/m" ) = 1 / (mu_0* c* c)
5557 "Electric constant" ;
5658 final constant NonSI.Temperature_degC T_zero= - 273.15
You can’t perform that action at this time.
0 commit comments