Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 100
    • Issues 100
    • 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
  • !2163

Freeflow/cornervelocity

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Melanie Lipp requested to merge freeflow/cornervelocity into master May 29, 2020
  • Overview 93
  • Commits 3
  • Pipelines 0
  • Changes 14

What this MR does / why does DuMux need it:

     * ------------
     * |     xxxx o
     * |     xxxx o
     * |     xxxx o
     * -----------*bbbbbbbbbbb
     * |     yyyy o zzzz     |
     * |     yyyy o zzzz     |
     * |     yyyy o zzzz     |
     * -----------------------

If a scvf (here o) touches a corner, at which there is a Dirichlet condition for face b (half-control volumes x, y and z), the transported velocity at * exists and is taken. No upwinding or higher-order approximation for the velocity at * are required. This MR intends to implement that behavior. Before, the velocity * was gotten by upwinding/tvd of velocity values above and below. This also means the transported velocity at * is now the same for the half-control volumes y and z and not, as previously, different.

Which issue this MR fixes: closes #890 (closed)

Edited Aug 20, 2020 by Melanie Lipp
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: freeflow/cornervelocity