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 88
    • Merge requests 88
  • 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
  • !2856

[material][components] add temperature dependent vaporization enthalpy to gas enthalpy of simpleh2o

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Katharina Heck requested to merge fix/add-vaporization-enthalpy-simpleh2o into master Oct 01, 2021
  • Overview 0
  • Commits 2
  • Pipelines 4
  • Changes 6

What this MR does / why does DuMux need it: This adds the vaporization enthalpy to the gas enthalpy. This is needed for components that can have a phase change. A temperature dependence on tRef is introduced according to a simple formula found in literature.

Remark: This is consistent with constant component as both calculate the gas enthalpy as gasHeatCapacity(temperature, pressure)*(temperature - tRef) + vaporizationEnthalpy(). However, for constant component the vaporization enthalpy is an input value (constant) while simpleh2o uses the calculation based on literature.

Which issue this MR fixes: fixes #1013 (closed)

Todo:

  • check if any test is influenced by this. so far i could not find one
Edited Mar 30, 2022 by Katharina Heck
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/add-vaporization-enthalpy-simpleh2o