Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositoriesdumux-repositories
  • dumuxdumux
  • Merge requests
  • !3342

[md][freeflow] Update pressure and viscosity functions in couplingmanager

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Schneider requested to merge feature/navierstokes-function-interfaces-in-couplingmanager into master Nov 22, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 3

When using isRotationalExtrusion for a coupled momentum-mass problem, the coupling manager needs the functions effectiveViscosity(element, fvGeometry, scv) and pressure(element, fvGeometry, scv) (called by the base problem). These functions were missing.

Furthermore, the argument considerPreviousTimeStep has been added to these functions such that they are now consistent with the already implemented density functions.

Edited Nov 22, 2022 by Martin Schneider
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/navierstokes-function-interfaces-in-couplingmanager