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
  • !460

Added a pressure tensor getter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open itischler requested to merge itischler/walberla:pressure_tensor into master Jun 04, 2021
  • Overview 7
  • Commits 5
  • Pipelines 1
  • Changes 2

Added a pressure tensor getter, which returns the pressure tensor via the second order moment (to be added in lbmpy with PR #83 ) Which is needed for the ESPResSo walberla bridge. To convert the second order moment to the prssure tensor the off diagonals needed to be multiplied by a factor of visc/(visc + 1/6) which currently is done in epresso, but should probably be done in walberla or lbmpy (I just was not sure where exactly to add it).

Edited Jun 04, 2021 by itischler
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: pressure_tensor