diff --git a/input/natural_constants.py b/input/natural_constants.py index ed6fad3..c89a548 100644 --- a/input/natural_constants.py +++ b/input/natural_constants.py @@ -1,8 +1,9 @@ -g = 9.80665 #9.81 # local gravitational acceleration in [m/s^2] -c_v = 3115.89 # [J/(kg * K)] -R_air = 287.1 # Specific Gas Constant Dry Air in [J/(kg * K)] -R_gas = 2077.1 # Specific Gas Constant Helium in [J/(kg * K)] -R_E = 6378000 # Earth Radius in [m] -e = 0.016708 # Eccentricity of Earth's Orbit +g = 9.80665 # local gravitational acceleration in [m/s^2] +c_v = 3115.89 # [J/(kg * K)] specific heat Helium +R_air = 287.1 # Specific Gas Constant Dry Air in [J/(kg * K)] +R_gas = 2077.1 # Specific Gas Constant Helium in [J/(kg * K)] +R_E = 6378000 # Earth Radius in [m] +e = 0.016708 # Eccentricity of Earth's Orbit sigma = 5.670374419 * 10 ** -8 # Stefan-Boltzmann-Constant -gamma = 1.667 # 1.44 # 1.6 \ No newline at end of file +gamma = 1.667 # 1.44 # 1.6 +# p_0 = 101325 # sea-level pressure in [Pa] \ No newline at end of file