OpenFOAM-2.4.x/src/mesh
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
..
autoMesh ENH: snappyHexMesh: debug output 2014-11-07 12:11:11 +00:00
blockMesh blockMesh: Updated to latest version from OpenFOAM-dev: 2015-08-06 09:08:58 +01:00
extrudeModel Default expansionRatio to 1 for mesh extrusion 2015-05-18 13:17:34 +01:00
Allwmake Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00