SnappyMesh Error

A subforum specific to the development of the OpenFoam-based workbenches ( Cfd https://github.com/qingfengxia/Cfd and CfdOF https://github.com/jaheyns/CfdOF )

Moderator: oliveroxtoby

Post Reply
User avatar
markinca
Posts: 56
Joined: Sun Apr 30, 2023 2:41 pm

SnappyMesh Error

Post by markinca »

10:05:58 --> FOAM IOWarning :
Found [v1712] 'minMedianAxisAngle' entry instead of 'minMedialAxisAngle' in dictionary "system/snappyHexMeshDict.addLayersControls"

This keyword is 54 months old.
In the dictionary snappyHexMeshDict written by CfdOF:

Code: Select all

addLayersControls
{
    relativeSizes true;
    layers
    {
        "patch_1_1"
        {
            nSurfaceLayers 1;
            expansionRatio 1.0;
        }
    }

    expansionRatio 1.2;
    finalLayerThickness 0.3;
    minThickness 0.1;
    nGrow 0;
    featureAngle 120;
    nRelaxIter 3;
    nSmoothSurfaceNormals 1;
    nSmoothNormals 3;
    nSmoothThickness 10;
    maxFaceThicknessRatio 0.5;
    maxThicknessToMedialRatio 0.3;
    minMedianAxisAngle 90;  <<- Incorrect parm
    nBufferCellsNoExtrude 0;
    nLayerIter 50;
}

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.2.29603 (Git)
Build type: Release
Branch: releases/FreeCAD-0-20
Hash: 930dd9a76203a3260b1e6256c70c1c3cad8c5cb8
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: English/United States (en_US)
Installed mods: 
  * CfdOF 1.22.8
  * Help 1.0.3
User avatar
oliveroxtoby
Posts: 837
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: SnappyMesh Error

Post by oliveroxtoby »

markinca wrote: Fri May 19, 2023 5:10 pm 10:05:58 --> FOAM IOWarning :
Found [v1712] 'minMedianAxisAngle' entry instead of 'minMedialAxisAngle' in dictionary "system/snappyHexMeshDict.addLayersControls"

This keyword is 54 months old.

Thanks, should be fixed.
Post Reply