Skip to content
Snippets Groups Projects
Commit 94e84b44 authored by Timo Koch's avatar Timo Koch
Browse files

[staggered] Add todo for higher order not working for compressible flow

parent ea9bdaf3
No related branches found
No related tags found
2 merge requests!2169Feature/simplify staggered upwind fluxvars,!2134WIP Feature/timestepper test
......@@ -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,
......
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