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 10
    • Merge requests 10
  • 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
  • meshTools
  • coordinate
  • systems
  • cartesianCS.C
Find file Blame History Permalink
  • Mark OLESEN's avatar
    ENH: support 'transform' specification for geometric decomposition · 492d5cb6
    Mark OLESEN authored Apr 29, 2021
    - can be used for block-like meshes that are not aligned with the global
      coordinate directions. Alternatively, for general testing purposes.
    
      Example,
    
        method  simple;
        coeffs
        {
            n       ( 2 2 2 );
            transform
            {
                origin  (-0.15 0.15 0);
                e1      (1 1 0);
                e3      (0 0 1);
            }
        }
    492d5cb6