Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 480
    • Issues 480
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Repository
  • openfoam
  • src
  • finiteVolume
  • fvMesh
  • fvGeometryScheme
  • fvGeometryScheme
  • fvGeometryScheme.H
Find file Blame History Permalink
  • 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