Skip to content
Snippets Groups Projects

Make EulerEq2d run with Kelvin Helmholtz test

Merged Florian Atteneder requested to merge fa/euler2d into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -235,6 +235,7 @@ function rhs!(env, P::Project2d, hrsc::HRSC.AbstractArtificialViscosity, mesh::M
## solve auxiliary equation: q + ∂x u = 0
broadcast_faces_2!(ldg_nflux, equation, mesh)
# TODO Need to revise Bdry conditions
# broadcast_bdry_2!(ldg_bdryllf, equation, P.bdrycond, mesh)
compute_rhs_weak_form!(ldg_rho_x, rho, 0, nflx_rho_x, mesh)
compute_rhs_weak_form!(ldg_rho_y, 0, rho, nflx_rho_y, mesh)
@@ -248,6 +249,7 @@ function rhs!(env, P::Project2d, hrsc::HRSC.AbstractArtificialViscosity, mesh::M
## compute rhs of regularized equation: ∂t u + ∂x f + ∂x μ q = 0
broadcast_volume_2!(flux, equation, mesh)
broadcast_faces_2!(llf, equation, mesh)
# TODO Need to revise Bdry conditions
# broadcast_bdry_2!(bdryllf, equation, mesh)
broadcast_volume_2!(av_flux_2d, equation, mesh)
Loading