Skip to content

GitLab

  • Menu
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 85
    • Issues 85
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 80
    • Merge requests 80
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositories
  • dumuxdumux
  • Merge requests
  • !2730

Open
Created Jul 28, 2021 by Ned Coltman@nedcMaintainer
  • Report abuse
Report abuse

Draft: Advection Diffusion Model

  • Overview 0
  • Commits 1
  • Changes 15

I'm not sure if this is something we would really want, but I set it up for a different module and mentioned this in issue #1001 (closed).

This is the same as the tracer1p model with a stationary velocity field, but it does not assume that the domain is a porous medium. It should solve the transport equation decoupled from any momentum balance.

The test calculates a velocity field, passes this to a spatialParams, then calculates transport on the same domain with a fixed velocity field. To make it interesting, it's a rectangular domain with a circle cut out of the center.

This should produce the same result as the tracer1p model with the same velocity field and a porosity of 1.

If this is something we do want to include, It would likely benefit from a bit of refactoring.

Edited Sep 16, 2021 by Ned Coltman
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/advection_diffusion