Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 380
    • Issues 380
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !383

Merged
Created Oct 05, 2020 by Mark Olesen@markMaintainer

Feature block mesh edges

  • Overview 30
  • Commits 3
  • Changes 54
  • adds a new, more natural way to specify block mesh arc edges using the arc origin that eliminates tedious and error-prone calculations. For example,
arc 0 1 origin (0 0 0);

When the keyword is missing, this corresponds to the traditional means of specifying the arc via an additional point on the circumference (full backward compatibility). For example,

arc 0 1 (0.707 0.707 0);
Edited Oct 06, 2020 by Mark Olesen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature-blockMesh-edges