atmosphere-gost


Nameatmosphere-gost JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryStandard Atmosphere, GOST 4401-81
upload_time2024-11-10 16:12:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords atmosphere pressure temperature gost standard physics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Пакет `atmosphere_gost` является python3-модулем, реализующим расчёт параметров
воздуха в соответствии с моделью стандартной атмосферы ГОСТ 4401-81


# Пример использования
Весь функционал реализован в импортируемом объекте `sa`
```python
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`, который доступен
по [ссылке.](https://pypi.org/project/ambiance)
Параметры воздуха, посчитанные с помощью `ambiance` и с помощью
`atmosphere_gost` очень близки.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "atmosphere-gost",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "atmosphere, pressure, temperature, gost, standard, physics",
    "author": null,
    "author_email": "\"Pavel V. Chuvakhov\" <pavel.chuvakhov@yandex.ru>",
    "download_url": "https://files.pythonhosted.org/packages/f4/51/3b32ca14fa14132efa57594eb9ad5e3cc77522410deabca7bbfabbdef3b3/atmosphere_gost-0.2.3.tar.gz",
    "platform": null,
    "description": "\u041f\u0430\u043a\u0435\u0442 `atmosphere_gost` \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f python3-\u043c\u043e\u0434\u0443\u043b\u0435\u043c, \u0440\u0435\u0430\u043b\u0438\u0437\u0443\u044e\u0449\u0438\u043c \u0440\u0430\u0441\u0447\u0451\u0442 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432\n\u0432\u043e\u0437\u0434\u0443\u0445\u0430 \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u043c\u043e\u0434\u0435\u043b\u044c\u044e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0439 \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u044b \u0413\u041e\u0421\u0422 4401-81\n\n\n# \u041f\u0440\u0438\u043c\u0435\u0440 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\n\u0412\u0435\u0441\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d \u0432 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c \u043e\u0431\u044a\u0435\u043a\u0442\u0435 `sa`\n```python\nfrom atmosphere_gost import sa\n\nh = 1530  # \u0433\u0435\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043d\u0430\u0434 \u0441\u0440\u0435\u0434\u043d\u0438\u043c \u0443\u0440\u043e\u0432\u043d\u0435\u043c \u043c\u043e\u0440\u044f\np, T, rho, mu, lam, mfp = sa.get_all(h)\nprint(f'\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0439 \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u044b \u043d\u0430 \u0432\u044b\u0441\u043e\u0442\u0435 {h} \u043c:')\nprint(f'\u0414\u0430\u0432\u043b\u0435\u043d\u0438\u0435: {p:.1f} \u041f\u0430')\nprint(f'\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430: {T:.1f} \u041a')\nprint(f'\u041f\u043b\u043e\u0442\u043d\u043e\u0441\u0442\u044c: {rho:.3e} \u043a\u0433/\u043c3')\nprint(f'\u0414\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0432\u044f\u0437\u043a\u043e\u0441\u0442\u044c: {mu:.3e} \u041f\u0430*\u0441')\nprint(f'\u0422\u0435\u043f\u043b\u043e\u043f\u0440\u043e\u0432\u043e\u0434\u043d\u043e\u0441\u0442\u044c: {lam:.3e} \u0412\u0442/(\u043c*\u041a)')\nprint(f'\u0421\u0440\u0435\u0434\u043d\u044f\u044f \u0434\u043b\u0438\u043d\u0430 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0431\u0435\u0433\u0430 \u043c\u043e\u043b\u0435\u043a\u0443\u043b: {fmp:.3e} \u043c')\n```\n\n# \u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435\n\u041c\u043e\u0434\u0435\u043b\u044c \u041c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0439 \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u044b (International Standard Atmosphere)\n\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430 \u0432 \u043f\u0430\u043a\u0435\u0442\u0435 `ambiance`, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d\n\u043f\u043e [\u0441\u0441\u044b\u043b\u043a\u0435.](https://pypi.org/project/ambiance)\n\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0432\u043e\u0437\u0434\u0443\u0445\u0430, \u043f\u043e\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e `ambiance` \u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e\n`atmosphere_gost` \u043e\u0447\u0435\u043d\u044c \u0431\u043b\u0438\u0437\u043a\u0438.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Standard Atmosphere, GOST 4401-81",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/0x13b/atmosphere_gost/",
        "Repository": "https://github.com/0x13b/atmosphere_gost.git"
    },
    "split_keywords": [
        "atmosphere",
        " pressure",
        " temperature",
        " gost",
        " standard",
        " physics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9ba004267f692073c101fa0fd59e47ad37057964e89072e06d42dfef40d1a81",
                "md5": "e6507678a5d65ccda88ef7fdb5a0f20c",
                "sha256": "41f6995136f89e7bd9d528de472427a62d23ab730bffa25942a8ca89ddb07e06"
            },
            "downloads": -1,
            "filename": "atmosphere_gost-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e6507678a5d65ccda88ef7fdb5a0f20c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6855,
            "upload_time": "2024-11-10T16:12:38",
            "upload_time_iso_8601": "2024-11-10T16:12:38.765800Z",
            "url": "https://files.pythonhosted.org/packages/a9/ba/004267f692073c101fa0fd59e47ad37057964e89072e06d42dfef40d1a81/atmosphere_gost-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4513b32ca14fa14132efa57594eb9ad5e3cc77522410deabca7bbfabbdef3b3",
                "md5": "02c0aa19206326842339fe07ae121b0b",
                "sha256": "35ef88a946cb647b57a7e6adb5d3382d1b35c50144abaeb3ee6d488a3f7d880f"
            },
            "downloads": -1,
            "filename": "atmosphere_gost-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "02c0aa19206326842339fe07ae121b0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7181,
            "upload_time": "2024-11-10T16:12:40",
            "upload_time_iso_8601": "2024-11-10T16:12:40.498308Z",
            "url": "https://files.pythonhosted.org/packages/f4/51/3b32ca14fa14132efa57594eb9ad5e3cc77522410deabca7bbfabbdef3b3/atmosphere_gost-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-10 16:12:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "0x13b",
    "github_project": "atmosphere_gost",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "atmosphere-gost"
}
        
Elapsed time: 1.13474s