Manual: Difference between revisions

From openpipeflow.org
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:


'''Non-problem specific codes'''
'''Non-problem specific codes'''
* The are designed for integration with any pre-existing code.
* These are designed for integration with any pre-existing code.
* [[arnoldi.f|arnoldi.f]] - Krylov-subspace method for calculating eigenvalues of a matrix.
* [[arnoldi.f|arnoldi.f]] - Krylov-subspace method for calculating eigenvalues of a matrix.
* [[GMRESm.f90|GMRESm.f90]] - Krylov-subspace method for solving the linear system Ax=b for x.
* [[GMRESm.f90|GMRESm.f90]] - Krylov-subspace method for solving the linear system Ax=b for x.
* [[NewtonHook.f90]] - Newton-hookstep method.
* [[NewtonHook.f90]] - Newton-hookstep method for finding nonlinear solutions of F(x)=0.


'''Equations, properties, methods, etc.''':
'''Equations, properties, methods, etc.''':

Revision as of 02:54, 13 December 2016

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

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.

Non-problem specific codes

  • These are designed for integration with any pre-existing code.
  • arnoldi.f - Krylov-subspace method for calculating eigenvalues of a matrix.
  • GMRESm.f90 - Krylov-subspace method for solving the linear system Ax=b for x.
  • NewtonHook.f90 - Newton-hookstep method for finding nonlinear solutions of F(x)=0.

Equations, properties, methods, etc.: