https://github.com/python-hydro/ppmpy
A 1D piecewise parabolic method (PPM) Eulerian hydrodynamics code
https://github.com/python-hydro/ppmpy
Last synced: about 1 month ago
JSON representation
A 1D piecewise parabolic method (PPM) Eulerian hydrodynamics code
- Host: GitHub
- URL: https://github.com/python-hydro/ppmpy
- Owner: python-hydro
- License: bsd-3-clause
- Created: 2024-08-02T17:09:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-07T13:39:13.000Z (2 months ago)
- Last Synced: 2026-02-19T04:10:24.445Z (about 2 months ago)
- Language: Python
- Homepage: https://python-hydro.github.io/ppmpy
- Size: 4.4 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
[](https://doi.org/10.5281/zenodo.13356324)
[](https://pypi.org/project/ppmpy)
[](https://github.com/python-hydro/ppmpy/actions/workflows/pytest-all.yml)
# PPMpy
A simple gamma-law gas PPM hydrodynamics solver, written with
visualization of the steps in mind.
## Installation
From PyPI:
```
pip install ppmpy
```
From source:
```
pip install .
```
## Running
See the documentation at: https://python-hydro.github.io/ppmpy/intro.html
for usage examples.