CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [snappyHexMesh] Feature refinement levels redundancy (https://www.cfd-online.com/Forums/openfoam-meshing/243209-feature-refinement-levels-redundancy.html)

davcrisp June 3, 2022 23:32

Feature refinement levels redundancy
 
Hi Everyone.

I can't understand why people uses refinement in "features", and then uses the same level refinement in the same feature in "refinementSurfaces"?,

For intance, in a tutorial has someting like this :

Code:

castellatedMeshControls
{
 
  features
    {..
    {file "wall12.eMesh"; level 3;}
    };


  refinementSurfaces
    {...
    {file "wall12.eMesh"; level 3;}
    };
}

is this not redundant? avoiding this in some way can make more efficiency the time to make a mesh?


All times are GMT -4. The time now is 08:57.