Manual: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
'''Overview of the solver''' | '''Overview of the solver''' | ||
* [[File:TheOpenpipeflowSolver.pdf]] an overview document [ | * [[File:TheOpenpipeflowSolver.pdf]] an overview document. How to [[Main_Page#Citation|cite]] openpipeflow.org... | ||
'''Using the simulation code''': | '''Using the simulation code''': |
Revision as of 06:41, 2 October 2015
If something needs updating or you have suggestions, please communicate them (Main_Page#Author) and/or request an openpipeflow login (top right corner). This website uses Mediawiki and is easy to edit.
Overview of the solver
- File:TheOpenpipeflowSolver.pdf an overview document. How to cite openpipeflow.org...
Using the simulation code:
- Getting started - overview of files, setup, starting and ending a job.
- Tutorial - setup a job, basic monitoring and visualisation of outputs.
- Core implementation - discretisation, timestepping and key programming elements.
- Parallel i/o - a brief note on parallel data access.
- Utilities - pre/post-processing, runtime processing and manipulations, non-problem specific codes.
Equations, properties, methods, etc.:
- Equations and parameters - Non-dimensionalisation, Navier-Stokes, Reynolds numbers.
- Differential operators in cylindrical coordinates - grad, div, curl, Laplacian, etc.
- Symmetries of pipe flow - discrete and continuous symmetries.
- Method of slices - symmetry reduction, elimination of physically irrelevant spatial shifts.
- Newton-Krylov-Hookstep (channelflow.org) - a good discussion of modern implementation of the Newton method.