We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a703b4 + 1401f8f commit 3f8f765Copy full SHA for 3f8f765
1 file changed
src/skaero/constants.py
@@ -0,0 +1,13 @@
1
+"""
2
+Mathematical and physical constants
3
4
+
5
+from skaero import units as u
6
7
+# Earth's mean equatorial radius from IAU Working Group on Cartographic
8
+# Coordinates and Rotational Elements: 2015
9
+R_earth = 6.3781366e6 * u.meters
10
11
+# Standard Earth's gravity acceleration value from "The International System of
12
+# Units by Barry N.Taylor and Ambler Thompson"
13
+g0 = 9.80665 * u.meters / u.seconds
0 commit comments