Skip to content

Commit

Permalink
Update examples/p4est_2d_dgsem/elixir_navierstokes_SD7003airfoil.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Winters <[email protected]>
  • Loading branch information
DanielDoehring and andrewwinters5000 authored Dec 23, 2024
1 parent 1588a43 commit 13f2994
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ equations_parabolic = CompressibleNavierStokesDiffusion2D(equations, mu = mu(),
# set the freestream flow parameters such that c_inf = 1.0 => Mach 0.2
rho_freestream = 1.4

# Values correspond to `aoa = 4 * pi / 180`
v1 = 0.19951281005196486 # 0.2 * cos(aoa)
v2 = 0.01395129474882506 # 0.2 * sin(aoa)

Expand Down

0 comments on commit 13f2994

Please sign in to comment.