Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
77
Issue boards
Milestones
Wiki
Code
Merge requests
77
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Merge requests
!1564
[changelog][higherorder]
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[changelog][higherorder]
docu/higherorder_changelog
into
master
Overview
2
Commits
2
Pipelines
0
Changes
1
Merged
Ned Coltman
requested to merge
docu/higherorder_changelog
into
master
5 years ago
Overview
2
Commits
2
Pipelines
0
Changes
1
Expand
Describe higher order changes in change log
Describe RANS interface changes in change log
fixes
#668 (closed)
Edited
5 years ago
by
Ned Coltman
👍
0
👎
0
Merge request reports
Compare
master
version 2
66506564
5 years ago
version 1
30168bd7
5 years ago
master (base)
and
latest version
latest version
92de86a0
2 commits,
5 years ago
version 2
66506564
2 commits,
5 years ago
version 1
30168bd7
1 commit,
5 years ago
1 file
+
13
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CHANGELOG.md
+
13
−
0
Options
@@ -12,6 +12,19 @@ Differences Between DuMuX 3.1 and DuMuX 3.0
-
The GridManager now support reading unstructured grids and data from vtu/vtp files (ASCII, XML format) sequential
This means for UGGrid and FoamGrid you can now specify a grid in such a format in the input file
`Grid.File = mygrid.vtu`
/
`Grid.File = mygrid.vtp`
and the associated data is available in the grid data object
-
__Freeflow__: A second order approximation of the convective term of all navier-stokes based models is now available.
This can be enabled using the property UpwindSchemeOrder. This property defaults to a first order upwinding approximation,
the method used for all models in release/3.0. If this property is set to
`2`
, a second order flux limiter method will be used.
Various flux limiter functions have been implemented to maintain the monotonicity of this discretization. Per default the
`Minmod`
flux limiter is used, but
`Vanleer`
,
`Vanalbada`
,
`Superbee`
,
`Umist`
,
`Mclimiter`
, and
`Wahyd`
based flux limiters
are also available. These can be specified using the input file entry
`Flux.DifferencingScheme`
. These methods are also
implemented for non-uniform structured grids (e.g. YaspGrid - TensorProductCoordinates). Per default, a scheme assuming a
uniform grid is used, but two other methods,
`Li`
and
`Hou`
, are both available for adaptations to non-uniform grids.
These can be specified using the input file entry
`Flux.TVDApproach`
.
-
__RANS__: The called RANS model, defined in the properties system, will specify, via the model traits,
which RANS problem implementation should be used. In each problem file, the initial and boundary conditions can be
set using templated functions based on the model type. Examples of these functions exist in the RANS based tests.
No further preprocessor macros are required.
### Immediate interface changes not allowing/requiring a deprecation period
Loading