Skip to content
Snippets Groups Projects
Commit 5d50482e authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

supplemented CHANGELOG

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7901 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent d57d58ea
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,8 @@ Notable Differences Between Dumux 2.0 and Dumux 2.1 ...@@ -13,7 +13,8 @@ Notable Differences Between Dumux 2.0 and Dumux 2.1
- Dumux now compiles without warnings if GCC is given the -pedantic flag - Dumux now compiles without warnings if GCC is given the -pedantic flag
- Specifying run-time parameters is now possible. The mechanism allows - Specifying run-time parameters is now possible. The mechanism allows
to use parameter files or to specify parameters directly on the to use parameter files or to specify parameters directly on the
command line. command line. Parameter input files have been added for each test application.
These can be run now without arguments (use of default parameter files)
- Fine-tuning of the Dumux property system - Fine-tuning of the Dumux property system
- PTAG() no longer required for the GET_PROP* macros (but can still be used) - PTAG() no longer required for the GET_PROP* macros (but can still be used)
- Setting property defaults has been deprecated. - Setting property defaults has been deprecated.
...@@ -22,7 +23,7 @@ Notable Differences Between Dumux 2.0 and Dumux 2.1 ...@@ -22,7 +23,7 @@ Notable Differences Between Dumux 2.0 and Dumux 2.1
- Overhaul of the fluid framework - Overhaul of the fluid framework
- The programming interface for fluid systems, fluid states and - The programming interface for fluid systems, fluid states and
components has been formalized and cleaned up. components has been formalized and cleaned up.
- Fluid system now have the option to cache computationally - Fluid systems now have the option to cache computationally
expensive parameters if they are needed for several relations. expensive parameters if they are needed for several relations.
- Fluid systems are not concerned with the calculation of the - Fluid systems are not concerned with the calculation of the
chemical equilibrium anymore. chemical equilibrium anymore.
...@@ -30,6 +31,8 @@ Notable Differences Between Dumux 2.0 and Dumux 2.1 ...@@ -30,6 +31,8 @@ Notable Differences Between Dumux 2.0 and Dumux 2.1
model-specific model-specific
- Constraint solvers which simplify solving thermodynamic - Constraint solvers which simplify solving thermodynamic
constraints have been introduced. constraints have been introduced.
- Outflow boundary conditions have been implemented in some box models:
1p2c, 2p2c(ni) and stokes(2cni)
- Quadruple precision math is possible for gcc 4.6 or newer - Quadruple precision math is possible for gcc 4.6 or newer
- To use it add --enable-quad to the configure options and set the - To use it add --enable-quad to the configure options and set the
type of scalar values to quad using type of scalar values to quad using
...@@ -39,7 +42,11 @@ Notable Differences Between Dumux 2.0 and Dumux 2.1 ...@@ -39,7 +42,11 @@ Notable Differences Between Dumux 2.0 and Dumux 2.1
Keep in mind that quadruple precision is meant as Keep in mind that quadruple precision is meant as
a debugging tool to quickly check whether there are machine a debugging tool to quickly check whether there are machine
precision related convergence problems. precision related convergence problems.
- Problem and spatial parameter base classes provide model-independent interfaces for problem and spatial parameter definition, which only get the position in global coordinates as argument (e.g. boundaryTypesAtPos(), etc.). This allows an easy transfer of problem definitions between implicit and sequential models. - Problem and spatial parameter base classes provide model-independent
interfaces for problem and spatial parameter definition, which only
get the position in global coordinates as argument (e.g. boundaryTypesAtPos(),
etc.). This allows an easy transfer of problem definitions between implicit
and sequential models.
- New fully implicit models: - New fully implicit models:
- 3p3c, 3p3cni: Isothermal and non-isothermal three-phase, - 3p3c, 3p3cni: Isothermal and non-isothermal three-phase,
three-component models for flow and transport in porous media. three-component models for flow and transport in porous media.
......
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