Main Page: Difference between revisions

From openpipeflow.org
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
'''MediaWiki has been successfully installed.'''
==Overview==
* Primitive variable pipe flow code for incompressible flow.
* Second order predictor-corrector method.  Influence matrix corrects boundary conditions to machine precision.
* Double-Fourier (theta,z) + finite difference (r)
* Serial or parallel (with MPI).
* Parallelised by radius (at present).
* Fortran 90, uses modules and derived types, no esoteric extensions.
* Core program <3000 lines.


Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
==Version 1.02b==
* documentation online pdf
* tarball


== Getting started ==
==Citation==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
*       In talks:
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
                openpipeflow.org
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
*        In articles:
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]
                1) URL above if possible and
                2) "based on code described in \cite{WK09}."
                  @article{WK09,
                        Author = {A. P. Willis and R. R. Kerswell},
                        Year = {2009},
                        Title = {Turbulent dynamics of pipe flow captured in a
                                reduced model: puff relaminarisation and
                                localised `edge' states},
                        Journal = {J.\ Fluid Mech.},
                        Volume = {619},
                        Pages = {213-233}  }
 
==Author==
:      Ashley P. Willis,
:      School of Mathematics and Statistics,
:      University of Sheffield,
:      South Yorkshire,
:       S3 7RH,
:       U.K.
:      a.p.willis/at/sheffield.ac.uk

Revision as of 13:25, 14 July 2014

Overview

  • Primitive variable pipe flow code for incompressible flow.
  • Second order predictor-corrector method. Influence matrix corrects boundary conditions to machine precision.
  • Double-Fourier (theta,z) + finite difference (r)
  • Serial or parallel (with MPI).
  • Parallelised by radius (at present).
  • Fortran 90, uses modules and derived types, no esoteric extensions.
  • Core program <3000 lines.

Version 1.02b

  • documentation online pdf
  • tarball

Citation

  • In talks:
               openpipeflow.org
  • In articles:
               1) URL above if possible and
               2) "based on code described in \cite{WK09}."
                  @article{WK09,
                       Author = {A. P. Willis and R. R. Kerswell},
                       Year = {2009},
                       Title = {Turbulent dynamics of pipe flow captured in a
                               reduced model: puff relaminarisation and
                               localised `edge' states},
                       Journal = {J.\ Fluid Mech.},
                       Volume = {619},
                       Pages = {213-233}  }

Author

Ashley P. Willis,
School of Mathematics and Statistics,
University of Sheffield,
South Yorkshire,
S3 7RH,
U.K.
a.p.willis/at/sheffield.ac.uk