File: index.rst

package info (click to toggle)
pysph 1.0~b2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,100 kB
  • sloc: python: 58,494; makefile: 212; cpp: 206; sh: 165
file content (20 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (2)
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.