Software Developments

From Sccswiki
Revision as of 09:11, 22 July 2008 by Bungartz (talk | contribs)
Jump to navigation Jump to search
name problem class programming language contact
#quadfluid numerical fluid dynamics matlab Tobias Neckel
#quickfluid numerical fluid dynamics matlab Tobias Neckel
SToRM computational steering C++ Martin Bernreuther
#Nast++ numerical fluid dynamics C++ Miriam Mehl
#NaSt2D/3D numerical fluid dynamics C Michael Bader

Old Software Developments

name problem class programming language
#Sparse Grids sparse grid solvers C
#Coupled Systems multiphysics simulations
#FlowSi
#ARESO

quadfluid

Matlab package for the numerical simulation of 2D laminar, incompressible fluid flow on adaptive grids

quadfluid solves the unsteady Navier-Stokes equations in two dimension on adaptive Cartesian grids (quadtree) as a testbed for mathematical and physical methods in the context of flow simulation.

Based on the Chorin projection method, the time discretisation of the momentum equations is done by an explicit Euler method. The discretisation of the space is realised by bilinear elements for the velocities using constant pressure per cell as the corresponding Lagrangeian multiplier for the continuity constraint. In each time step, thus, a linear system of equations (the discrete pressure poisson equation) is solved whose solution is used to update the velocities for the next time step. For the calculation of force values (on obstacles, e.g.), the method of consistent forces is used. Special care (interpolation etc.) is applied whenever coarser and finer grid cells touch each other.

File:Quadvis.png


<img src="./quadvis.png" height="350">
Screenshot of the matlab-GUI quadvis.


Via the use of obstacle node lists, arbitrary geometries can be used in a rectangular domain. Built in scenarios are e.g. driven cavity, free channel flow, <a href="http://www.featflow.de/bench_all/paper.html">cylinder channel benchmarks</a>, and the CFD1 benchmark of the <a href="http://fsw.informatik.uni-stuttgart.de/">Forschergruppe 493 zur Fluid-Struktur-Wechselwirkung</a>.

This is an extension of the version for regular grids: <a href="http://www5/software/quickfluid/quickfluid.html">quickfluid</a>.


The program package comes with an easy to use visualisation GUI called quadvis.

A version of this matlab package is available by contacting <a href="../../persons/neckel"> T. Neckel </a>



<a href="../../persons/neckel"> T. Neckel</a>, 11.04.2007

</BODY> </HTML>