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 90
    • Merge requests 90
  • 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
  • Issues
  • #319
Closed
Open
Issue created Mar 10, 2016 by Kilian Weishaupt@kweisOwner

FS#319 [MaterialLaws] Generalize EffToAbsLaw, Regularization

Metadata

Property Value
Project dumux
Category Material framwork
Reported by Kilian Weishaupt (kilian.weishaupt@iws.uni-stuttgart.de)
Reported at Mar 10, 2016 16:00
Type DuMuX day
Version Git
Last edited by Johannes Hommel (johannes.hommel@iws.uni-stuttgart.de)
Last edited at Sep 15, 2016 11:54

Description

It should be possible for the user to use a definition like

using MaterialLaw = VanGenuchten

The Params should have a default constructor setting the way of regularization and the conversion from absolute to relative quantities. Both procedures could be generalized.

The materiallaw gets the absolute value and calls a method to convert it to a relative one (defined in a general class). Similarly a method for regularization defined in a general class is called by the materiallaw itself.

This reduces the number of classes required and makes everything more clear.

Assignee
Assign to
Time tracking