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

https://github.com/danieljprice/ndspmhd

A 1, 2 and 3D Smoothed Particle Hydrodynamics (SPH) simulation code. This is my "development" code, used to develop new algorithms. Implements most algorithms I have published for SPH. Not optimised, nor parallel, but good for exploring how SPH works and trying out new ideas on test problems
https://github.com/danieljprice/ndspmhd

algorithms dust-gas sph spmhd

Last synced: 5 months ago
JSON representation

A 1, 2 and 3D Smoothed Particle Hydrodynamics (SPH) simulation code. This is my "development" code, used to develop new algorithms. Implements most algorithms I have published for SPH. Not optimised, nor parallel, but good for exploring how SPH works and trying out new ideas on test problems

Awesome Lists containing this project

README

          

# NDSPMHD

![NDSPMHD](docs/lint-big.jpg)

NDSPMHD is a Smoothed Particle (Magneto)Hydrodynamics code for astrophysical fluid dynamics simulations in 1, 2 and 3 spatial dimensions.

## Documentation

Full documentation is available at [ndspmhd.readthedocs.io](https://ndspmhd.readthedocs.io)

## About

NDSPMHD is written in Fortran 90/95 and is organized into the following directories:

- `src/` - Source code for NDSPMHD
- `docs/` - Documentation
- `scripts/` - Various scripts for manipulating data and running multiple jobs

## Installation

See the [installation guide](https://ndspmhd.readthedocs.io/en/latest/install.html) for detailed instructions.

## Support

Only limited support is available. Best to [file an issue](https://github.com/danieljprice/ndspmhd/issues) or [start a discussion](https://github.com/danieljprice/ndspmhd/discussions) on GitHub if you are having trouble.

## License

This code is distributed under the terms of the GNU General Public License. See the [LICENSE](LICENSE) file for details.

## Citation

If you use NDSPMHD in your research, please cite:

Price, D. J., 2012, "Smoothed Particle Hydrodynamics and Magnetohydrodynamics", J. Comp. Phys. 231, 759
[arXiv:1012.1885](http://arxiv.org/abs/1012.1885)

## Author

Daniel Price (daniel.price@monash.edu)
© 2002-2015 Daniel Price