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 416
    • Issues 416
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Repository
Switch branch/tag
  • openfoam
  • src
  • finiteVolume
  • interpolation
  • surfaceInterpolation
  • surfaceInterpolation
  • surfaceInterpolation.C
Find file BlameHistoryPermalink
  • Mattijs Janssens's avatar
    ENH: primitiveMesh: make geometry calculation runtime selectable · 46dbfabd
    Mattijs Janssens authored Dec 11, 2020 and Andrew Heather's avatar Andrew Heather committed Dec 11, 2020
    This adds a 'geometry' scheme section to the system/fvSchemes:
    
    geometry
    {
        type            highAspectRatio;
    }
    
    These 'fvGeometryMethod's are used to calculate
    - deltaCoeffs
    - nonOrthoCoeffs
    etc and can even modify the basic face/cellCentres calculation.
    46dbfabd