Skip to content

Commit 1401f8f

Browse files
author
Jorge
committed
Add some constants
1 parent 2a703b4 commit 1401f8f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/skaero/constants.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)