# DustPy
[![Website](https://img.shields.io/website?down_message=failed&label=docs&up_message=passing&url=https%3A%2F%2Fstammler.github.io%2Fdustpy)](https://stammler.github.io/dustpy)
[![GitHub](https://img.shields.io/github/license/stammler/dustpy) ](https://github.com/stammler/dustpy/blob/master/LICENSE)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/stammler/dustpy/blob/master/.github/CODE_OF_CONDUCT.md)
[![The Astrophysical Journal](https://img.shields.io/badge/The%20Astrophysical%20Journal-10.3847%2F1538--4357%2Fac7d58-blue)](https://doi.org/10.3847/1538-4357/ac7d58) [![arXiv](https://img.shields.io/badge/arXiv-10.48550/arXiv.2207.00322-blue)](https://doi.org/10.48550/arXiv.2207.00322)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/dustpy?label=PyPI%20downloads)](https://pypistats.org/packages/dustpy)
### Dust Coagulation and Evolution in Protoplanetary Disks
`DustPy` is a Python package to simulate the evolution of dust in protoplanetary disks.
`DustPy` simulates the radial evolution of gas and dust in a protoplanetary disk, involving viscous evolution the the gas disk, advection and diffusion of the dust disk, as well as dust growth by solving the Smoluchowski equation.
Please read the [documentation](https://stammler.github.io/dustpy/) for a detailed description.
By using any version of `DustPy` you agree to these terms of usage.
## Installation
`DustPy` can be installed via the Python Package Index
`pip install dustpy`
## Requirements
`DustPy` needs a Python3 distribution and a Fortran compiler installed on your system.
## Documentation
[https://stammler.github.io/dustpy/](https://stammler.github.io/dustpy/)
* [1. Basics](https://stammler.github.io/dustpy/1_basics.html)
* [2. Simple Customization](https://stammler.github.io/dustpy/2_simple_customization.html)
* [3. Advanced Customization](https://stammler.github.io/dustpy/3_advanced_customization.html)
* [4. The Standard Model](https://stammler.github.io/dustpy/4_standard_model.html)
* [5. Dust Coagulation](https://stammler.github.io/dustpy/5_dust_coagulation.html)
* [6. Dust Evolution](https://stammler.github.io/dustpy/6_dust_evolution.html)
* [7. Gas Evolution](https://stammler.github.io/dustpy/7_gas_evolution.html) <br />
* [Library: dustpylib](https://stammler.github.io/dustpy/dustpylib.html) <br />
* [Test: Analytical Coagulation Kernels](https://stammler.github.io/dustpy/test_analytical_coagulation_kernels.html)
* [Test: Gas Evolution](https://stammler.github.io/dustpy/test_gas_evolution.html) <br />
* [Example: Ice Lines](https://stammler.github.io/dustpy/example_ice_lines.html)
* [Example: Planetary Gaps](https://stammler.github.io/dustpy/example_planetary_gaps.html)
* [Example: Planetesimal Formation](https://stammler.github.io/dustpy/example_planetesimal_formation.html) <br /> <br />
* [A. Citation](https://stammler.github.io/dustpy/A_citation.html)
* [B. List of Publications](https://stammler.github.io/dustpy/B_publications.html)
* [C. Contributing/Bugs/Features](https://stammler.github.io/dustpy/C_contrib_bug_feature.html)
* [D. DustPy Discussions](https://stammler.github.io/dustpy/D_discussions.html)
* [E. Changelog](https://stammler.github.io/dustpy/E_changelog.html)
[Module Reference](https://stammler.github.io/dustpy/api.html)
## Framework
`DustPy` is using the [Simframe](http://github.com/stammler/simframe/) framework for scientific simulations ([Stammler & Birnstiel 2022](https://joss.theoj.org/papers/0ef61e034c57445e846b2ec383c920a6))
## Acknowledgements
`DustPy` has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme under grant agreement No 714769.
`DustPy` was developed at the [University Observatory](https://www.usm.uni-muenchen.de/index_en.php) of the [Ludwig Maximilian University of Munich](https://www.en.uni-muenchen.de/index.html).
Raw data
{
"_id": null,
"home_page": null,
"name": "dustpy",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": "Sebastian Stammler <sebastian.stammler@gmail.com>, Tilman Birnstiel <til.birnstiel@lmu.de>",
"keywords": "numerical, simulation, science, physics, astrophysics, astronomy",
"author": null,
"author_email": "Sebastian Stammler <sebastian.stammler@gmail.com>, Til Birnstiel <til.birnstiel@lmu.de>, =?utf-8?b?TGXDs24tQWxleGFuZGVyIEjDvGhu?= <huehn@uni-heidelberg.de>",
"download_url": "https://files.pythonhosted.org/packages/39/94/ea3b49a22901ffd9ecf168c1d03d75f6a197227737caceff74a57d13d7e8/dustpy-1.0.6.tar.gz",
"platform": null,
"description": "# DustPy\n\n[![Website](https://img.shields.io/website?down_message=failed&label=docs&up_message=passing&url=https%3A%2F%2Fstammler.github.io%2Fdustpy)](https://stammler.github.io/dustpy) \n[![GitHub](https://img.shields.io/github/license/stammler/dustpy) ](https://github.com/stammler/dustpy/blob/master/LICENSE) \n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/stammler/dustpy/blob/master/.github/CODE_OF_CONDUCT.md) \n[![The Astrophysical Journal](https://img.shields.io/badge/The%20Astrophysical%20Journal-10.3847%2F1538--4357%2Fac7d58-blue)](https://doi.org/10.3847/1538-4357/ac7d58) [![arXiv](https://img.shields.io/badge/arXiv-10.48550/arXiv.2207.00322-blue)](https://doi.org/10.48550/arXiv.2207.00322) \n[![PyPI - Downloads](https://img.shields.io/pypi/dm/dustpy?label=PyPI%20downloads)](https://pypistats.org/packages/dustpy)\n\n### Dust Coagulation and Evolution in Protoplanetary Disks\n\n`DustPy` is a Python package to simulate the evolution of dust in protoplanetary disks.\n\n`DustPy` simulates the radial evolution of gas and dust in a protoplanetary disk, involving viscous evolution the the gas disk, advection and diffusion of the dust disk, as well as dust growth by solving the Smoluchowski equation.\n\nPlease read the [documentation](https://stammler.github.io/dustpy/) for a detailed description.\nBy using any version of `DustPy` you agree to these terms of usage.\n\n## Installation\n\n`DustPy` can be installed via the Python Package Index\n\n`pip install dustpy`\n\n## Requirements\n\n`DustPy` needs a Python3 distribution and a Fortran compiler installed on your system.\n\n## Documentation\n\n[https://stammler.github.io/dustpy/](https://stammler.github.io/dustpy/)\n\n* [1. Basics](https://stammler.github.io/dustpy/1_basics.html)\n* [2. Simple Customization](https://stammler.github.io/dustpy/2_simple_customization.html)\n* [3. Advanced Customization](https://stammler.github.io/dustpy/3_advanced_customization.html)\n* [4. The Standard Model](https://stammler.github.io/dustpy/4_standard_model.html)\n* [5. Dust Coagulation](https://stammler.github.io/dustpy/5_dust_coagulation.html)\n* [6. Dust Evolution](https://stammler.github.io/dustpy/6_dust_evolution.html)\n* [7. Gas Evolution](https://stammler.github.io/dustpy/7_gas_evolution.html) <br /> \n* [Library: dustpylib](https://stammler.github.io/dustpy/dustpylib.html) <br /> \n* [Test: Analytical Coagulation Kernels](https://stammler.github.io/dustpy/test_analytical_coagulation_kernels.html)\n* [Test: Gas Evolution](https://stammler.github.io/dustpy/test_gas_evolution.html) <br /> \n* [Example: Ice Lines](https://stammler.github.io/dustpy/example_ice_lines.html)\n* [Example: Planetary Gaps](https://stammler.github.io/dustpy/example_planetary_gaps.html)\n* [Example: Planetesimal Formation](https://stammler.github.io/dustpy/example_planetesimal_formation.html) <br /> <br /> \n* [A. Citation](https://stammler.github.io/dustpy/A_citation.html)\n* [B. List of Publications](https://stammler.github.io/dustpy/B_publications.html)\n* [C. Contributing/Bugs/Features](https://stammler.github.io/dustpy/C_contrib_bug_feature.html)\n* [D. DustPy Discussions](https://stammler.github.io/dustpy/D_discussions.html)\n* [E. Changelog](https://stammler.github.io/dustpy/E_changelog.html)\n\n[Module Reference](https://stammler.github.io/dustpy/api.html)\n\n## Framework\n\n`DustPy` is using the [Simframe](http://github.com/stammler/simframe/) framework for scientific simulations ([Stammler & Birnstiel 2022](https://joss.theoj.org/papers/0ef61e034c57445e846b2ec383c920a6))\n\n## Acknowledgements\n\n`DustPy` has received funding from the European Research Council (ERC) under the European Union\u2019s Horizon 2020 research and innovation programme under grant agreement No 714769.\n\n`DustPy` was developed at the [University Observatory](https://www.usm.uni-muenchen.de/index_en.php) of the [Ludwig Maximilian University of Munich](https://www.en.uni-muenchen.de/index.html).",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "Dust evolution in protoplanetary disks",
"version": "1.0.6",
"project_urls": {
"Documentation": "https://stammler.github.io/dustpy/",
"Repository": "https://github.com/stammler/dustpy/"
},
"split_keywords": [
"numerical",
" simulation",
" science",
" physics",
" astrophysics",
" astronomy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3994ea3b49a22901ffd9ecf168c1d03d75f6a197227737caceff74a57d13d7e8",
"md5": "c3df7ecba6ab36acf93c3c832a5542fc",
"sha256": "243f6f9b30efc8bd0a70e45b3619b00dbbd1ae10fa419327a5b34304bcb07788"
},
"downloads": -1,
"filename": "dustpy-1.0.6.tar.gz",
"has_sig": false,
"md5_digest": "c3df7ecba6ab36acf93c3c832a5542fc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14790259,
"upload_time": "2024-06-30T13:30:34",
"upload_time_iso_8601": "2024-06-30T13:30:34.650205Z",
"url": "https://files.pythonhosted.org/packages/39/94/ea3b49a22901ffd9ecf168c1d03d75f6a197227737caceff74a57d13d7e8/dustpy-1.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-30 13:30:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "stammler",
"github_project": "dustpy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "ipympl",
"specs": []
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "requests",
"specs": []
},
{
"name": "simframe",
"specs": []
}
],
"lcname": "dustpy"
}