Skip to content
Snippets Groups Projects
Commit bfa064d7 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

update CHANGELOG, remove tabs from it.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10184 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 747d6c0f
No related branches found
No related tags found
No related merge requests found
Differences Between DuMuX 2.2 and DuMuX 2.3 (up to r10000) Differences Between DuMuX 2.2 and DuMuX 2.3
=================================================== ===================================================
* IMPROVEMENTS and ENHANCEMENTS: * IMPROVEMENTS and ENHANCEMENTS:
...@@ -31,13 +31,16 @@ Differences Between DuMuX 2.2 and DuMuX 2.3 (up to r10000) ...@@ -31,13 +31,16 @@ Differences Between DuMuX 2.2 and DuMuX 2.3 (up to r10000)
- A backend for the ISTL AMG solver has been included, based on the - A backend for the ISTL AMG solver has been included, based on the
corresponding DUNE-PDELab backends. It can be used for the fully corresponding DUNE-PDELab backends. It can be used for the fully
implicit and the decoupled models, see \TODO FS#177. DUNE-PDELab implicit and the decoupled models, see test_*1pwithamg in
and possibly DUNE-ISTL have to be patched, see the file README test/implicit/1p and test_impeswithamg in test/decoupled/2p.
in the patches directory. DUNE-PDELab and possibly DUNE-ISTL have to be patched, see the file
README in the patches directory. Furthermore, the preprocessor
variable USE_AMGBACKEND has to be defined, see the corresponding
Makefile.ams.
- The decoupled models have been parallelized, see \TODO FS#177. - The decoupled models have been parallelized, see test_impeswithamg in
They work in parallel only if the AMGBackend is used as linear test/decoupled/2p. They work in parallel only if the AMGBackend is used
solver. No dynamic loadbalancing can be done yet. as linear solver. No dynamic loadbalancing can be done yet.
- The MPNC model can use either the most wetting or the most non-wetting phase - The MPNC model can use either the most wetting or the most non-wetting phase
pressure as primary variable. This is controlled via the property pressure as primary variable. This is controlled via the property
...@@ -47,21 +50,23 @@ Differences Between DuMuX 2.2 and DuMuX 2.3 (up to r10000) ...@@ -47,21 +50,23 @@ Differences Between DuMuX 2.2 and DuMuX 2.3 (up to r10000)
http://www.dumux.org/doxygen-stable/html-2.2/a00838.php http://www.dumux.org/doxygen-stable/html-2.2/a00838.php
- Improved handling of the conductive heat fluxes in the non-isothermal implicit - Improved handling of the conductive heat fluxes in the non-isothermal implicit
two-phase models, see \TODO FS#172. two-phase models, see the problem files in test/implicit/2p(2c)ni.
- Introduced new selection of start/stop messages, \TODO FS#170. - Introduced new selection of start/stop messages.
* IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period: * IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period:
- The property Salinity used in the BrineCO2FluidSystem - The property Salinity used in the BrineCO2FluidSystem
has been renamed to ProblemSalinity. has been renamed to ProblemSalinity.
- The matrixHeatFlux(...) and boundaryMatrixHeatFlux(...) methods in the spatial - The matrixHeatFlux(...) and boundaryMatrixHeatFlux(...) methods in the spatial
parameters of nonisothermal implicit twophase models have been removed. parameters of nonisothermal implicit twophase models have been removed.
Instead, the computation of the effective thermal conductivity has been sourced Instead, the computation of the effective thermal conductivity has been sourced
out to the fluidmatrixinteractions in a separate file (somerton), which out to the fluidmatrixinteractions in a separate file
can be exchanged. The spatial parameters file needs a method dumux/material/fluidmatrixinteractions/thermalconductivitysomerton.hh, which
thermalConductivitySolid(...), where the thermal conductivity of the solid can be exchanged. The spatial parameters file needs a method
material only is specified. The rest is computed in the respective thermalConductivitySolid(...), where the thermal conductivity of the solid
flux variables. material only is specified. The rest is computed in the respective
flux variables.
* Deprecated CLASSES/FILES, to be removed after 2.3: * Deprecated CLASSES/FILES, to be removed after 2.3:
- The following headers in dumux/boxmodels/ have been deprecated and forward - The following headers in dumux/boxmodels/ have been deprecated and forward
......
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