Skip to content

Commit 9663d58

Browse files
author
LasNikas
committed
add comment
1 parent 8903c5f commit 9663d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schemes/boundary/open_boundary/method_of_characteristics.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ function evaluate_characteristics!(system, v, u, v_ode, u_ode, semi, t)
102102
set_zero!(volume)
103103

104104
# Evaluate the characteristic variables with the fluid system
105+
# The following function acts as a wrapper to keep the code organized and modular.
105106
evaluate_characteristics!(system, fluid_system, v, u, v_ode, u_ode, semi, t)
106107

107108
# Only some of the in-/outlet particles are in the influence of the fluid particles.

0 commit comments

Comments
 (0)