atmosphere-gost


Nameatmosphere-gost JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryStandard Atmosphere, GOST 4401-81
upload_time2024-03-12 22:25:45
maintainer
docs_urlNone
author
requires_python>=3.9
license
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": "",
    "name": "atmosphere-gost",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "atmosphere,pressure,temperature,gost,standard,physics",
    "author": "",
    "author_email": "\"Pavel V. Chuvakhov\" <pavel.chuvakhov@yandex.ru>",
    "download_url": "https://files.pythonhosted.org/packages/f2/44/472294b77adaea4b1f54daab78319d5f28b058d826b17ec2f8d7a283f427/atmosphere_gost-0.1.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\r\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\r\n\r\n\r\n# \u041f\u0440\u0438\u043c\u0435\u0440 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\r\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`\r\n```python\r\nfrom atmosphere_gost import sa\r\n\r\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\r\np, T, rho, mu, lam, mfp = sa.get_all(h)\r\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:')\r\nprint(f'\u0414\u0430\u0432\u043b\u0435\u043d\u0438\u0435: {p:.1f} \u041f\u0430')\r\nprint(f'\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430: {T:.1f} \u041a')\r\nprint(f'\u041f\u043b\u043e\u0442\u043d\u043e\u0441\u0442\u044c: {rho:.3e} \u043a\u0433/\u043c3')\r\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')\r\nprint(f'\u0422\u0435\u043f\u043b\u043e\u043f\u0440\u043e\u0432\u043e\u0434\u043d\u043e\u0441\u0442\u044c: {lam:.3e} \u0412\u0442/(\u043c*\u041a)')\r\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')\r\n```\r\n\r\n# \u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435\r\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)\r\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\r\n\u043f\u043e [\u0441\u0441\u044b\u043b\u043a\u0435.](https://pypi.org/project/ambiance)\r\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\r\n`atmosphere_gost` \u043e\u0447\u0435\u043d\u044c \u0431\u043b\u0438\u0437\u043a\u0438.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Standard Atmosphere, GOST 4401-81",
    "version": "0.1.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": "41c90b267df5e12c4a3021f059f5a94b097988f7c14314f6b1b795699f35a553",
                "md5": "b43cc2f282efa4bba6cbe13713d8738f",
                "sha256": "355bfce8bc35cac500642fc7704d8e2db0c07ff99a81342682c07f36590c184b"
            },
            "downloads": -1,
            "filename": "atmosphere_gost-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b43cc2f282efa4bba6cbe13713d8738f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6779,
            "upload_time": "2024-03-12T22:25:43",
            "upload_time_iso_8601": "2024-03-12T22:25:43.659578Z",
            "url": "https://files.pythonhosted.org/packages/41/c9/0b267df5e12c4a3021f059f5a94b097988f7c14314f6b1b795699f35a553/atmosphere_gost-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f244472294b77adaea4b1f54daab78319d5f28b058d826b17ec2f8d7a283f427",
                "md5": "e28888ef2f477d3542cd6d4009ff25b4",
                "sha256": "e396b7540dab1e7bd9def5a82ac5661fd66dc4a4bde58ac1f8b569d80f09c9f9"
            },
            "downloads": -1,
            "filename": "atmosphere_gost-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e28888ef2f477d3542cd6d4009ff25b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7180,
            "upload_time": "2024-03-12T22:25:45",
            "upload_time_iso_8601": "2024-03-12T22:25:45.023156Z",
            "url": "https://files.pythonhosted.org/packages/f2/44/472294b77adaea4b1f54daab78319d5f28b058d826b17ec2f8d7a283f427/atmosphere_gost-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 22:25:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "0x13b",
    "github_project": "atmosphere_gost",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "atmosphere-gost"
}
        
Elapsed time: 0.21590s