aerosandbox.atmosphere._diff_atmo_functions#

Module Contents#

Functions#

pressure_differentiable(altitude)

Computes the pressure at a given altitude with a differentiable model.

temperature_differentiable(altitude)

Computes the temperature at a given altitude with a differentiable model.

Attributes#

aerosandbox.atmosphere._diff_atmo_functions.altitude_knot_points[source]#
aerosandbox.atmosphere._diff_atmo_functions.altitude_knot_points[source]#
aerosandbox.atmosphere._diff_atmo_functions.temperature_knot_points[source]#
aerosandbox.atmosphere._diff_atmo_functions.pressure_knot_points[source]#
aerosandbox.atmosphere._diff_atmo_functions.interpolated_temperature[source]#
aerosandbox.atmosphere._diff_atmo_functions.interpolated_log_pressure[source]#
aerosandbox.atmosphere._diff_atmo_functions.pressure_differentiable(altitude)[source]#

Computes the pressure at a given altitude with a differentiable model.

Parameters:

altitude – Geopotential altitude [m]

Returns: Pressure [Pa]

aerosandbox.atmosphere._diff_atmo_functions.temperature_differentiable(altitude)[source]#

Computes the temperature at a given altitude with a differentiable model.

Parameters:

altitude – Geopotential altitude [m]

Returns: Temperature [K]