Skip to content

Commit

Permalink
Update src/callbacks_step/analysis_surface_integral_2d.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Mar 29, 2024
1 parent d4981c3 commit 7376dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/analysis_surface_integral_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ which stores the boundary information and semidiscretization.
- `l_inf::Real`: Reference length of geometry (e.g. airfoil chord length)
"""
function DragCoefficientPressure(aoa, rhoinf, uinf, l_inf)
# `psi_drag` is the unit vector in direction of the freestream.
# `psi_drag` is the unit vector tangent to the freestream direction
psi_drag = (cos(aoa), sin(aoa))
return DragCoefficientPressure(ForceState(psi_drag, rhoinf, uinf, l_inf))
end
Expand Down

0 comments on commit 7376dd4

Please sign in to comment.