Manual: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
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. | 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''' | '''Overview of the solver''' | ||
* [[File:TheOpenpipeflowSolver.pdf]] an overview document. How to [[Main_Page#Citation|cite]] openpipeflow.org... | * [[File:TheOpenpipeflowSolver.pdf]] an overview document. How to [[Main_Page#Citation|cite]] openpipeflow.org... | ||
--> | |||
'''Equations, properties, methods, etc.''': | '''Equations, properties, methods, etc.''': |
Revision as of 23:17, 23 January 2017
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.
Equations, properties, methods, etc.:
- Equations and parameters - Non-dimensionalisation, Navier-Stokes, Reynolds numbers.
- The PPE formulation - Pressure-Poisson Equation, and the influence matrix technique.
- 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 method - see non-problem specific code below.
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, PPE formulation, Predictor-Corrector, Code Structure.
- Parallel i/o - a brief note on parallel data access.
- Utilities - pre/post-processing, runtime processing and manipulations, Newton solver for pipe flow.
Non-problem specific codes
- These are designed for integration with any pre-existing code.
- File:Arnoldi.f - Krylov-subspace method for calculating eigenvalues of a matrix.
- File:GMRESm.f90 - Krylov-subspace method for solving the linear system Ax=b for x.
- File:NewtonHook.f90 - Newton-Krylov-Hookstep method for finding nonlinear solutions x of F(x)=0.