Skip to content

Commit

Permalink
Update elixir_euler_subsonic_cylinder.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Babbar authored Jan 24, 2024
1 parent 9f8e0d5 commit 153f6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/p4est_2d_dgsem/elixir_euler_subsonic_cylinder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cells_per_dimension = (64, 64)
mesh = P4estMesh(cells_per_dimension, mapping = mapping2cylinder, polydeg = 3,
periodicity = (false, true))

# The boundary of the outer cylinder is constant but supersonic, so we cannot compute the
# The boundary of the outer cylinder is constant but subsonic, so we cannot compute the
# boundary flux for the external information alone. Thus, we use the numerical flux to distinguish
# between inflow and outflow characteristics
@inline function boundary_condition_subsonic_constant(u_inner,
Expand Down

0 comments on commit 153f6c0

Please sign in to comment.