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 99
    • Merge requests 99
  • 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
  • !892

[pm][ff] Improve indices, move into model traits, [pm] free volume variables from type tag

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dennis Gläser requested to merge feature/free-volvars-from-typetag into master Apr 05, 2018
  • Overview 6
  • Commits 18
  • Changes 338
  • Moves indices into modeltraits

  • Removes TypeTag dependency from privarswitches

  • Removes TypeTag dependency from pm volvars

  • Cleans up vtk output fields

  • Introduces variable wettability for 2-phase models

  • Generalize fluid system indices not to fix wetting and non-wetting phase

  • NavierStokesIndices

  • export Indices type and numPhases() & numComponents() in vol var base class

  • use numPhases() and numComponents() from vol vars in vtk output fields so that the loops are correct

  • -> this should leave output fields without template parameters.. verify!

  • implement static_asserts in volume variables to make sure that the specifications of the model traits are in agreement with whatever model the vol vars are implementing

See #448.

Edited Apr 16, 2018 by Dennis Gläser
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/free-volvars-from-typetag