Skip to main content

Standard Atmosphere, GOST 4401-81

Project description

Пакет atmosphere_gost является python3-модулем, реализующим расчёт параметров воздуха в соответствии с моделью стандартной атмосферы ГОСТ 4401-81

Пример использования

Весь функционал реализован в импортируемом объекте sa

from atmosphere_gost import sa

h = 1530  # геометрическая высота над средним уровнем моря
p, T, rho, mu, lam, mfp = sa.get_all(h)
print(f'Параметры стандартной атмосферы на высоте {h} м:')
print(f'Давление: {p:.1f} Па')
print(f'Температура: {T:.1f} К')
print(f'Плотность: {rho:.3e} кг/м3')
print(f'Динамическая вязкость: {mu:.3e} Па*с')
print(f'Теплопроводность: {lam:.3e} Вт/(м*К)')
print(f'Средняя длина свободного пробега молекул: {fmp:.3e} м')

Примечание

Модель Международной стандартной атмосферы (International Standard Atmosphere) реализована в пакете ambiance, который доступен по ссылке. Параметры воздуха, посчитанные с помощью ambiance и с помощью atmosphere_gost очень близки.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atmosphere_gost-0.1.3.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

atmosphere_gost-0.1.3-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page