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
- Host: GitHub
- URL: https://github.com/danieljprice/ndspmhd
- Owner: danieljprice
- License: other
- Created: 2021-01-12T06:05:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T04:16:22.000Z (about 1 year ago)
- Last Synced: 2025-04-01T04:24:17.282Z (about 1 year ago)
- Topics: algorithms, dust-gas, sph, spmhd
- Language: Fortran
- Homepage: https://ndspmhd.readthedocs.io
- Size: 5.06 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# NDSPMHD

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