Welcome to the PySPH documentation!¶
PySPH is an open source framework for Smoothed Particle Hydrodynamics (SPH) simulations. Users can implement an SPH formulation in pure Python and still obtain excellent performance. PySPH can make use of multiple cores via OpenMP or be run seamlessly in parallel using MPI.
Here are some videos of simulations made with PySPH.
PySPH is hosted on github. Please see the github site for development details.
Installation and getting started¶
The framework and library¶
Gallery of PySPH examples¶
Reference documentation¶
Autogenerated from doc strings using sphinx’s autodoc feature.
- PySPH Reference Documentation
- Module application
- Module carray
- Module controller
- SPH equations
- Integrator related modules
- SPH Kernels
- Module nnps: Nearest Neighbor Particle Search
- Module parallel_manager
- Module particle_array
- Module scheme
- Module solver
- Module solver tools
- Module simple_inlet_outlet
- Module solver_interfaces
- Miscellaneous Tools for PySPH
- Module zoltan: A Python wrapper for Zoltan
- Solver Interfaces