No description
Find a file
Henry Weller dfcf5d948e blockMesh: Updated to latest version from OpenFOAM-dev:
Improved multi-grading so that the divisions are independent of section ordering.
Corrected multi-grading support for polyLine.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1809

Changed default location of blockMeshDict from constant/polyMesh to system
    For multi-region cases the default location of blockMeshDict is now system/<region name>

    If the blockMeshDict is not found in system then the constant directory
    is also checked providing backward-compatibility

Added experimental fast-merge algorithm

    The standard merge-algorithm is N^2 over the face-points and uses a
    geometric proximity test for the merge.  These are both choices for
    implementation simplicity and are rather inefficient for large meshes.
    I have now implemented an experimental linear topological merge
    algorithm which is VERY fast and effective for meshes of any size.
    Currently it will merge internal faces on meshes of arbitrary complexity
    but does not yet handle edge or face collapse needed for wedges and
    other degenerate blocks.

    The new fast-merge algorithm may be selected using the optional
    "fastMerge" entry:

    fastMerge yes;

    and if not present the standard N^2 algorithm will be used.

    Henry G. Weller
    CFD Direct
2015-08-06 09:08:58 +01:00
applications UList, FixedList: Correct swap member function 2015-07-15 12:06:27 +01:00
bin foamCreateVideo: fix framerate option with avconv 2015-07-14 09:26:00 +01:00
doc
etc patchAverage: pre-packaged function object 2015-07-17 14:18:30 +01:00
src blockMesh: Updated to latest version from OpenFOAM-dev: 2015-08-06 09:08:58 +01:00
tutorials Correct typo 2015-06-27 12:34:06 +01:00
wmake Removed support for the legacy SiCortex64 architecture 2015-06-23 11:18:36 +01:00
.gitignore
Allwmake
COPYING
README.html Updated version to 2.4.x 2015-05-22 15:30:44 +01:00
README.org Updated version to 2.4.x 2015-05-22 15:30:44 +01:00

OpenFOAM README for version 2.4.x

#

About OpenFOAM

OpenFOAM is a free, open source computational fluid dynamics (CFD) software package released by the OpenFOAM Foundation. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics and electromagnetics.

Copyright

OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the file COPYING in this directory or http://www.gnu.org/licenses/, for a description of the GNU General Public License terms under which you can copy the files.