Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1519
Closed
Open
Issue created Dec 12, 2019 by Prashant Sonakar@PrashantDeveloper

cell derminant in checkMesh too limiting

Functionality to add/problem to solve

For low-Re meshes, the high aspect ratio might trigger the cell determinant warning.

The cell determinant

  • is a measure for how close the cell is to an ideal 'cube' shape.
  • it does a principal axis determination based on amount of face-area (to internal faces)
  • the determinant is then the product of the face-areas in all three principal directions

For high-aspect ratio cells or indeed 1D pipes the cell determinant is very small or zero. It probably should not look at the determinant but instead make sure there is at least one 'valid' direction (enough connectivity to neighbouring cells).

This is more a problem of what we want to output than problems with the mesh or checkMesh.

The problem is that in the default meshQualityDict in etc/caseDicts specifies a minimum cellDeterminant of 0.001. Maybe this needs reviewing.

Edited Dec 12, 2019 by Prashant Sonakar
Assignee
Assign to
Time tracking