<?xml version="1.0" ?>
<?xml-stylesheet title="CSS_formatting" type="text/css" href="css/rss.css" ?>
<rss version="2.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:atom="http://www.w3.org/2005/Atom">

  <channel>
    <title>OpenLB News</title>
    <link>http://www.lbmethod.org/openlb/</link>
    <description>
        This is an RSS feed for the OpenLB project. New releases and important updates to the web site are announced here.
    </description>
    <language>en-us</language>
    <copyright>Copyright 2006-2008 Jonas Latt </copyright>
    <atom:link href="http://www.lbmethod.org/openlb/news.xml" rel="self" type="application/rss+xml" />

    <item>
        <title>Release 0.5r0: OpenLB Multiphysics</title>
        <pubDate>Wed, 14 May 2008 06:00:00 GMT</pubDate>
        <link>http://www.lbmethod.org/openlb/download.html</link>
        <description> &lt;a href=&quot;http://www.lbmethod.org/numerics:gallery&quot;&gt;&lt;img src=&quot;http://www.lbmethod.org/openlb/gif/thumb_rb2d.gif&quot; width=&quot;100&quot; height=&quot;100&quot; border=&quot;0&quot; align=&quot;right&quot; hspace=&quot;15&quot; vspace=&quot;5&quot; alt=&quot;2D Rayleigh-Benard convection&quot;&gt;&lt;/a&gt; May 14, 2008 -- OpenLB Multiphysics released. This framework enables to couple block-lattices together, and/or to couple block-lattices with data fields. Current applications are multi-component fluids based on the Shan/Chen model, and thermal fluids with Boussinesq approximation based on the model by Guo e.a. The release contains examples for both models in 2D and in 3D which compile in serial and in parallel. &lt;br/&gt;&lt;br/&gt; Improved MPI parallelization. In a benchmark setting, the example program &lt;tt&gt;cavity3d&lt;/tt&gt; was measured to run at 3.5 Giga site update per seconds on 4096 processors measured for &lt;br/&gt;&lt;br/&gt; Improved Input/Output. VTK output was extended to work in 2D additionally to 3D. Type conversion for output data is now supported. An application of this is to save data from a double precision floating point simulation into a single precision VTK file. A new method was added for producing ASCII output, which works in serial and in parallel.
        </description>
    </item>

    <item>
        <title>Release 0.4r3</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
        <description>March 28, 2008 -- Reduction operations were recognized to be a bottleneck for OpenMP parallelism. With an appropriate fix, a substantial speed up could be achieved. OpenMP is now almost as fast as MPI in a multi-core environment...</description>
    </item>

    <item>
        <title>Release 0.4r2</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
        <description>March 1, 2008 -- MPI parallelism was reshaped and extended. All example programs compile with MPI now and execute properly in parallel. MPI parallel program are substantially accelerated on some platforms.
        </description>
    </item>

    <item>
        <title>Release 0.4r1</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
        <description>January 5, 2008 -- A few corrections to ensure compiler compatibility.
        </description>
    </item>

    <item>
        <title>Release 0.4r0: MPI parallelism</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
        <description>January 1, 2008 -- The new release is completely revised: MPI parallelism, extended I/O, enhanced user guide and more ...
        </description>
    </item>

    <item>
        <title>Release 0.3r1</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
        <description>August 15, 2007 -- Some more work was needed to have the OpenMP version of the code compile on various platforms. Furthermore, the periodic boundary condition (which you get for example by invoking the method stream() with a parameter true) contained inaccuracies along the edges in 3D. This was fixed.
        </description>
    </item>

    <item>
        <title>Release 0.3r0</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
        <description>July 17, 2007 -- A parallel version of OpenLB is released! Mathias added OpenMP directives, and the code runs in parallel on shared memory platforms.
        </description>
    </item>

     <item>
        <title>Release 0.2r0</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
        <description>June 24, 2007 -- This time, part of the OpenLB code has been rewritten from scratch (without changing the user interface, of course). The architecture of the PostProcessors was redesigned in order to allow for an easy integration of PostProcessors into complicated data structures (e.g. parallelization of PostProcessors). Furthermore, the LatticeDescriptors were extended: they can now integrate a field of external scalars into a cell. In that way, an external force can for example be integrated into a simulation. The useCase "forcedPoiseuille.cpp" illustrates this points. Further changes are:
            - The blockLattices implement periodic boundary condition, implemented by Orestis. Use the additional boolean parameter (default is false) to the function call to stream() and collideAndStream().
            - A bug in the template specialization of the regularized LB dynamics, detected by Bernd, was fixed
            - The outflow condition in the Matlab and OpenLB programs for a flow around the cylinder was turned to first-order accuracy. As remarked by Mathias and Jan, this increases the numerical stability.
        </description>
    </item>
    
    <item>
       <title>Release 0.1r3</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
       <description>November 9, 2006 -- Ooops, 3D problems in release 2 don't compile properly any more. This has been fixed in the current release</description>
    </item>

    <item>
       <title>Release 0.1r2</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
       <description>November 6, 2006 -- The code contains workarounds for some (not so old) versions of the Intel and PathScale compilers. The classes BlockLatticeView2D and BlockLatticeView3D were reviewed from scratch so that subsamples of an initial block really behave like a block themselves.</description>
    </item>

    <item>
       <title>"How to contribute?" and "FAQ" sections added</title>
       <link>http://www.lbmethod.org/openlb/contact.html</link>
       <description>August 30, 2006 -- A section is added to the main menu of the webpage. It gives a few guidelines on how OpenLB users can contribute to the project. A FAQ answers two of the most commonly asked questions so far.</description>
    </item>

    <item>
       <title>Release 0.1r1</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
       <description>July 27, 2006 -- Bug fix in the naming of the default directories in release 0.1r0. Graphics output did not work properly because of incompatible directory names.</description>
    </item>

    <item>
       <title>First public release 0.1r0</title>
        <link>http://www.lbmethod.org/openlb/download.html</link>
       <description>July 12, 2006 -- First release of the "Version 0 - series". Note that the interface of the library has not yet stabilized and may change quite substantially before the Version 1 - release. The current code supports 2D and 3D simulations, various types of lattices, and a full set of local and non-local boundary conditions. Parallelization and grid refinement are under development and will be published in the upcoming releases.</description>
    </item>

     <item>
       <title>OpenLB website is online</title>
        <link>http://www.lbmethod.org/openlb/</link>
       <description>July 04, 2006 -- Website is on-line. The site contains an introduction to the lattice Boltzmann methods, coding examples in various programming languages, and a book review.</description>
    </item>
    
  </channel>
</rss>
