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.2.3.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

atmosphere_gost-0.2.3-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file atmosphere_gost-0.2.3.tar.gz.

File metadata

  • Download URL: atmosphere_gost-0.2.3.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for atmosphere_gost-0.2.3.tar.gz
Algorithm Hash digest
SHA256 35ef88a946cb647b57a7e6adb5d3382d1b35c50144abaeb3ee6d488a3f7d880f
MD5 02c0aa19206326842339fe07ae121b0b
BLAKE2b-256 f4513b32ca14fa14132efa57594eb9ad5e3cc77522410deabca7bbfabbdef3b3

See more details on using hashes here.

File details

Details for the file atmosphere_gost-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for atmosphere_gost-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 41f6995136f89e7bd9d528de472427a62d23ab730bffa25942a8ca89ddb07e06
MD5 e6507678a5d65ccda88ef7fdb5a0f20c
BLAKE2b-256 a9ba004267f692073c101fa0fd59e47ad37057964e89072e06d42dfef40d1a81

See more details on using hashes here.

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