Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Commits
94e84b44
Commit
94e84b44
authored
4 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[staggered] Add todo for higher order not working for compressible flow
parent
ea9bdaf3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!2169
Feature/simplify staggered upwind fluxvars
,
!2134
WIP Feature/timestepper test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/freeflow/navierstokes/staggered/staggeredupwindfluxvariables.hh
+3
-0
3 additions, 0 deletions
...ow/navierstokes/staggered/staggeredupwindfluxvariables.hh
with
3 additions
and
0 deletions
dumux/freeflow/navierstokes/staggered/staggeredupwindfluxvariables.hh
+
3
−
0
View file @
94e84b44
...
...
@@ -246,6 +246,9 @@ private:
/*!
* \brief Returns an array of momenta needed for higher order or calls a function to return an array for basic upwinding methods.
* TODO: In order to get a second order momentum upwind scheme for compressible flow the densities have to be evaluated
* at the same integration points / positions as the velocities. The currently implementation just takes the closest upwind density
* to compute the momentum as a crude approximation.
*/
std
::
array
<
Scalar
,
3
>
getLateralSecondOrderUpwindMomenta_
(
const
Scalar
insideDensity
,
const
Scalar
outsideDensity
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment