1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.. _example_gallery:
Gallery of PySPH examples
===========================
In the following, several PySPH examples are documented. These serve to
illustrate various features of PySPH and show one may use PySPH to solve a
variety of problems.
.. toctree::
:hidden:
taylor_green.rst
sphere_in_vessel.rst
flow_past_cylinder.rst
* :ref:`taylor_green`: the Taylor-Green Vortex problem in 2D.
* :ref:`sphere_in_vessel`: A sphere floating in a hydrostatic tank example.
* :ref:`flow_past_cylinder`: Flow past a circular cylinder in 2D.
|