An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13356324.svg)](https://doi.org/10.5281/zenodo.13356324)
[![PyPI Version](https://img.shields.io/pypi/v/ppmpy)](https://pypi.org/project/ppmpy)
[![pytest-all](https://github.com/python-hydro/ppmpy/actions/workflows/pytest-all.yml/badge.svg)](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.