CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Gerris Flow Solver

Gerris Flow Solver

From CFD-Wiki

Revision as of 10:56, 6 September 2005 by Praveen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Gerris is an Open Source Free Software library for the solution of the partial differential equations describing fluid flow. The source code is available free of charge under the Free Software GPL license.

Gerris is supported by NIWA (National Institute of Water and Atmospheric research) and by the Marsden Fund of the Royal Society of New Zealand.

The code is written entirely in C and uses both the GLib Library and the GTS Library for geometrical functions and object-oriented programming.

A brief summary of its main (current) features:

  • The same code base is compiled with 2D and 3D support.
  • Quadtree-based (Octree in 3D) spatial discretisation with automatic and dynamic local refinement.
  • Multigrid Poisson solver.
  • Second-order Godunov type advection scheme.
  • Solves the time-dependent incompressible variable-density Euler, Stokes or Navier-Stokes equations or the 2D shallow-water and 3D hydrostatic oceanic equations.
  • Support for complex solid boundaries (automatic locally-refined mesh generation).
  • Semi-implicit multigrid diffusion solver with support for complex boundaries and associated boundary conditions in 2D and 3D.
  • Semi-implicit multigrid barotropic solver for the oceanic equations.
  • Adaptive mesh refinement: the resolution is adapted dynamically to the features of the flow.
  • Flexible and powerful specifications of parameters.
  • Flexible object-oriented custom specification of initial and boundary conditions, source terms, outputs etc...
  • Portable parallel support using the MPI library.
  • Volume of Fluid advection scheme for interfacial flows.
My wiki