Skip to content
Snippets Groups Projects
Commit c0b4007e authored by Benjamin Faigle's avatar Benjamin Faigle
Browse files

add more information of decoupled 2.1

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7881 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent a566097d
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,13 @@ Changes Since Dumux 2.0 ...@@ -51,6 +51,13 @@ Changes Since Dumux 2.0
for two-component fluids. for two-component fluids.
- Overhaul of the sequentially-coupled models: - Overhaul of the sequentially-coupled models:
- Common structure for cell centered standard finite volume implementations. - Common structure for cell centered standard finite volume implementations.
- Data structure overhauled to avoid large clumps of data in large-scale simulations: Each cell stores
data in its own storage object.
- Subdivision of too large assemble() methods into submethods getStorage(), getFlux() etc. By this,
improve inheritance of classes and reduction of code duplication.
- Improved conceptual seperation of the variableclass (central infrastructure), data storage, transport
model and pressure model.
- Use of the common Dumux infrastructure also used by the implicit models (BoundaryTypes, etc.) - Use of the common Dumux infrastructure also used by the implicit models (BoundaryTypes, etc.)
=> Significant improvement in speed and comfort in debugging
- New decoupled models: - New decoupled models:
- 2padaptive: Grid-adaptive standard finite volume two-phase model for non-conforming quadrilateral grids. - 2padaptive: Grid-adaptive standard finite volume two-phase model for non-conforming quadrilateral grids.
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