Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waLBerla
  • waLBerla
  • Merge requests
  • !215

[API] Add momentum conservation to the Momentum Exchange Method and hook for PDF destruction

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Michael Kuron requested to merge momentum_exchange_change into master Jul 16, 2019
  • Overview 0
  • Commits 8
  • Pipelines 5
  • Changes 18

Aidun's method adds the fluid's momentum to the particle when a cell is converted to boundary and transfers momentum from the particle to the fluid when a new fluid cell is uncovered. This pull request provides the option to switch on this momentum conservation.

Also, it adds a hook to the BodyMapping to allow customization of the fluid destruction. This is similar to how the fluid reconstruction is also customizable by a functor.

Finally, it permits applying PDFReconstruction to ghost layers too, which can be useful if you have fields coupled to your LBM that are restored by a custom reconstructor.

Edited Jul 18, 2019 by Michael Kuron
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: momentum_exchange_change