Skip to content

Commit

Permalink
Update examples/p4est_2d_dgsem/elixir_euler_airfoil_mach2.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 Jan 6, 2024
1 parent 3197aa5 commit b84cfa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/p4est_2d_dgsem/elixir_euler_airfoil_mach2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ boundary_symbols = [:PhysicalLine10, :PhysicalLine20, :PhysicalLine30, :Physical
mesh = P4estMesh{2}(mesh_file, polydeg = polydeg, boundary_symbols = boundary_symbols)

boundary_conditions = Dict(:PhysicalLine10 => boundary_condition_supersonic_inflow, # Left boundary
:PhysicalLine20 => boundary_condition_outflow, # Right boundary
:PhysicalLine20 => boundary_condition_supersonic_outflow, # Right boundary
:PhysicalLine30 => boundary_condition_slip_wall, # Airfoil
:PhysicalLine40 => boundary_condition_outflow) # Top and bottom boundary
:PhysicalLine40 => boundary_condition_supersonic_outflow) # Top and bottom boundary

semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition, solver,
boundary_conditions = boundary_conditions)
Expand Down

0 comments on commit b84cfa9

Please sign in to comment.