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 86
    • Merge requests 86
  • 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
  • !223

Feature/air gas viscosity new implementation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Holger Class requested to merge feature/airGasViscosity_NEW_implementation into master Sep 30, 2016
  • Overview 6
  • Commits 9
  • Pipelines 0
  • Changes 27

This changes the gas viscosity for air and will likely influence all tests which use the air component. But the functions implemented now are all more accurate than the old one which is still available currently as 'oldGasViscosity' in case that someone needs it. It is also included since other components like N2 and O2 use the same approach as in 'oldGasViscosity'. They share the same problem as we had it here. It is an approach which can be generalised, but it is unnecessarily inaccurate since we have better approaches specific to these components available.

  • Fix all tests (upload new reference files) using an air component as the new viscosity implementation will most likely change the results
  • Fix tests in dumux-lecture

Fixes #333 (closed).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/airGasViscosity_NEW_implementation