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
Co-authored-by: Andrew Winters <[email protected]>
  • Loading branch information
DanielDoehring and andrewwinters5000 authored Apr 5, 2024
1 parent 843f57b commit 360c2ee
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 @@ -191,7 +191,7 @@ function (drag_coefficient::DragCoefficientPressure)(u, normal_direction, equati
return p * n / (0.5 * rhoinf * uinf^2 * linf)
end

# Compute the three different components of the viscous stress tensor
# Compute the three components of the symmetric viscous stress tensor
# (tau_11, tau_12, tau_22) based on the gradients of the velocity field.
# This is required for drag and lift coefficients based on shear stress,
# as well as for the non-integrated quantities such as
Expand Down

0 comments on commit 360c2ee

Please sign in to comment.