Skip to content
Snippets Groups Projects
Commit ae763e4e authored by Yue Wang's avatar Yue Wang
Browse files

Merge branch 'doc-changelog-showmate' into 'master'

[changelog] add shomate method

See merge request !3808
parents 8fd8e8c7 3d9ccc60
No related branches found
No related tags found
1 merge request!3808[changelog] add shomate method
Pipeline #45188 passed
...@@ -16,10 +16,10 @@ The function uses new spatial parameter interface implemented in the new `Brinkm ...@@ -16,10 +16,10 @@ The function uses new spatial parameter interface implemented in the new `Brinkm
- __Periodic Boundaries__: Fixed an issue for vector-valued unknowns. Other schemes that provide a periodic map at boundaries now also support periodicity. - __Periodic Boundaries__: Fixed an issue for vector-valued unknowns. Other schemes that provide a periodic map at boundaries now also support periodicity.
- __Pore network__: Added a model and a test case for two-phase compositional fluid flow. - __Pore network__: Added a model and a test case for two-phase compositional fluid flow.
- __Facet-Coupling__: The facet-coupling framework has been modified such that lower-dimensional domains coinciding with the bulk domain boundary are supported. - __Facet-Coupling__: The facet-coupling framework has been modified such that lower-dimensional domains coinciding with the bulk domain boundary are supported.
- __Components__: Added the new class `ShomateMethod` for calculating the heat capacity and enthalpy of components at specified temperatures. An example implementation can be found for methane (CH4).
### Immediate interface changes not allowing/requiring a deprecation period: ### Immediate interface changes not allowing/requiring a deprecation period:
- __RichardsNewtonSolver__: It is now possible to select the MPICommunicator used by the RichardsNewtonSolver (e.g., either real or dummy communicator) - __RichardsNewtonSolver__: It is now possible to select the MPICommunicator used by the RichardsNewtonSolver (e.g., either real or dummy communicator)
- __CompositionalFluidState__: setRelativeHumidity was removed. Use the other setters. This setter was removed because it was very specific with a lot of specific prerequisites not fitting the general concept of the class. It was also outdated and not used in any example or test and didn't fit the index convention used in the fluid systems anymore. - __CompositionalFluidState__: setRelativeHumidity was removed. Use the other setters. This setter was removed because it was very specific with a lot of specific prerequisites not fitting the general concept of the class. It was also outdated and not used in any example or test and didn't fit the index convention used in the fluid systems anymore.
### Deprecated properties/classes/functions/files, to be removed after 3.9: ### Deprecated properties/classes/functions/files, to be removed after 3.9:
- __Periodic Map__: `periodicVertexMap()` has been deprecated. Use `periodicDofMap()` instead. - __Periodic Map__: `periodicVertexMap()` has been deprecated. Use `periodicDofMap()` instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment