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 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !419

Fix cyclicACMI (runtime-selection-geometry, scaling-of-weights)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mattijs Janssens requested to merge feature-virtual-init into develop Dec 21, 2020
  • Overview 0
  • Commits 3
  • Changes 34

Changes to make cyclicACMI work. The issues were (mostly) due to the calculation of all geometry in one go (through the mesh.updateGeom() virtual call). This is normally ok except for cyclicACMI which has to adapt the (geometric) areas before calculating any cell based quantities.

  1. Extend 2-step initialisation to all dynamicFvMesh to enable use of run-time selection inside all solvers.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-virtual-init