Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 715 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 715 Bytes

pstd

A Python implementation of the $k$-space pseudospectral time-domain method.

This implementation was originally written to quantify the fluctuations in sound pressure due to atmospheric turbulence.

Installation

Currently there are no packages available.

The recommended method to install is to clone this repository

pip install git+https://github.com/FRidh/pstd.git

Examples

Several examples can be found in the examples folder.

Documentation

Documentation can be found here.

License

pstd is distributed under the BSD 3-clause license. See LICENSE for more information.

Contributing

Contributors are always welcome.