Manual: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
* [[ | * [[Getting started]] - overview of files, setup, starting and ending a job. | ||
* [[Tutorial]] - setup a job, basic monitoring and visualisation of outputs. | * [[Tutorial]] - setup a job, basic monitoring and visualisation of outputs. | ||
* [[ | * [[Core implementation]] - discretisation, timestepping and key programming elements. | ||
* [[Utilities]] - pre/post-processing, runtime processing and manipulations, non-problem specific codes. | * [[Utilities]] - pre/post-processing, runtime processing and manipulations, non-problem specific codes. | ||
* [[ | * [[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. | |||
* [http://channelflow.org/dokuwiki/doku.php?id=docs:math:newton_krylov_hookstep Newton-Krylov-Hookstep] (channelflow.org) - a good discussion of modern implementation of the Newton method. | * [http://channelflow.org/dokuwiki/doku.php?id=docs:math:newton_krylov_hookstep Newton-Krylov-Hookstep] (channelflow.org) - a good discussion of modern implementation of the Newton method. |
Revision as of 08:16, 4 November 2014
- 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.
- Utilities - pre/post-processing, runtime processing and manipulations, non-problem specific codes.
- 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.