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 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 101
    • Merge requests 101
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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-repositories
  • dumuxdumux
  • Merge requests
  • !36

Feature/pointsources rebased

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Timo Koch requested to merge feature/pointsources-rebased into master Jan 05, 2016
  • Overview 8
  • Commits 46
  • Changes

Implements a point source feature.

Source terms can be implemented as point sources in the problem file. A point source is a new class that stores point coordinates and a values PrimaryVariable vector with a source value for each equation. Point sources can also be solution dependent. For that the user adds a point source at the wished location with values 0.0. Then in the method solDependentPointSource() one gets all point sources associated with the DOF that the method is called for and can add to their values, values dependent on the current solution. The user specifies the source in kg/s (very convenient!).

  • Move point source calculation from implicit problem to a helper function

  • Make PointSource a Dumux property so people can use cutomized point source classes derived from a base class

  • Consider extrusion for dim < 3 when calculating the volume

  • Implement TimeDependentPointSource?

  • Make it work for adaptive grids

  • Implement PointSource constructor without value (for solDependentSources), the value is then set in solDependentPointSources.

This branch has been rebased recently onto master.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/pointsources-rebased