• CFD,  OpenFOAM

    OpenFOAM 1.7.1 has been released and brings new bugreporting tool

    OpenCFD® announced the release of OpenFOAM® 1.7.1, which has been verified using gcc 4.5 compilers and openSUSE 11.3. Together with this version, a new bug reporting system has been made available. Users of OpenFOAM 1.7.x will receive the updates directly in the git repository, with a regular “git pull”, without any need to install the updated version explicitly. This offering is not approved or endorsed by OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM®  and OpenCFD®  trade marks.

  • General

    Typesetting equations in your blog

    Typesetting equations in a website is not always an easy task, and it would be wonderful to have the power of LaTeX available. Well, if you use WordPress to manage your blog, that’s possible, and all it takes is installing the wp-latex plugin. WordPress offers a public LaTeX server, where your equations will be generated and converted into images in the displayed web page, however, if you have a LaTeX server on your host you can use it in place of the public server. Example? Let’s write a kinetic equation: As you might have noticed from the presence of special fonts, support for AMS packages is provided automatically, without any…