Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Babbar committed Jan 24, 2024
1 parent 247a5f1 commit 9f8e0d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/p4est_2d_dgsem/elixir_euler_subsonic_cylinder.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Downloads: download
using OrdinaryDiffEq
using Trixi
# include("analysis_surface_2d.jl")

###############################################################################
# semidiscretization of the compressible Euler equations
Expand Down Expand Up @@ -91,7 +90,7 @@ rho_inf = 1.4
U_inf = 0.38
linf = 1.0 # Diameter of circle

indices = semi_ -> semi.boundary_conditions.boundary_indices[2]
indices = semi_ -> semi.boundary_conditions.boundary_indices[2] # TODO - Really needs fixing!
my_drag_force = Trixi.AnalysisSurfaceIntegral(indices,
Trixi.DragForcePressure(aoa, rho_inf, U_inf,
linf))
Expand Down

0 comments on commit 9f8e0d5

Please sign in to comment.