Skip to content

Commit 3f8f765

Browse files
author
Jorge
authored
Merge pull request #48 from jorgepiloto/constants
Add some constants
2 parents 2a703b4 + 1401f8f commit 3f8f765

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)